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@1047edd78b8e0be23a59db0e9d2b6a82fcca1146#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='240720502' 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.LiveMigrationWithoutHostTest) ... SKIPPED: LiveMigrationWithoutHostTest skipped as live-migration is not available {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {8} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {2} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.903210s] ... 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-06 14:54:33,502 99403 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.894s 2025-08-06 14:54:33,503 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c16854c-3261-4a71-9a8f-fdade0437e93', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c16854c-3261-4a71-9a8f-fdade0437e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.558857s] ... 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-06 14:54:34,068 99403 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.555s 2025-08-06 14:54:34,069 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf6f35a-8612-4eff-88b2-cf71ce8d9323', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf6f35a-8612-4eff-88b2-cf71ce8d9323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.568912s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.052875s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.046160s] ... ok {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [2.419366s] ... 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 2d134002-216e-43e4-8966-5c216080d3fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:33,471 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.241s 2025-08-06 14:54:33,471 99405 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-1770510179"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2fd969-ed35-4017-89f9-2028a7ff4509', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2fd969-ed35-4017-89f9-2028a7ff4509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c6563ab3-eccd-4a91-85d8-4ddaaf25220a", "name": "tempest-GroupSnapshotsV319Test-volume-type-1770510179", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:33,556 99405 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.082s 2025-08-06 14:54:33,557 99405 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-692749425"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9fb07d-9be5-4e96-acbc-f155dadb4faa', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9fb07d-9be5-4e96-acbc-f155dadb4faa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "name": "tempest-GroupSnapshotsV319Test-group-type-692749425", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:34,227 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.666s 2025-08-06 14:54:34,227 99405 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": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "name": "tempest-GroupSnapshotsV319Test-Group-514159473"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a984ff42-cbea-4863-8017-4e0b1b4082ff', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a984ff42-cbea-4863-8017-4e0b1b4082ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "name": "tempest-GroupSnapshotsV319Test-Group-514159473"}}' 2025-08-06 14:54:34,276 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.046s 2025-08-06 14:54:34,276 99405 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': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c533c2-ea67-4687-8247-9e2ba1a31053', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c533c2-ea67-4687-8247-9e2ba1a31053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-GroupSnapshotsV319Test-Group-514159473", "description": null, "group_type": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:35,329 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.047s 2025-08-06 14:54:35,330 99405 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f152f433-1cee-4805-959e-cc53c79bf595', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f152f433-1cee-4805-959e-cc53c79bf595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-GroupSnapshotsV319Test-Group-514159473", "description": null, "group_type": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:35,405 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.069s 2025-08-06 14:54:35,406 99405 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b906818-9ab7-4d6c-825c-e1c76d0d36db', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b906818-9ab7-4d6c-825c-e1c76d0d36db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:35,490 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb/action 0.070s 2025-08-06 14:54:35,491 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-904fdb2a-a409-475a-91c5-a9646eef4498', 'connection': 'close', 'status': '202', 'content-location': 'htt p://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb/action'} Body: b'' 2025-08-06 14:54:35,505 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.013s 2025-08-06 14:54:35,505 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-0cd90bd7-0d44-484d-921d-02b3e6298e3a', 'x-openstack-request-id': 'req-0cd90bd7-0d44-484d-921d-02b3e6298e3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2d134002-216e-43e4-8966-5c216080d3fb could not be found."}}' 2025-08-06 14:54:35,546 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9fac58c2-eaaf-41ce-b15c-5252120e3072 0.041s 2025-08-06 14:54:35,547 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-aace98af-128a-4670-91ea-df9c721f1bdd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9fac58c2-eaaf-41ce-b15c-5252120e3072'} Body: b'' 2025-08-06 14:54:35,630 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a 0.083s 2025-08-06 14:54:35,631 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16741f92-b1de-402a-87e9-23ff5e8896e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a'} Body: b'' 2025-08-06 14:54:35,647 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a 0.016s 2025-08-06 14:54:35,648 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 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-42e2a696-5b2a-4df8-bf9d-1b36668573f4', 'x-openstack-request-id': 'req-42e2a696-5b2a-4df8-bf9d-1b36668573f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c6563ab3-eccd-4a91-85d8-4ddaaf25220a could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.966153s] ... 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 81a1347f-2fbb-4881-89b4-7003b3607fb2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:33,777 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 1.051s 2025-08-06 14:54:33,777 99409 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-1201915848"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60cc103-5b3e-4d55-9006-187178a289d6', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60cc103-5b3e-4d55-9006-187178a289d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e4e7a546-3734-4a18-87c9-13b7f7847c76", "name": "tempest-GroupsTest-volume-type-1201915848", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:33,906 99409 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.125s 2025-08-06 14:54:33,907 99409 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-1505804312"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d28e0f-a26b-4b5f-9ec5-376c51bb235d', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d28e0f-a26b-4b5f-9ec5-376c51bb235d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "name": "tempest-GroupsTest-group-type-1505804312", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:34,312 99409 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.402s 2025-08-06 14:54:34,313 99409 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": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"], "name": "tempest-Group1-1270298715"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dbf8b56-43c3-4856-b459-6d315d52f0d8', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dbf8b56-43c3-4856-b459-6d315d52f0d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "name": "tempest-Group1-1270298715"}}' 2025-08-06 14:54:34,351 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.034s 2025-08-06 14:54:34,351 99409 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': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-411969ff-a3f9-4be2-8490-d5dd641811cd', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411969ff-a3f9-4be2-8490-d5dd641811cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-Group1-1270298715", "description": null, "group_type": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"]}}' 2025-08-06 14:54:35,387 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.029s 2025-08-06 14:54:35,387 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67215e8c-4e46-4b17-b314-e1c6f61772d5', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67215e8c-4e46-4b17-b314-e1c6f61772d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-Group1-1270298715", "description": null, "group_type": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"]}}' 2025-08-06 14:54:35,469 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.070s 2025-08-06 14:54:35,469 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a05c2bc-619d-46dd-a921-1af1fea3cc99', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a05c2bc-619d-46dd-a921-1af1fea3cc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:35,553 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2/action 0.069s 2025-08-06 14:54:35,553 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-d7cf8bf4-4004-4340-b025-370db835d9a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2/action'} Body: b'' 2025-08-06 14:54:35,569 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.015s 2025-08-06 14:54:3 5,569 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-68245582-dedd-418b-a806-9ecc03bd941d', 'x-openstack-request-id': 'req-68245582-dedd-418b-a806-9ecc03bd941d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 81a1347f-2fbb-4881-89b4-7003b3607fb2 could not be found."}}' 2025-08-06 14:54:35,606 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4b6445e7-4ac4-4c2c-968d-afe344a42aa8 0.036s 2025-08-06 14:54:35,607 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-a574c9f7-bc30-4329-b0dd-82e1096a673b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4b6445e7-4ac4-4c2c-968d-afe344a42aa8'} Body: b'' 2025-08-06 14:54:35,676 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76 0.068s 2025-08-06 14:54:35,676 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f8fd32-18bb-4191-b4ee-5b3da7cc391e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76'} Body: b'' 2025-08-06 14:54:35,690 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76 0.013s 2025-08-06 14:54:35,690 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 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-b9d4e60f-72fe-445c-9a9a-779d01f83734', 'x-openstack-request-id': 'req-b9d4e60f-72fe-445c-9a9a-779d01f83734', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e4e7a546-3734-4a18-87c9-13b7f7847c76 could not be found."}}' {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [2.042038s] ... 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 4c95ee31-ee1c-47d6-9594-6087964b8eac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:34,578 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/8c7dca10a35f4c94aa28b5acd2cb3cb5?usage=True 0.043s 2025-08-06 14:54:34,578 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52511f8-3e50-41b6-8cc6-1dc5a7a1dbbb', 'content-length': '1488', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52511f8-3e50-41b6-8cc6-1dc5a7a1dbbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/8c7dca10a35f4c94aa28b5acd2cb3cb5?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:35,157 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.567s 2025-08-06 14:54:35,157 99421 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-424780360"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383dd548-2743-4d4d-9c84-ab05a41e2f1b', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383dd548-2743-4d4d-9c84-ab05a41e2f1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.021497", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:35,270 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.101s 2025-08-06 14:54:35,271 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83204966-5c2a-4fa5-9644-fb8d9dfdea68', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83204966-5c2a-4fa5-9644-fb8d9dfdea68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,340 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.053s 2025-08-06 14:54:36,340 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5724ab-1c64-4742-9f9a-f11966107ef3', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5724ab-1c64-4742-9f9a-f11966107ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": "2025-08-06T14:54:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,433 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.077s 2025-08-06 14:54:36,434 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afc0f47-93c0-47c3-9064-f95809c9f43b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afc0f47-93c0-47c3-9064-f95809c9f43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": "2025-08-06T14:54:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,555 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.107s 2025-08-06 14:54:36,556 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-4b637f2d-6945-454b-8922-6dd77e0ab402', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'' 2025-08-06 14:54:36,574 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.018s 2025-08-06 14:54:36,574 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-650e436c-53c6-4261-9946-76aeab211b4f', 'x-openstack-request-id': 'req-650e436c-53c6-4261-9946-76aeab211b4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c95ee31-ee1c-47d6-9594-6087964b8eac could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.524627s] ... 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 729a87a2-bf0e-4289-a656-faae896f69ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:35,731 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.031s 2025-08-06 14:54:35,731 99409 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-161217781"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7886079b-b705-47c8-8c70-b8383cf35809', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7886079b-b705-47c8-8c70-b8383cf35809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "54d5b938-e040-4d88-8aa9-69d7ac9b00e5", "name": "tempest-GroupsTest-volume-type-161217781", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:35,761 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.026s 2025-08-06 14:54:35,761 99409 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-1336220479"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74750171-9b7b-4227-93ff-a1018e752b3a', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74750171-9b7b-4227-93ff-a1018e752b3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "name": "tempest-GroupsTest-group-type-1336220479", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:35,907 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.143s 2025-08-06 14:54:35,907 99409 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": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"], "name": "tempest-GroupsTest-Group-1543157708"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f548a2-1a81-42a8-a9df-abe0df05eb64', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f548a2-1a81-42a8-a9df-abe0df05eb64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "name": "tempest-GroupsTest-Group-1543157708"}}' 2025-08-06 14:54:35,950 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.041s 2025-08-06 14:54:35,950 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55da6d0a-984a-40c6-b970-5a1b76d43 f02', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55da6d0a-984a-40c6-b970-5a1b76d43f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.000000", "name": "tempest-GroupsTest-Group-1543157708", "description": null, "group_type": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"]}}' 2025-08-06 14:54:36,988 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.028s 2025-08-06 14:54:36,988 99409 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': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96dfc67c-ec98-45ef-94e1-d9eebd5f110e', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96dfc67c-ec98-45ef-94e1-d9eebd5f110e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.000000", "name": "tempest-GroupsTest-Group-1543157708", "description": null, "group_type": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"]}}' 2025-08-06 14:54:37,025 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.030s 2025-08-06 14:54:37,025 99409 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': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fad22f3b-7365-4e54-a652-629a538bb3a5', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fad22f3b-7365-4e54-a652-629a538bb3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:37,097 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca/action 0.058s 2025-08-06 14:54:37,097 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-a65162aa-421f-42c3-8561-c27ac4392b08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca/action'} Body: b'' 2025-08-06 14:54:37,112 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.013s 2025-08-06 14:54:37,112 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-c7da97bd-6d10-4a55-8bb1-040c276e488f', 'x-openstack-request-id': 'req-c7da97bd-6d10-4a55-8bb1-040c276e488f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 729a87a2-bf0e-4289-a656-faae896f69ca could not be found."}}' 2025-08-06 14:54:37,141 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/1a560ece-5e9e-486c-ae1d-f25ac9584c28 0.029s 2025-08-06 14:54:37,142 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-003d2be6-c35a-46de-948b-8bb2b3471e9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/1a560ece-5e9e-486c-ae1d-f25ac9584c28'} Body: b'' 2025-08-06 14:54:37,204 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5 0.062s 2025-08-06 14:54:37,205 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-e3d0b723-4f54-4acd-94b9-94d1500666c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5'} Body: b'' 2025-08-06 14:54:37,222 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5 0.017s 2025-08-06 14:54:37,222 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-04311419-8cec-4665-bf72-2aab39bd5a64', 'x-openstack-request-id': 'req-04311419-8cec-4665-bf72-2aab39bd5a64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 54d5b938-e040-4d88-8aa9-69d7ac9b00e5 could not be found."}}' {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.625247s] ... 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 0c81b5cd-fc98-4764-8a53-38b24160ceaa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:36,802 99421 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.223s 2025-08-06 14:54:36,802 99421 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-1161066452"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab6bff4-db44-4e4a-82d4-81d8b6bff40b', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab6bff4-db44-4e4a-82d4-81d8b6bff40b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.743086", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:36,864 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.046s 2025-08-06 14:54:36,864 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7beb05b-e5f1-43c3-bc81-e45ceba17da3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7beb05b-e5f1-43c3-bc81-e45ceba17da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:37,924 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.038s 2025-08-06 14:54:37,925 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-859774fa-814c-4e0c-8e99-562bb88afeb9', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859774fa-814c-4e0c-8e99-562bb88afeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": "2025-08-06T14:54:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:38,014 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.062s 2025-08-06 14:54:38,015 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c88d8f-f9a2-44ad-8169-7db6acac2940', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c88d8f-f9a2-44ad-8169-7db6acac2940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": "2025-08-06T14:54:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:38,176 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.134s 2025-08-06 14:54:38,176 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-92b14116-4479-4357-a520-0b7401514c92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'' 2025-08-06 14:54:38,201 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0c81b5 cd-fc98-4764-8a53-38b24160ceaa 0.024s 2025-08-06 14:54:38,201 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-8f848b73-5eee-4f6e-b2de-56963f52c7e9', 'x-openstack-request-id': 'req-8f848b73-5eee-4f6e-b2de-56963f52c7e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c81b5cd-fc98-4764-8a53-38b24160ceaa could not be found."}}' {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.084270s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.244333s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.133910s] ... 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 d6e946eb-bed0-41f8-8f53-0a2c2f47454e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:55,877 99403 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.179s 2025-08-06 14:54:55,878 99403 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-1018381249", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ededa59-6586-423b-830f-1e86bfeb7b0d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ededa59-6586-423b-830f-1e86bfeb7b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "03ba4a57-c760-4b7d-93aa-52431d7c6c7f", "name": "tempest-VolumeTypesTest-volume-type-1018381249", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:55,924 99403 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.042s 2025-08-06 14:54:55,924 99403 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-1882314042", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c75e35c-c03f-4997-83de-383278e46f2e', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c75e35c-c03f-4997-83de-383278e46f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "12c1e247-4417-44cb-85f0-4d815bc97a1d", "name": "tempest-VolumeTypesTest-volume-type-1882314042", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:56,307 99403 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.378s 2025-08-06 14:54:56,307 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1004913201", "volume_type": "03ba4a57-c760-4b7d-93aa-52431d7c6c7f", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5105757c-dad6-4eee-a4ea-6d50e45e4ebe', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5105757c-dad6-4eee-a4ea-6d50e45e4ebe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.222069", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e94 6eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:56,373 99403 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/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.052s 2025-08-06 14:54:56,373 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde8277c-5905-468a-b376-1a5628571d33', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde8277c-5905-468a-b376-1a5628571d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,430 99403 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/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.039s 2025-08-06 14:54:57,431 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7280927-5dec-4161-8fc8-5cd31250a798', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7280927-5dec-4161-8fc8-5cd31250a798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": "2025-08-06T14:54:56.000000", "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,502 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.055s 2025-08-06 14:54:57,503 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb4cb3a-bed1-4e1f-9b3e-c86df351c751', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb4cb3a-bed1-4e1f-9b3e-c86df351c751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": "2025-08-06T14:54:56.000000", "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,655 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.137s 2025-08-06 14:54:57,655 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2c610e-dc0f-402f-ab21-37be12708ad2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'' 2025-08-06 14:54:57,675 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.019s 2025-08-06 14:54:57,676 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15fc3322-5ca6-4567-926e-b457b57698dd', 'x-openstack-request-id': 'req-15fc3322-5ca6-4567-926e-b457b57698dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d6e946eb-bed0-41f8-8f53-0a2c2f47454e could not be found."}}' 2025-08-06 14:54:57,733 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d 0.057s 2025-08-06 14:54:57,734 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efe6e43-aa6a-432a-af37-1facdd484a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d'} Body: b'' 2025-08-06 14:54:57,754 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d 0.020s 2025-08-06 14:54:57,755 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 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-16db1798-8672-48da-a482-b8a595d287a2', 'x-openstack-request-id': 'req-16db1798-8672-48da-a482-b8a595d287a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 12c1e247-4417-44cb-85f0-4d815bc97a1d could not be found."}}' 2025-08-06 14:54:57,812 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f 0.057s 2025-08-06 14:54:57,812 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6054929-dedf-44c5-a844-6b6c1011cc9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f'} Body: b'' 2025-08-06 14:54:57,830 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f 0.017s 2025-08-06 14:54:57,830 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 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-6252f757-ba45-4bad-b0f4-0b93f309b32c', 'x-openstack-request-id': 'req-6252f757-ba45-4bad-b0f4-0b93f309b32c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 03ba4a57-c760-4b7d-93aa-52431d7c6c7f could not be found."}}' {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.147593s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.478440s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.051515s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.064154s] ... 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 8f4bb905-6acc-42ba-a507-e9aaf57a6358 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:56,788 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.221s 2025-08-06 14:54:56,788 99405 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-1053202725"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7fb9ea-6c96-4886-ad58-dc0221b75b81', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7fb9ea-6c96-4886-ad58-dc0221b75b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d32de032-8d0c-49a0-8843-8fc0963a7f0d", "name": "tempest-GroupsV314Test-volume-type-1053202725", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:56,929 99405 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.134s 2025-08-06 14:54:56,930 99405 DEBUG [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-603577778"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372dbd39-a1f3-436b-8e7d-52bc24ede341', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372dbd39-a1f3-436b-8e7d-52bc24ede341', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "name": "tempest-GroupsV314Test-group-type-603577778", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:57,254 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.319s 2025-08-06 14:54:57,254 99405 DEBUG [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": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "name": "tempest-GroupsV314Test-Group-971824923"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a32cda-2118-4a88-9c86-2267081fcd6e', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a32cda-2118-4a88-9c86-2267081fcd6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "name": "tempest-GroupsV314Test-Group-971824923"}}' 2025-08-06 14:54:57,287 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.030s 2025-08-06 14:54:57,288 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5659a48-a481-4fdb-a475-1001b7890c6c', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5659a48-a481-4fdb-a475-1001b7890c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:57.000000", "name": "tempest-GroupsV314Test-Group-971824923", "description": null, "group_type": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:58,329 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.035s 2025-08-06 14:54:58,329 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134927b3-07e0-464b-aa22-0eb07bf5d9af', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134927b3-07e0-464b-aa22-0eb07bf5d9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:57.000000", "name": "tempest-GroupsV314Test-Group-971824923", "description": null, "group_type": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:58,375 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-06 14:54:58,376 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42432ab-e131-41af-be19-771002aa5a86', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42432ab-e131-41af-be19-771002aa5a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:58,508 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358/action 0.099s 2025-08-06 14:54:58,509 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-869c301e-07bf-4c0c-9104-6d2f51af5448', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358/action'} Body: b'' 2025-08-06 14:54:58,524 99405 INFO [temp est.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.014s 2025-08-06 14:54:58,524 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-709f9bae-4e18-4e82-b980-f9d151b65d49', 'x-openstack-request-id': 'req-709f9bae-4e18-4e82-b980-f9d151b65d49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8f4bb905-6acc-42ba-a507-e9aaf57a6358 could not be found."}}' 2025-08-06 14:54:58,559 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/ddb688d2-37e4-4040-9b11-5502b70fd6e3 0.034s 2025-08-06 14:54:58,559 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-1564a909-45de-49c3-9aa3-05ed18994382', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/ddb688d2-37e4-4040-9b11-5502b70fd6e3'} Body: b'' 2025-08-06 14:54:58,612 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d 0.051s 2025-08-06 14:54:58,612 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9855c1b8-1de3-4bee-9fbd-1bf39b4bb9be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d'} Body: b'' 2025-08-06 14:54:58,629 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d 0.016s 2025-08-06 14:54:58,629 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f312d8-eb61-42b3-aac3-0673d3baf8a9', 'x-openstack-request-id': 'req-45f312d8-eb61-42b3-aac3-0673d3baf8a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d32de032-8d0c-49a0-8843-8fc0963a7f0d could not be found."}}' {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.201852s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.088792s] ... 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 612c8b97-0db7-4984-8fe0-530057dfe8b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:58,046 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.169s 2025-08-06 14:54:58,046 99409 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-1355786548"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe8234b-f2ff-4dfd-b66f-21e4b9360c16', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe8234b-f2ff-4dfd-b66f-21e4b9360c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6eb4ef58-ade6-497b-962a-c886a5dcceb1", "name": "tempest-GroupsV320Test-volume-type-1355786548", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:58,078 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.028s 2025-08-06 14:54:58,078 99409 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-1262772214"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6dfe74a-56d1-4e74-a094-50143fa5d899', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6dfe74a-56d1-4e74-a094-50143fa5d899', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "name": "tempest-GroupsV320Test-group-type-1262772214", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:58,314 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.233s 2025-08-06 14:54:58,315 99409 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": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "name": "tempest-GroupsV320Test-Group-1400570114"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37b89e0-4483-4a2f-bd52-c6bba5678aec', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c37b89e0-4483-4a2f-bd52-c6bba5678aec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "name": "tempest-GroupsV320Test-Group-1400570114"}}' 2025-08-06 14:54:58,366 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.049s 2025-08-06 14:54:58,366 99409 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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-13f55ab4-0c77-4174-be78-8ec9a13c666b', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f55ab4-0c77-4174-be78-8ec9a13c666b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:58.000000", "name": "tempest-GroupsV320Test-Group-1400570114", "description": null, "group_type": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:59,412 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.040s 2025-08-06 14:54:59,413 99409 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': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69e40fe-8a7e-4619-8448-36fcc11e7b51', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69e40fe-8a7e-4619-8448-36fcc11e7b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:58.000000", "name": "tempest-GroupsV320Test-Group-1400570114", "description": null, "group_type": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:59,523 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.105s 2025-08-06 14:54:59,523 99409 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': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cea68a5-d61a-4c50-aec7-db04c1dc93cf', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cea68a5-d61a-4c50-aec7-db04c1dc93cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:59,618 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8/action 0.080s 2025-08-06 14:54:59,619 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-fbf791ff-9039-4a02-8cb1-a9a03d4d6813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8/action'} Body: b'' 2025-08-06 14:54:59,638 99409 INFO [tempest.lib.common.rest _client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.018s 2025-08-06 14:54:59,638 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-2f0aea54-9774-471d-8bce-bc1d601045c6', 'x-openstack-request-id': 'req-2f0aea54-9774-471d-8bce-bc1d601045c6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 612c8b97-0db7-4984-8fe0-530057dfe8b8 could not be found."}}' 2025-08-06 14:54:59,668 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9dd91f0b-aaa8-443c-9c1a-2c6569a74e09 0.029s 2025-08-06 14:54:59,668 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-27c6cd5e-d171-49d4-9b2e-5f5891152065', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9dd91f0b-aaa8-443c-9c1a-2c6569a74e09'} Body: b'' 2025-08-06 14:54:59,946 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1 0.276s 2025-08-06 14:54:59,946 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355cae99-8435-4310-9328-1446ea5954bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1'} Body: b'' 2025-08-06 14:54:59,963 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1 0.016s 2025-08-06 14:54:59,964 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-298b6f28-c7cc-4e96-8c25-c88e3814447d', 'x-openstack-request-id': 'req-298b6f28-c7cc-4e96-8c25-c88e3814447d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6eb4ef58-ade6-497b-962a-c886a5dcceb1 could not be found."}}' {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.179247s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.131741s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.225392s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.929401s] ... 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 015de45a-81ff-40f4-8368-ef467fc0ec30 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:05,885 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.805s 2025-08-06 14:55:05,885 99417 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-1093101775", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13a71ee-26c9-4022-9eb0-9bf52128170e', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13a71ee-26c9-4022-9eb0-9bf52128170e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:05.819477", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:05,938 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30 0.038s 2025-08-06 14:55:05,938 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-040a396c-d733-4ad5-b609-314e54cfaa61', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-040a396c-d733-4ad5-b609-314e54cfaa61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:06.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d39a4e0b302d4c9f8ec56321c22b1478"}}' 2025-08-06 14:55:06,992 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30 0.038s 2025-08-06 14:55:06,992 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cb6c6d-c9d2-4aea-8735-4e7e0c8b4754', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cb6c6d-c9d2-4aea-8735-4e7e0c8b4754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:06.000000", "updated_at": "2025-08-06T14:55:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d39a4e0b302d4c9f8ec56321c22b1478"}}' {4} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.107566s] ... ok {6} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.462048s] ... 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 6a512123-4140-4cfe-b53e-f862246a5f5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:15,651 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.334s 2025-08-06 14:55:15,651 99413 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-359477885"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e70f6c3-0fa8-448b-ad85-be76f18d13af', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e70f6c3-0fa8-448b-ad85-be76f18d13af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:15.593389", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:15,708 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c 0.043s 2025-08-06 14:55:15,708 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d1ba4c-bf82-41f0-8891-1a7f82cb562f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d1ba4c-bf82-41f0-8891-1a7f82cb562f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:16.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f5053411c274bcc8e840120f50af314"}}' 2025-08-06 14:55:16,762 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c 0.038s 2025-08-06 14:55:16,762 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ceb0f50-d3d5-4751-a735-bffe1fe3d8c0', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ceb0f50-d3d5-4751-a735-bffe1fe3d8c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:16.000000", "updated_at": "2025-08-06T14:55:16.000000", "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f5053411c274bcc8e840120f50af314"}}' {1} 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 38549965-c4ea-44da-8253-2bed6af74038 failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.154225s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.066712s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.014904s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.052607s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.019915s] ... ok {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.632949s] ... 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 690e3a78-90f4-4518-bf6b-5476c5304403 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:20,270 99409 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.224s 2025-08-06 14:55:20,271 99409 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-2118488113"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde3b3cd-7692-4d7d-ac35-6e3b74aad383', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde3b3cd-7692-4d7d-ac35-6e3b74aad383', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.204776", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:20,340 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.055s 2025-08-06 14:55:20,340 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e342ad-d54b-451e-901e-c3b3f704b5b3', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e342ad-d54b-451e-901e-c3b3f704b5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,489 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.133s 2025-08-06 14:55:21,489 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83d1ea6-ffa3-4b35-b95b-3d9365eb6571', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83d1ea6-ffa3-4b35-b95b-3d9365eb6571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": "2025-08-06T14:55:20.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,541 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.037s 2025-08-06 14:55:21,541 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-114b62cd-6512-450f-ac33-8d4fae8a1ba6', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-114b62cd-6512-450f-ac33-8d4fae8a1ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": "2025-08-06T14:55:20.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,651 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.096s 2025-08-06 14:55:21,651 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-2b303a97-f320-444d-aa4b-ec8813684007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'' 2025-08-06 14:55:21,677 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.025s 2025-08-06 14:55:21,677 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-6d529925-1342-4ee5-898b-f3ff930ee4c9', 'x-openstack-request-id': 'req-6d529925-1342-4ee5-898b-f3ff930ee4c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 690e3a78-90f4-4518-bf6b-5476c5304403 could not be found."}}' {0} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.738353s] ... 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 c15963e0-54db-4ada-9d21-8b196b3a8c11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:21,687 99401 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.535s 2025-08-06 14:55:21,687 99401 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-253695606"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec05561b-f02f-440c-a262-08ef1138ffe6', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec05561b-f02f-440c-a262-08ef1138ffe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:21.578835", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-06 14:55:21,781 99401 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11 0.081s 2025-08-06 14:55:21,782 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a477579-62bf-4913-933f-611aea0167f2', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a477579-62bf-4913-933f-611aea0167f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:22.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "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": "3f0010e4f6b84aa894e85ccbea910d3f"}}' 2025-08-06 14:55:22,872 99401 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11 0.075s 2025-08-06 14:55:22,873 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91184ee8-3e93-4418-896e-dc228df2e956', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91184ee8-3e93-4418-896e-dc228df2e956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:22.000000", "updated_at": "2025-08-06T14:55:22.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "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": "3f0010e4f6b84aa894e85ccbea910d3f"}}' {2} 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 3484aced-3156-4376-8364-579caf7f574d failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ace2fba5-8651-49f1-bc41-fc6a97dc92a4 failed to build and is in ERROR status {1} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6dddb5a3-b1b5-4adf-ab82-fb1eee509e94 failed to build and is in ERROR status {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 5fd28f40-40bf-400e-ba67-2b62087d3719 failed to build and is in ERROR status {10} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.753839s] ... 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 1c8450cb-f835-4a30-811d-79ccd259fd8d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:26,552 99421 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.439s 2025-08-06 14:55:26,553 99421 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-600692575"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d53ade-8a3f-42b1-b357-1c51ee44756f', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d53ade-8a3f-42b1-b357-1c51ee44756f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.490680", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:26,608 99421 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/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.042s 2025-08-06 14:55:26,609 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe2b240-bc3e-418a-a42b-59122bb911b7', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe2b240-bc3e-418a-a42b-59122bb911b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,679 99421 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/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.056s 2025-08-06 14:55:27,679 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-40e827a8-893f-4d0d-b304-fd813e8f437a', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e827a8-893f-4d0d-b304-fd813e8f437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,732 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.038s 2025-08-06 14:55:27,733 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d0e375-941e-400e-a352-a6b405a99e20', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d0e375-941e-400e-a352-a6b405a99e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,843 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.096s 2025-08-06 14:55:27,844 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-4e084d97-3f1f-441b-9fa4-2ff1af0816b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'' 2025-08-06 14:55:27,865 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.020s 2025-08 -06 14:55:27,865 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd762673-d87a-4e1e-9503-dd17e3561ff8', 'x-openstack-request-id': 'req-dd762673-d87a-4e1e-9503-dd17e3561ff8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c8450cb-f835-4a30-811d-79ccd259fd8d could not be found."}}' {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.673818s] ... 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 4ca6759b-e356-4f35-acea-aef311857030 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:26,916 99415 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.523s 2025-08-06 14:55:26,917 99415 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-1031425892", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c5ee8bd-4284-4058-8f30-d642e1cc0b8e', 'x-compute-request-id': 'req-9c5ee8bd-4284-4058-8f30-d642e1cc0b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:26.807844", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-06 14:55:27,001 99415 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/4ca6759b-e356-4f35-acea-aef311857030 0.079s 2025-08-06 14:55:27,002 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 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-124467ea-2bad-4d3a-af58-44f6a8870cb4', 'x-compute-request-id': 'req-124467ea-2bad-4d3a-af58-44f6a8870cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:27.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-06 14:55:28,060 99415 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/4ca6759b-e356-4f35-acea-aef311857030 0.052s 2025-08-06 14:55:28,060 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 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-e811d2f2-c6a6-4cab-989a-8b786fb312d1', 'x-compute-request-id': 'req-e811d2f2-c6a6-4cab-989a-8b786fb312d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:27.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [2.061208s] ... 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 aa0ecdb4-c217-40b0-9fd6-5890d443726e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:27,395 99403 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.600s 2025-08-06 14:55:27,396 99403 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-715032437"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707e3258-82b1-4d7a-b240-db2572c6975a', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707e3258-82b1-4d7a-b240-db2572c6975a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.125308", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 14:55:27,478 99403 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/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.069s 2025-08-06 14:55:27,478 99403 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': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2354892-7c04-4cac-b683-48f1afcdbe3e', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2354892-7c04-4cac-b683-48f1afcdbe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,538 99403 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/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.044s 2025-08-06 14:55:28,538 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaaff09f-c024-429b-83d9-84ef7579b051', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaaff09f-c024-429b-83d9-84ef7579b051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,587 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.035s 2025-08-06 14:55:28,588 99403 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': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b435be0-43c8-4bee-899c-a7e9cf9c14cd', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b435be0-43c8-4bee-899c-a7e9cf9c14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,826 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.225s 2025-08-06 14:55:28,827 99403 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': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21248be2-72ae-4ca1-a991-324983c0af0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'' 2025-08-06 14:55:28,854 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.027s 2025-08-06 14:55:28,855 99403 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': 'Wed, 06 Aug 2025 14:55:28 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-7d1561dd-d2d0-4f1b-8520-e83ad0c67d79', 'x-openstack-request-id': 'req-7d1561dd-d2d0-4f1b-8520-e83ad0c67d79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa0ecdb4-c217-40b0-9fd6-5890d443726e could not be found."}}' {2} 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 5f67ffd5-40d5-4ab7-bf01-8c38c8d0a215 failed to build and is in ERROR status {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {2} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.612849s] ... 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 67b77020-1e50-42c6-a3a1-1c87e14a85cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:28,070 99421 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.202s 2025-08-06 14:55:28,071 99421 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-759496615"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bcc296-a245-48f2-80a9-da5f0c8ea485', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bcc296-a245-48f2-80a9-da5f0c8ea485', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.005605", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:28,124 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.041s 2025-08-06 14:55:28,125 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0097b32b-27fd-4459-a90d-af9a65b095ec', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0097b32b-27fd-4459-a90d-af9a65b095ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,180 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.040s 2025-08-06 14:55:29,180 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-9de5e1d4-7b64-4c87-88c2-e1e6f56e3334', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de5e1d4-7b64-4c87-88c2-e1e6f56e3334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": "2025-08-06T14:55:28.000000", "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,234 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.040s 2025-08-06 14:55:29,235 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acbf6e16-d599-4877-9976-2cd7340636d3', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acbf6e16-d599-4877-9976-2cd7340636d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": "2025-08-06T14:55:28.000000", "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,454 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.191s 2025-08-06 14:55:29,455 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-032feb7d-de3f-4a20-9c90-e418c0bbf064', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'' 2025-08-06 14:55:29,479 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.023s 2025-08-06 14:55:29 ,479 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-61616878-4c90-480e-a679-86bc8611d4e7', 'x-openstack-request-id': 'req-61616878-4c90-480e-a679-86bc8611d4e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67b77020-1e50-42c6-a3a1-1c87e14a85cc could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.753080s] ... 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 3789c8f4-2e52-45f0-8df7-f49a3068756d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:29,068 99403 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.210s 2025-08-06 14:55:29,068 99403 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-1880573979"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10fddd32-2127-49e8-a55d-ddda13de3095', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10fddd32-2127-49e8-a55d-ddda13de3095', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.002203", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 14:55:29,126 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.045s 2025-08-06 14:55:29,126 99403 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': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685305bf-2ad6-4b2c-8477-507e539c1b3a', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685305bf-2ad6-4b2c-8477-507e539c1b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,184 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.043s 2025-08-06 14:55:30,184 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b05002a4-2072-430c-aee3-ac90c3b2c685', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b05002a4-2072-430c-aee3-ac90c3b2c685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": "2025-08-06T14:55:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,266 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.068s 2025-08-06 14:55:30,267 99403 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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fda3fe-17f1-4f5a-a80a-4b01605c0e05', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fda3fe-17f1-4f5a-a80a-4b01605c0e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": "2025-08-06T14:55:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,589 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.293s 2025-08-06 14:55:30,589 99403 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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cef249bf-56cc-43c1-80dc-a0cd8d2cd427', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'' 2025-08-06 14:55:30,609 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.019s 2025-08-06 14:55:30,609 99403 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': 'Wed, 06 Aug 2025 14:55:30 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-9eee196a-bbb5-4f71-8d38-72a53460a60f', 'x-openstack-request-id': 'req-9eee196a-bbb5-4f71-8d38-72a53460a60f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3789c8f4-2e52-45f0-8df7-f49a3068756d could not be found."}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.583346s] ... 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 a96a5672-806e-4c4a-93db-3f8ceaa93f4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:30,851 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.452s 2025-08-06 14:55:30,851 99405 DEBUG [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-1355528602"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39996687-71f7-4ffa-b0b1-a3c225f09f5a', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39996687-71f7-4ffa-b0b1-a3c225f09f5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:30.764836", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:30,901 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b 0.037s 2025-08-06 14:55:30,902 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89bb0e1-4c03-4bcd-9cd1-52d535b3ffa3', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89bb0e1-4c03-4bcd-9cd1-52d535b3ffa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:31.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:31,962 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b 0.045s 2025-08-06 14:55:31,963 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94cd5ef-9819-40bf-a690-0fedd0f90914', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d94cd5ef-9819-40bf-a690-0fedd0f90914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:31.000000", "updated_at": "2025-08-06T14:55:31.000000", "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' {8} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.496695s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.326950s] ... 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 28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:32,177 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.193s 2025-08-06 14:55:32,178 99405 DEBUG [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-696627491"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bb9180-d5ab-4f1e-99c1-6fa8f6da89af', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bb9180-d5ab-4f1e-99c1-6fa8f6da89af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.113090", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:32,236 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 0.047s 2025-08-06 14:55:32,237 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2baff5e-1f81-4a35-839e-5692d3973833', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2baff5e-1f81-4a35-839e-5692d3973833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:33,296 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 0.045s 2025-08-06 14:55:33,296 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53f4a15-e99d-4ee0-a959-bd3d04801c6f', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53f4a15-e99d-4ee0-a959-bd3d04801c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.000000", "updated_at": "2025-08-06T14:55:32.000000", "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.316627s] ... 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 0ba9a9ab-938b-420b-ae87-6a6ea2502089 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:33,500 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.188s 2025-08-06 14:55:33,500 99405 DEBUG [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-769755061"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1185bc06-ba3b-4df1-a41b-9b9840a89b96', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1185bc06-ba3b-4df1-a41b-9b9840a89b96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.437089", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:33,551 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089 0.038s 2025-08-06 14:55:33,552 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d1d488-e844-4644-b9eb-9d60ec639005', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d1d488-e844-4644-b9eb-9d60ec639005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:34,614 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089 0.047s 2025-08-06 14:55:34,614 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8acb5c24-0f3c-4b4d-a8df-1056e1599b12', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8acb5c24-0f3c-4b4d-a8df-1056e1599b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.000000", "updated_at": "2025-08-06T14:55:34.000000", "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' {7} 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 a9328aca-a7ff-4965-8122-9b9b04698f5e failed to build and is in ERROR status {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.637402s] ... 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 2b804d29-8e20-4dac-918e-7d303f661ddf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:34,864 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.234s 2025-08-06 14:55:34,865 99405 DEBUG [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-529738864"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ee056-cbea-43dd-b0fc-2d7c66ba4d81', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ee056-cbea-43dd-b0fc-2d7c66ba4d81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:34.803699", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:34,920 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf 0.043s 2025-08-06 14:55:34,920 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-737cf0e9-1f00-44db-a47b-28d6aba1365c', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-737cf0e9-1f00-44db-a47b-28d6aba1365c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:35.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:36,253 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf 0.319s 2025-08-06 14:55:36,253 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300e66cb-58bc-4ddf-b7e5-9807a9740488', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300e66cb-58bc-4ddf-b7e5-9807a9740488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:35.000000", "updated_at": "2025-08-06T14:55:35.000000", "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.135020s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.021908s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.034957s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.055998s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.012482s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.011628s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.044905s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.308355s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.427997s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.404751s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.612097s] ... 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 2868e336-f6f7-4de0-a64f-f4022fccde95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:43,240 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.450s 2025-08-06 14:55:43,241 99405 DEBUG [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-39189784"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb9b025-22a5-4b66-8f3f-b27422071da2', 'content-length': '765', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb9b025-22a5-4b66-8f3f-b27422071da2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.162161", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:43,328 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95 0.061s 2025-08-06 14:55:43,328 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f168fb7-a8d2-4eb5-a8e3-812e722299b4', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f168fb7-a8d2-4eb5-a8e3-812e722299b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 2025-08-06 14:55:44,386 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95 0.044s 2025-08-06 14:55:44,387 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-60077e38-5529-435f-8ef8-2e5e7bb1da2a', 'content-length': '854', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60077e38-5529-435f-8ef8-2e5e7bb1da2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.000000", "updated_at": "2025-08-06T14:55:43.000000", "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' {10} 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 9d6b9758-f7bf-4b17-b4b8-e06335c1bc0f failed to build and is in ERROR status {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.412155s] ... 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 ba4324a4-3afc-4150-be39-b0dfd84e8a21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:44,676 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.273s 2025-08-06 14:55:44,676 99405 DEBUG [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-1191857645"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a66c397f-42dc-44dc-b1d2-219a678a4974', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a66c397f-42dc-44dc-b1d2-219a678a4974', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:44.576726", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:44,729 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21 0.041s 2025-08-06 14:55:44,730 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26bedab6-363d-4b9a-a179-fbc0ad9e673e', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26bedab6-363d-4b9a-a179-fbc0ad9e673e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:45.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 2025-08-06 14:55:45,800 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21 0.054s 2025-08-06 14:55:45,800 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-0b8d970e-bd23-479c-a989-a9e12af09933', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8d970e-bd23-479c-a989-a9e12af09933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:45.000000", "updated_at": "2025-08-06T14:55:45.000000", "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' {7} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1b9a61d3-910a-4451-8a5d-65c0973218ce failed to build and is in ERROR status {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.037244s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.036763s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.030467s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016887s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.036644s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.033512s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.031536s] ... ok {7} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023216s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.856472s] ... 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 e9afe092-f115-4dd8-9504-ea70d3dd9909 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:56,566 99417 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.480s 2025-08-06 14:55:56,566 99417 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-560311186"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e19a4ea4-fb1a-4de0-85e9-aa6b6b193507', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e19a4ea4-fb1a-4de0-85e9-aa6b6b193507', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.479898", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:56,647 99417 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/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.054s 2025-08-06 14:55:56,648 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee90e94-3ba7-4e05-a80a-7a261db51080', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee90e94-3ba7-4e05-a80a-7a261db51080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,722 99417 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/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.058s 2025-08-06 14:55:57,722 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-37644740-2e6f-4046-95b1-6096296f64bd', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37644740-2e6f-4046-95b1-6096296f64bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": "2025-08-06T14:55:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,780 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.042s 2025-08-06 14:55:57,781 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c6dbe9-47a6-45fe-bb8e-0a5ef0590f30', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c6dbe9-47a6-45fe-bb8e-0a5ef0590f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": "2025-08-06T14:55:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,910 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.115s 2025-08-06 14:55:57,910 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181c7c4e-1e3c-4c0f-ae57-b2e7f9060de9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'' 2025-08-06 14:55:57,939 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0. 028s 2025-08-06 14:55:57,939 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f892aa4c-20ff-453a-a8df-97c363d8d4d8', 'x-openstack-request-id': 'req-f892aa4c-20ff-453a-a8df-97c363d8d4d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9afe092-f115-4dd8-9504-ea70d3dd9909 could not be found."}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.020374s] ... ok {7} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {7} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [4.326055s] ... 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 8c935a6e-34a8-4eee-85be-efe81faa216d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:09,134 99415 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.261s 2025-08-06 14:56:09,134 99415 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': 'Wed, 06 Aug 2025 14:56:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb3d972-3489-4138-98d2-beac2044f689', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb3d972-3489-4138-98d2-beac2044f689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "9eb8673d-48cb-41b5-a497-1a71fd7588f5", "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-06 14:56:10,020 99415 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.882s 2025-08-06 14:56:10,021 99415 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': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-19bc27a2-2786-4c7e-ae3b-cee62fb88533', '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": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:10Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,461 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec/file 1.437s 2025-08-06 14:56:11,461 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a9c891a9 -5bf9-4599-ac93-06b467a2ab9e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file'} Body: b'' 2025-08-06 14:56:11,489 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.027s 2025-08-06 14:56:11,489 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be9a9ba8-7619-44a2-b47c-82d85eec1786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,512 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.022s 2025-08-06 14:56:11,512 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4c13264f-659f-444c-9770-5d0d7fb4944f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,532 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.019s 2025-08-06 14:56:11,533 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-14afbad0-ec50-44a7-a565-6cbd75696711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:12,037 99415 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.504s 2025-08-06 14:56:12,038 99415 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": "6655f459-54d9-4311-9313-1bd17872b8ec", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a10dadb-9a9b-4c5b-9732-2a8511a0f827', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a10dadb-9a9b-4c5b-9732-2a8511a0f827', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:11.931678", "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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:12,100 99415 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/8c935a6e-34a8-4eee-85be-efe81faa216d 0.050s 2025-08-06 14:56:12,101 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e604f9-12d4-4f9e-8357-9a0a42821e43', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e604f9-12d4-4f9e-8357-9a0a42821e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:12.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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a2eadb12bb4649bd15f2bb73d853cf"}}' 2025-08-06 14:56:13,171 99415 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/8c935a6e-34a8-4eee-85be-efe81faa216d 0.055s 2025-08-06 14:56:13,172 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b04d59-d2aa-41e2-8373-1be48948e3af', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b04d59-d2aa-41e2-8373-1be48948e3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:12.000000", "updated_at": "2025-08-06T14:56:12.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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a2eadb12bb4649bd15f2bb73d853cf"}}' {1} 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 6fc965bd-c44a-4f81-8a70-db9e42be76c1 failed to build and is in ERROR status {8} 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 9081f13f-d498-4361-b96c-db5115534b62 failed to build and is in ERROR status {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.547566s] ... 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 56a2757d-3679-44a8-93a6-7ffa9bfc02c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:22,004 99415 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.416s 2025-08-06 14:56:22,005 99415 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-551373026"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cabd20c-d528-439f-b360-5358837d714d', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cabd20c-d528-439f-b360-5358837d714d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:21.928164", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:22,060 99415 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2 0.044s 2025-08-06 14:56:22,061 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d2feae-6553-45b1-94e3-ff7066b476ad', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d2feae-6553-45b1-94e3-ff7066b476ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fe113097f914100a12ad5cde4e0be4f"}}' 2025-08-06 14:56:23,121 99415 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2 0.043s 2025-08-06 14:56:23,121 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5b6549-0ab2-47ae-a9db-69f94f9a26f3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5b6549-0ab2-47ae-a9db-69f94f9a26f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.000000", "updated_at": "2025-08-06T14:56:22.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fe113097f914100a12ad5cde4e0be4f"}}' {8} 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 602aee09-e8b4-4a73-bbb6-12396493878c failed to build and is in ERROR status {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.042773s] ... 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 e9383737-c585-414f-abb3-f5b5ac8fea63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:28,264 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.839s 2025-08-06 14:56:28,264 99401 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-81645741", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c69ee09-83e9-488b-8966-44fcef7a0cb0', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c69ee09-83e9-488b-8966-44fcef7a0cb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.194475", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:28,360 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63 0.083s 2025-08-06 14:56:28,361 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971406ef-bf0c-409a-baac-7f7a93e60514', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971406ef-bf0c-409a-baac-7f7a93e60514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb82faf840cb40feab229befbff95948"}}' 2025-08-06 14:56:29,451 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63 0.073s 2025-08-06 14:56:29,451 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92532c4f-b143-4471-99f8-50ad852343da', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92532c4f-b143-4471-99f8-50ad852343da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.000000", "updated_at": "2025-08-06T14:56:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb82faf840cb40feab229befbff95948"}}' {8} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017805s] ... ok {8} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.187732s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.781023s] ... 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 21a02bd0-7972-4eef-aa0d-cc7adac88abe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:33,383 99417 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.437s 2025-08-06 14:56:33,384 99417 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-990193906", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615149bd-334a-47ca-8777-efd5ce4a44d5', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615149bd-334a-47ca-8777-efd5ce4a44d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.299536", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:33,454 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.050s 2025-08-06 14:56:33,455 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699c89fa-93e0-45b5-90fe-e32969b14d73', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699c89fa-93e0-45b5-90fe-e32969b14d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,512 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.039s 2025-08-06 14:56:34,512 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-d775c092-7335-4f99-a91c-aa3621696453', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d775c092-7335-4f99-a91c-aa3621696453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": "2025-08-06T14:56:33.000000", "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,572 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.043s 2025-08-06 14:56:34,572 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39b1ea6-fa37-4c7b-b837-cfbc6535aed9', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39b1ea6-fa37-4c7b-b837-cfbc6535aed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": "2025-08-06T14:56:33.000000", "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,701 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.114s 2025-08-06 14:56:34,701 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b57cae-92ff-4cc6-a3ea-6c2a1a63dfe7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'' 2025-08-06 14:56:34,724 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.022s 2025-08- 06 14:56:34,725 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33aed7ee-089a-471f-8466-d889d15b1ffd', 'x-openstack-request-id': 'req-33aed7ee-089a-471f-8466-d889d15b1ffd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21a02bd0-7972-4eef-aa0d-cc7adac88abe could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.657862s] ... 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 e5f37743-208b-4c29-a39b-86b14577f106 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:34,975 99417 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.245s 2025-08-06 14:56:34,975 99417 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-86551908"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288cbcd2-d332-4fa6-a0f0-1adbcf65222b', 'content-length': '744', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288cbcd2-d332-4fa6-a0f0-1adbcf65222b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:34.878045", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:35,057 99417 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/e5f37743-208b-4c29-a39b-86b14577f106 0.068s 2025-08-06 14:56:35,057 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae651452-52db-4790-b2df-bbbfa9896354', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae651452-52db-4790-b2df-bbbfa9896354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,128 99417 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/e5f37743-208b-4c29-a39b-86b14577f106 0.056s 2025-08-06 14:56:36,129 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0b5032- 8d6c-4214-aa10-6f6d5d5362f5', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0b5032-8d6c-4214-aa10-6f6d5d5362f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": "2025-08-06T14:56:35.000000", "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,194 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.051s 2025-08-06 14:56:36,199 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abfd6c1-7e3c-4485-b68a-d16ae85e613b', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abfd6c1-7e3c-4485-b68a-d16ae85e613b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": "2025-08-06T14:56:35.000000", "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,323 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.111s 2025-08-06 14:56:36,324 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-9e71d4c8-1504-4b9e-a645-dbcfdbf3c5e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'' 2025-08-06 14:56:36,386 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.061s 2025-08-06 14:56:36,386 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-d295f468-830d-46b3-bda6-ec9f507089c5', 'x-openstack-request-id': 'req-d295f468-830d-46b3-bda6-ec9f507089c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5f37743-208b-4c29-a39b-86b14577f106 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.941065s] ... 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 f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:36,413 99417 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.023s 2025-08-06 14:56:36,414 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e04a55d7-b87b-4f5f-9721-a014e34e3904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:36,441 99417 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.026s 2025-08-06 14:56:36,441 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b56145ea-18c8-4fb9-99e1-3b3e8cbbf51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:36,863 99417 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.421s 2025-08-06 14:56:36,863 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-Volumes GetTest-Volume-1428027611", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8594be6d-4da0-4195-b311-488161eee4e0', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8594be6d-4da0-4195-b311-488161eee4e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:36.721946", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:36,920 99417 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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.044s 2025-08-06 14:56:36,920 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a0a640-30f2-46e6-ad3f-3a48bf626f81', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a0a640-30f2-46e6-ad3f-3a48bf626f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,099 99417 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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.164s 2025-08-06 14:56:38,099 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c17189-6b8c-4daa-a06c-9f233624eb28', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c17189-6b8c-4daa-a06c-9f233624eb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5 -97ae-4ad2-b09e-5cb13bb1bd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": "2025-08-06T14:56:37.000000", "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,163 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.050s 2025-08-06 14:56:38,163 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab38d97-3bdf-4c30-841f-55ceed2175f9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab38d97-3bdf-4c30-841f-55ceed2175f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": "2025-08-06T14:56:37.000000", "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,303 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.126s 2025-08-06 14:56:38,304 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-e0a14e0e-ed01-4206-969a-c28613d96230', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'' 2025-08-06 14:56:38,329 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.024s 2025-08-06 14:56:38,329 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-ty pe': 'application/json', 'x-compute-request-id': 'req-8ebb7c2f-f9a4-44b6-8981-149d1e71ff0a', 'x-openstack-request-id': 'req-8ebb7c2f-f9a4-44b6-8981-149d1e71ff0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 could not be found."}}' {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [6.402859s] ... 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 3d4cacb1-4477-4f47-8bf9-5dd266525bf5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:40,633 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684 on backend None 2025-08-06 14:56:40,816 99403 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.182s 2025-08-06 14:56:40,816 99403 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-1142691982-929286684", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779300f0-7833-47e0-9615-b046dc259d41', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779300f0-7833-47e0-9615-b046dc259d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2a798905-9353-419c-a380-ba53f8c02d78", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:40,820 99403 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-06 14:56:41,721 99403 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.898s 2025-08-06 14:56:41,721 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1385539394", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9e4162e6-8177-40c9-a4c0-503adf42d746', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1385539394", "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": "17b03200ec594256a0fbbe41fcda3eed", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "created_at": "2025-08-06T14:56:42Z", "updated_at": "2025-08-06T14:56:42Z", "tags": [], "self": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "file": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:43,440 99403 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/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file 1.718s 2025-08-06 14:56:43,441 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5bb6605f-893e-4e91-b548-98e 81f3ed67a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file'} Body: b'' 2025-08-06 14:56:43,441 99403 DEBUG [tempest.scenario.manager] image:102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 2025-08-06 14:56:43,531 99403 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.085s 2025-08-06 14:56:43,531 99403 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-561550854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC1GLEzaXONJj8ixKYzQrjC4rC/WDEn0AnPkgxAKlsttlr5Od/fPaQfXEsFrvaEhvX0xaPZnQME/iZY8+1CWhBO0syNimc4ZTyWShSJsdkpHeBlNiuiywc5s35GhW1Ck9A=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0197b6d3-d8f3-41a7-83e2-f5638d979ea0', 'x-compute-request-id': 'req-0197b6d3-d8f3-41a7-83e2-f5638d979ea0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-561550854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC1GLEzaXONJj8ixKYzQrjC4rC/WDEn0AnPkgxAKlsttlr5Od/fPaQfXEsFrvaEhvX0xaPZnQME/iZY8+1CWhBO0syNimc4ZTyWShSJsdkpHeBlNiuiywc5s35GhW1Ck9A==", "fingerprint": "10:4b:dd:4e:d1:85:73:e7:fc:f8:43:83:90:25:8d:5e", "user_id": "56f62bec7e20417ebda452858f9d8e5e"}}' 2025-08-06 14:56:43,604 99403 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.070s 2025-08-06 14:56:43,605 99403 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': 'Wed, 06 Aug 2025 14:56:43 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-3ea69065-a1a7-4aa0-adc3-9e392bddc39f', 'x-compute-request-id': 'req-3ea69065-a1a7-4aa0-adc3-9e392bddc39f', '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-06T14:55:17.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-06T14:56:37.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-06T14:55:50.000000"}}}}]}' 2025-08-06 14:56:43,610 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833 on backend None 2025-08-06 14:56:43,646 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.035s 2025-08-06 14:56:43,646 99403 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98b6db6-e2b0-47ff-973d-58e286ac2ae7', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98b6db6-e2b0-47ff-973d-58e286ac2ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "0eb735fd-fdd5-4e68-87f5-1fa557646225", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:43,649 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054 on backend None 2025-08-06 14:56:43,692 99403 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.043s 2025-08-06 14:56:43,692 99403 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-726949987-2126808054", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e57a034-f10f-4f5e-ad9c-675940fc939b', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e57a034-f10f-4f5e-ad9c-675940fc939b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "82f33b13-28e5-4f98-871b-a442484b4f36", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:43,695 99403 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-06 14:56:43,891 99403 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.195s 2025-08-06 14:56:43,891 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-764492258", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae748e48-fd10-4c49-a0f3-15681c06961e', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae748e48-fd10-4c49-a0f3-15681c06961e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f04c87a-73ce-4972-9a96-45d2ca0de9d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:43.832428", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume- 764492258", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,158 99403 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.255s 2025-08-06 14:56:44,159 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-847740428", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e44c536-6d28-4d10-9321-7c7d93a5ef80', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e44c536-6d28-4d10-9321-7c7d93a5ef80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2aee0f0-3777-41f5-b318-2e5ada1a3449", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:44.078987", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-847740428", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,192 99403 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/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 0.021s 2025-08-06 14:56:44,192 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-90cdf523-031a-4519-8f50-89bc3e400f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec'} Body: b'{"name": "tempest-scenario-img--1385539394", "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": "17b03200ec594256a0fbbe41fcda3eed", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "created_at": "2025-08-06T14:56:42Z", "updated_at": "2025-08-06T14:56:43Z", " tags": [], "self": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "file": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:44,605 99403 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.412s 2025-08-06 14:56:44,606 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "snapshot_id": null, "imageRef": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885937cb-7f83-45f5-b98e-481f844c6e1a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885937cb-7f83-45f5-b98e-481f844c6e1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:44.537688", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,661 99403 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/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.042s 2025-08-06 14:56:44,662 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e3abe8-55b2-49d2-982f-1c5672349461', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e3abe8-55b2-49d2-982f-1c5672349461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:45.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17b03200ec594256a0fbbe41fcda3e ed"}}' 2025-08-06 14:56:45,733 99403 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/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.056s 2025-08-06 14:56:45,734 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a51deb-c76c-495a-a8ef-4563ac701d28', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a51deb-c76c-495a-a8ef-4563ac701d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:45.000000", "updated_at": "2025-08-06T14:56:45.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17b03200ec594256a0fbbe41fcda3eed"}}' 2025-08-06 14:56:45,964 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.214s 2025-08-06 14:56:45,964 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-276d1948-404d-4d93-b86b-d6d0d3ae4a96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'' 2025-08-06 14:56:45,990 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.024s 2025-08-06 14:56:45,990 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-a63a72ca-8f37-4f65-befb-21fdc9f9627b', 'x-openstack-request-id': 'req-a63a72ca-8f37-4f65-befb-21fdc9f9627b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d4cacb1-4477-4f47-8bf9-5dd266525bf5 could not be found."}}' 2025-08-06 14:56:46,116 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449 0.125 s 2025-08-06 14:56:46,116 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-fcd407a5-a149-4dfc-aefd-62223915f252', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449'} Body: b'' 2025-08-06 14:56:46,147 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449 0.030s 2025-08-06 14:56:46,148 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-009c92b2-3ffb-416f-929c-386436818d1d', 'x-openstack-request-id': 'req-009c92b2-3ffb-416f-929c-386436818d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2aee0f0-3777-41f5-b318-2e5ada1a3449 could not be found."}}' 2025-08-06 14:56:46,260 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2 0.112s 2025-08-06 14:56:46,260 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae87d63e-cf11-4fb7-affa-1070020ac6a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2'} Body: b'' 2025-08-06 14:56:46,289 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2 0.028s 2025-08-06 14:56:46,290 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-ea1c90af-8e5a-4e61-8926-a59689edd626', 'x-openstack-request-id': 'req-ea1c90af-8e5a-4e61-8926-a59689edd626', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f04c87a-73ce-4972-9a96-45d2ca0de9d2 could not be found."}}' 2025-08-06 14:56:46,402 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.112s 2025-08-06 14:56:46,402 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respons e - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd1bfa3-1ee2-4195-9c90-1835acc1ddd7', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd1bfa3-1ee2-4195-9c90-1835acc1ddd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:46,501 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/82f33b13-28e5-4f98-871b-a442484b4f36 0.082s 2025-08-06 14:56:46,501 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a87b849-596b-40cb-b609-7587af0ea642', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/82f33b13-28e5-4f98-871b-a442484b4f36'} Body: b'' 2025-08-06 14:56:46,561 99403 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.059s 2025-08-06 14:56:46,562 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b34b23-ada1-474b-903e-67fff8786f50', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b34b23-ada1-47 4b-903e-67fff8786f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:46,636 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/0eb735fd-fdd5-4e68-87f5-1fa557646225 0.058s 2025-08-06 14:56:46,637 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba33511-0f93-434b-b44d-8a84a9b71037', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/0eb735fd-fdd5-4e68-87f5-1fa557646225'} Body: b'' 2025-08-06 14:56:46,684 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-561550854 0.046s 2025-08-06 14:56:46,685 99403 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': 'Wed, 06 Aug 2025 14:56:46 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-d8ddb1ff-72e9-41ec-beba-bbfef956513b', 'x-compute-request-id': 'req-d8ddb1ff-72e9-41ec-beba-bbfef956513b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-561550854'} Body: b'' 2025-08-06 14:56:46,8 25 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 0.139s 2025-08-06 14:56:46,826 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4e51a570-00f5-4570-bc45-c322432e9579', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec'} Body: b'' 2025-08-06 14:56:46,951 99403 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.125s 2025-08-06 14:56:46,952 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54976fe2-9b21-43ac-932a-160dcc9d115d', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54976fe2-9b21-43ac-932a-160dcc9d115d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:47,034 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2a798905-9353-419c-a380-ba53f8c02d78 0.060s 2025-08-06 14:56:47,034 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d09db9-1568-4b47-a8b0-cb8f3ca01e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2a798905-9353-419c-a380-ba53f8c02d78'} Body: b'' {7} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.862189s] ... 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 d2a05736-63fa-4f07-8876-692205a70ca6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:47,796 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.552s 2025-08-06 14:56:47,797 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1508545940", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b37148-974f-4a41-b200-42b95dcd1328', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b37148-974f-4a41-b200-42b95dcd1328', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:47.700240", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:47,859 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.049s 2025-08-06 14:56:47,859 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53b1524-564c-42b0-b997-bf1adff95152', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53b1524-564c-42b0-b997-bf1adff95152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:48.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bf89e9c9a13a4b3b94c6400379ab73f0"}}' 2025-08-06 14:56:48,929 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.055s 2025-08-06 14:56:48,930 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-62aa8057-c31a-4b5e-a66a-8721be3678bd', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62aa8057-c31a-4b5e-a66a-8721be3678bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:48.000000", "updated_at": "2025-08-06T14:56:48.000000", "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bf89e9c9a13a4b3b94c6400379ab73f0"}}' 2025-08-06 14:56:49,075 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.128s 2025-08-06 14:56:49,076 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee2eba2-92e4-478a-92e5-bb70e9e27b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'' 2025-08-06 14:56:49,104 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.027s 2025-08-06 14:56:49,104 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-292da789-38d7-4bbb-8c3d-defba303d4a3', 'x-openstack-request-id': 'req-292da789-38d7-4bbb-8c3d-defba303d4a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d2a05736-63fa-4f07-8876-692205a70ca6 could not be found."}}' {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.524153s] ... 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 9378510a-0fa7-457f-a041-157d3ccfb23e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:59,422 99403 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.397s 2025-08-06 14:56:59,423 99403 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-1951634609"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52c2dcc-a298-4640-901c-7b5e037d5916', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52c2dcc-a298-4640-901c-7b5e037d5916', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.303226", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:59,482 99403 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/9378510a-0fa7-457f-a041-157d3ccfb23e 0.048s 2025-08-06 14:56:59,483 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd774c4-7b17-4f12-ae4b-0fe6cf6ef8b0', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd774c4-7b17-4f12-ae4b-0fe6cf6ef8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d171d4b42a1d4db4a130bd2653cda215"}}' 2025-08-06 14:57:00,534 99403 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/9378510a-0fa7-457f-a041-157d3ccfb23e 0.036s 2025-08-06 14:57:00,534 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14 :57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91863217-051c-4d52-9686-4bc9f4123cd1', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91863217-051c-4d52-9686-4bc9f4123cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.000000", "updated_at": "2025-08-06T14:57:00.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d171d4b42a1d4db4a130bd2653cda215"}}' {6} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [127.989506s] ... 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 a97e0b64-5612-46d8-9596-eaff04b27342 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:07,239 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:56:08,016 99413 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.776s 2025-08-06 14:56:08,017 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1664736734", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-85379b19-e307-4915-83dc-9eddae9b021d', 'x-compute-request-id': 'req-85379b19-e307-4915-83dc-9eddae9b021d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1664736734", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw==", "fingerprint": "45:8b:c5:52:08:4b:af:6f:e9:01:cf:a1:3c:e8:c0:76", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb"}}' 2025-08-06 14:56:08,019 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1664736734 created 2025-08-06 14:56:09,744 99413 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.724s 2025-08-06 14:56:09,744 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--971739142", "description": "tempest-description--1419208943"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-d93ad5ca-21d3-445c-82a1-11e330746fd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c68e71a4-150f-4193-a793-bf2216849378", "name": "tempest-securitygroup--971739142", "stateful": true, "tenant_id": "21b33260dc4441719c1713a05b224708", "description": "tempest-description--1419208943", "shared": false, "security_group_rules": [{"id": "55bc3454-2ef0-4cb1-9bda-b72aad88b189", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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": 563, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 0}, {"id": "5f36affe-3b1c-4c41-addf-ce559c6fc5e9", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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": 562, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 1, "project_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:56:11,120 99413 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.375s 2025-08-06 14:56:11,120 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-77516f76-dda6-422a-af59-878596ec6d06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4852201f-14ad-42a4-abf9-b1695b909a97", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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-06T14:56:11Z", "updated_at": "2025-08-06T14:56:11Z", "revision_number": 0}}' 2025-08-06 14:56:13,169 99413 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.048s 2025-08-06 14:56:13,170 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dc151478-9a14-44f8-8487-621b5e26d765', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a78efc5-7ca3-404d-b558-7d2b49e4109f", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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-06T14:56:13Z", "updated_at": "2025-08-06T14:56:13Z", "revision_number": 0}}' 2025-08-06 14:56:13,170 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--971739142 created 2025-08-06 14:56:18,084 99413 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 4.914s 2025-08-06 14:56:18,085 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dcc64e35-c744-4975-af40-f3a7d370f306', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7ead86ea-cc15-42da-acc3-38aafe0c9a9f", "tenant_id": "21b33260dc4441719c1713a05b224708", "floating_ip_address": "172.24.4.101", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "21b33260dc4441719c1713a05b224708", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:56:17Z", "updated_at": "2025-08-06T14:56:17Z", "revision_number": 0}}' 2025-08-06 14:56:18,085 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7ead86ea-cc15-42da-acc3-38aafe0c9a9f', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '21b33260dc4441719c1713a05b224708', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:56:17Z', 'updated_at': '2025-08-06T14:56:17Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2025-08-06 14:56:18,177 99413 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.086s 2025-08-06 14:56:18,177 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6170e257-be22-446c-bb89-afae27c36ffd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d61e85bad30a48b8bfe5a3d670209ecb", "name": "tempest-VolumesAdminNegativeTest-6262872-project-member", "password_expires_at": null}, "audit_ids": ["TfP99aXiTbOnYuIMO5zXTg"], "expires_at": "2025-08-06T15:56:18.000000Z", "issued_at": "2025-08-06T14:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b33260dc4441719c1713a05b224708", "name": "tempest-VolumesAdminNegativeTest-6262872"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_i d": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b33260dc4441719c1713a05b224708", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:56:18,178 99413 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'c2c76538-1f74-42f6-a8ad-5a273ea71511', 'name': 'tempest-VolumesAdminNegativeTest-1860601842-network', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b33260dc4441719c1713a05b224708', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18375, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:39Z', 'updated_at': '2025-08-06T14:55:39Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:18,178 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1664736734', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw==', 'fingerprint': '45:8b:c5:52:08:4b:af:6f:e9:01:cf:a1:3c:e8:c0:76', 'user_id': 'd61e85bad30a48b8bfe5a3d670209ecb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCnnuqys9YEnD0KM2wogvn7azT1wPTENkmRrJv8dSXwFLNbqLWKiqdN\niBXewNATdvagBwYFK4EEACKhZANiAATYJoq3YROKAgu1N2jgAIcSzxPDWJIIW0lL\nq0B3Ozox3G3Xdt6d9Z6+psVFYVmSF5f1K8929l26XhY02qVCQ6FYxFA+ertzDyfT\nuFoegtx4AHpwrq20LyOdNkJYPcnbZ7s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c68e71a4-150f-4193-a793-bf2216849378', 'name': 'tempest-securitygroup--971739142', 'stateful': True, 'tenant_id': '21b33260dc4441719c1713a05b224708', 'description': 'tempest-description--1419208943', 'shared': False, 'security_group_rules': [{'id': '55bc3454-2ef0-4cb1-9bda-b72aad88b189', 'project_id': '21b33260dc4441719c1713a05b224708', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'security_group_id': 'c68e71a4-150f-4193-a793-bf2216849378', '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': 563, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 0}, {'id': '5f36affe-3b1c-4c41-addf-ce559c6fc5e9', 'project_id': '21b33260dc4441719c1713a05b224708', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'security_group_id': 'c68e71a4-150f-4193-a793-bf2216849378', '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': 562, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 1, 'project_id': '21b33260dc4441719c1713a05b224708'}, 'floating_ip': {'id': '7ead86ea-cc15-42da-acc3-38aafe0c9a9f', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '21b33260dc4441719c1713a05b224708', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:56:17Z', 'updated_at': '2025-08-06T14:56:17Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2025-08-06 14:56:21,742 99413 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 3.563s 2025-08-06 14:56:21,743 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1776860079", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "c2c76538-1f74-42f6-a8ad-5a273ea71511"}], "security_groups": [{"name": "tempest-securitygroup--971739142"}], "key_name": "tempest-keypair-1664736734", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed7efb8b-ed7b-44a1-b81e-2c86f37eab28', 'x-compute-request-id': 'req-ed7efb8b-ed7b-44a1-b81e-2c86f37eab28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--971739142"}], "adminPass": "dGjXLLfy8xqs"}}' 2025-08-06 14:56:22,365 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1 0.618s 2025-08-06 14:56:22,365 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 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-7ee1566b-a544-48c3-aefa-ede105f27397', 'x-compute-request-id': 'req-7ee1566b-a544-48c3-aefa-ede105f27397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "name": "tempest-VolumesAdminNegativeTest-server-1776860079", "status": "BUILD", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId" : "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:22Z", "updated": "2025-08-06T14:56:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1664736734", "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-06 14:57:12,646 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1 0.243s 2025-08-06 14:57:12,647 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ce2d8e1-7091-4391-9412-96db837dc025', 'x-compute-request-id': 'req-7ce2d8e1-7091-4391-9412-96db837dc025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "name": "tempest-VolumesAdminNegativeTest-server-1776860079", "status": "ACTIVE", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "bdf9c3f3df45ad92d218db8b70b149bdb24e1ad8b4a0fed3e5f9d291", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:21Z", "updated": "2025-08-06T14:56:46Z", "addresses": {"tempest-VolumesAdminNegativeTest-1860601842-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:30:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1664736734", "OS-SRV-USG:launched_at": "2025-08-06T14:56:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--971739142"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:57:12,664 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:58:12,876 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1/os-interface 0.150s 2025-08-06 14:58:12,877 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed7b7b9-3b3c-489c-beed-a16c488a0765', 'x-compute-request-id': 'req-9ed7b7b9-3b3c-489c-beed-a16c488a0765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c2c76538-1f74-42f6-a8ad-5a273ea71511", "port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a", "mac_addr": "fa:16:3e:ac:30:e5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4a22295a-ddbc-4b01-896e-80b4fbc934f2", "ip_address": "10.0.0.12"}]}]}' 2025-08-06 14:58:13,718 99413 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/7ead86ea-cc15-42da-acc3-38aafe0c9a9f 0.836s 2025-08-06 14:58:13,718 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4ccc6019-dfc9-4165-9350-e35fec8945a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7ead86ea-cc15-42da-acc3-38aafe0c9a9f'} Body: b'{"floatingip": {"id": "7ead86ea-cc15-42da-acc3-38aafe0c9a9f", "tenant_id": "21b33260dc4441719c1713a05b224708", "floating_ip_address": "172.24.4.101", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5af83f86-a9f5-4e32-9186-0356ae09f086", "port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c2c76538-1f74-42f6-a8ad-5a273ea71511", "mac_address": "fa:16:3e:ac:30:e5", "admin_state_up": true, "status": "ACTIVE", "device_id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:56:17Z", "updated_at": "2025-08-06T14:58:13Z", "revision_number": 1, "project_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:58:13,725 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.101:22' as 'cirros' with public key authentication 2025-08-06 14:58:13,739 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:13,847 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:13,847 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.101 successfully created 2025-08-06 14:58:14,109 99413 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.259s 2025-08-06 14:58:14,109 99413 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-368095496"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e723c7-995f-4c77-b8f5-fb9ab7c5a8ef', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5 7e723c7-995f-4c77-b8f5-fb9ab7c5a8ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.032811", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:58:14,159 99413 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/a97e0b64-5612-46d8-9596-eaff04b27342 0.036s 2025-08-06 14:58:14,159 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00fe74d4-b1b0-4bb2-8aa0-1adde8555edc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00fe74d4-b1b0-4bb2-8aa0-1adde8555edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:58:15,210 99413 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/a97e0b64-5612-46d8-9596-eaff04b27342 0.037s 2025-08-06 14:58:15,211 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4cbc6ad-4fdc-48dc-91ca-b40bdc22b868', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4cbc6ad-4fdc-48dc-91ca-b40bdc22b868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.000000", "updated_at": "2025-08-06T14:58:14.000000", "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{ "rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' {11} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [183.342825s] ... 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 f6016f53-3cc5-4c06-9449-8936fe00d578 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:12,400 99423 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.145s 2025-08-06 14:55:12,400 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b88cbf85-b4bd-493d-8a8f-9ca13936c570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:13,179 99423 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.750s 2025-08-06 14:55:13,179 99423 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': 'Wed, 06 Aug 2025 14:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ccae9499-c212-4f2c-bb82-f68b63359222', '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": "0fe3da69ff294911897ed23fedd477cf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "created_at": "2025-08-06T14:55:13Z", "updated_at": "2025-08-06T14:55:13Z", "tags": [], "self": "/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372", "file": "/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:14,820 99423 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/5f706f13-12c7-4685-87bb-ca4a841f3372/file 1.640s 2025-08-06 14:55:14,820 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1d2255e7-02ba-461a-b3b7-d2d5bee2c4c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372/file'} Body: b'' 2025-08-06 14:55:14,821 99423 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:55:14,821 99423 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:55:15,140 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.318s 2025-08-06 14:55:15,141 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1794711122", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-a27dfdcf-8926-40bb-94f0-a1a8a19c960d', 'x-compute-request-id': 'req-a27dfdcf-8926-40bb-94f0-a1a8a19c960d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1794711122", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A==", "fingerprint": "c5:55:2f:d2:f5:97:81:f8:9e:1c:a7:62:cd:79:99:ab", "user_id": "839cf6a4d434453bba405a315cddc956"}}' 2025-08-06 14:55:15,143 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1794711122 created 2025-08-06 14:55:16,556 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.412s 2025-08-06 14:55:16,556 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--48975898", "description": "tempest-description--639542962"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-8cbe33d5-3a5e-4aeb-9c97-ff6bb90e2077', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "name": "tempest-securitygroup--48975898", "stateful": true, "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "description": "tempest-description--639542962", "shared": false, "security_group_rules": [{"id": "1ea975c2-aa3b-46a2-9ed7-f095abbd6b03", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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": 319, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": " 2025-08-06T14:55:16Z", "revision_number": 0}, {"id": "8acd970a-7617-4563-b4f6-310edbef4ffb", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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": 318, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": "2025-08-06T14:55:16Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": "2025-08-06T14:55:16Z", "revision_number": 1, "project_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:55:18,002 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.445s 2025-08-06 14:55:18,003 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5dec7382-e42c-495d-8a27-166f131f69fa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "40cca554-3c49-466d-bc24-235cc22ca1e3", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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-06T14:55:17Z", "updated_at": "2025-08-06T14:55:17Z", "revision_number": 0}}' 2025-08-06 14:55:20,058 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.055s 2025-08-06 14:55:20,059 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e4ab3bc7-83db-4bd2-9fb5-69e324013218', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f3735008-69b8-42c3-9a18-98b7572c96f8", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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-06T14:55:19Z", "updated_at": "2025-08-06T14:55:19Z", "revision_number": 0}}' 2025-08-06 14:55:20,059 99423 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--48975898 created 2025-08-06 14:55:22,670 9942 3 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.611s 2025-08-06 14:55:22,671 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-af5607dd-362c-43d5-979d-e13673d7ba25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7fc1b592-9efa-46d6-9e6e-ee21746c5954", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "floating_ip_address": "172.24.4.134", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:22Z", "updated_at": "2025-08-06T14:55:22Z", "revision_number": 0}}' 2025-08-06 14:55:22,671 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7fc1b592-9efa-46d6-9e6e-ee21746c5954', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:22Z', 'updated_at': '2025-08-06T14:55:22Z', 'revision_number': 0, 'ip': '172.24.4.134'} created 2025-08-06 14:55:22,766 99423 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.090s 2025-08-06 14:55:22,766 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 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-1569fd4f-f628-49c8-8345-c484b4ec935e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "839cf6a4d434453bba405a315cddc956", "name": "tempest-AttachSCSIVolumeTestJSON-1587103803-project-member", "password_expires_at": null}, "audit_ids": ["jx6NUt9-QBK96117MTJhlQ"], "expires_at": "2025-08-06T15:55:22.000000Z", "issued_at": "2025-08-06T14:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d13f9ed8f6f44507a35d2e89522002b3", "name": "tempest-AttachSCSIVolumeTestJSON-1587103803"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d13f9ed8f6f44507a35d2e89522002b3", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:22,767 99423 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '29809a8f-c068-46ad-87ef-93f703d0e95c', 'name': 'tempest-AttachSCSIVolumeTestJSON-1604216294-network', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22011, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:33Z', 'updated_at': '2025-08-06T14:54:33Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:22,767 99423 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1794711122', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A==', 'fingerprint': 'c5:55:2f:d2:f5:97:81:f8:9e:1c:a7:62:cd:79:99:ab', 'user_id': '839cf6a4d434453bba405a315cddc956', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxpAddyvb8qPWYUTeUc5Z9r6BwTv4XnBa6lcUQK4DjmDNjdRNB6n2m\nP0qGQpNnvOmgBwYFK4EEACKhZANiAATY7mhKcOgs05/vLh8+fOlg+0zeq+WLEVe9\nJY1jWYQMl+n4+THtt0uyZOxTcZoa61ju7HK36JxUQVb/iIv90sIn64uuyq6z1EU6\nzTsM34d6tZpS47pXLa61wXbnipvu8dQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f715a16-a845-40c6-a67d-020e9eec5c57', 'name': 'tempest-securitygroup--48975898', 'stateful': True, 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': 'tempest-description--639542962', 'shared': False, 'security_group_rules': [{'id': '1ea975c2-aa3b-46a2-9ed7-f095abbd6b03', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'security_group_id': '2f715a16-a845-40c6-a67d-020e9eec5c57', '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': 319, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 0}, {'id': '8acd970a-7617-4563-b4f6-310edbef4ffb', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'security_group_id': '2f715a16-a845-40c6-a67d-020e9eec5c57', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_rang e_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 318, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 1, 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3'}, 'floating_ip': {'id': '7fc1b592-9efa-46d6-9e6e-ee21746c5954', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:22Z', 'updated_at': '2025-08-06T14:55:22Z', 'revision_number': 0, 'ip': '172.24.4.134'}} 2025-08-06 14:55:29,017 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 6.249s 2025-08-06 14:55:29,017 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "imageRef": "5f706f13-12c7-4685-87bb-ca4a841f3372", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "29809a8f-c068-46ad-87ef-93f703d0e95c"}], "security_groups": [{"name": "tempest-securitygroup--48975898"}], "key_name": "tempest-keypair-1794711122", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3e790f-eda3-403e-861a-38a123b52940', 'x-compute-request-id': 'req-7c3e790f-eda3-403e-861a-38a123b52940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--48975898"}], "adminPass": "FKHntCf7cTow"}}' 2025-08-06 14:55:30,023 99423 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/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 1.003s 2025-08-06 14:55:30,024 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c6903b8-b800-446d-a1c7-eb16f6fe847e', 'x-compute-request-id': 'req-2c6903b8-b800-446d-a1c7-eb16f6fe847e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSI VolumeTestJSON-server-1713657309", "status": "BUILD", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:29Z", "updated": "2025-08-06T14:55:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "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-06 14:56:20,897 99423 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/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.812s 2025-08-06 14:56:20,898 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:20 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-45df042a-8288-486a-a309-9777cbaaee1e', 'x-compute-request-id': 'req-45df042a-8288-486a-a309-9777cbaaee1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "status": "ACTIVE", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "c5874ca0d9fdeec9b4efdc80521ef0067dffd5e0f151ab8a31bb6174", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:28Z", "updated": "2025-08-06T14:56:11Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1604216294-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "OS-SRV-USG:launched_at": "2025-08-06T14:56:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--48975898"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:56:20,914 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:57:21,143 99423 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/03d1bb11-5d9b-48 2a-bb5e-eeb495d325a5/os-interface 0.169s 2025-08-06 14:57:21,143 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 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-a649b147-02b0-4569-9d0c-176265125476', 'x-compute-request-id': 'req-a649b147-02b0-4569-9d0c-176265125476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "29809a8f-c068-46ad-87ef-93f703d0e95c", "port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd", "mac_addr": "fa:16:3e:d1:69:3f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "26c9a96f-c9dd-4525-b8b8-7008e470cbda", "ip_address": "10.0.0.6"}]}]}' 2025-08-06 14:57:22,614 99423 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/7fc1b592-9efa-46d6-9e6e-ee21746c5954 1.466s 2025-08-06 14:57:22,614 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d930cbf8-ec1d-4583-8272-a514828be97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954'} Body: b'{"floatingip": {"id": "7fc1b592-9efa-46d6-9e6e-ee21746c5954", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "floating_ip_address": "172.24.4.134", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "76c5284a-c4b5-41bc-be31-0910878572d1", "port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "29809a8f-c068-46ad-87ef-93f703d0e95c", "mac_address": "fa:16:3e:d1:69:3f", "admin_state_up": true, "status": "ACTIVE", "device_id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:22Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 1, "project_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:22,616 99423 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.134:22' as 'cirros' with public key authentication 2025-08-06 14:57:22,632 99423 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:57:22,736 99423 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:57:22,736 99423 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.134 successfully created 2025-08-06 14:57:22,982 99423 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.244s 2025-08-06 14:57:22,982 99423 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-808032411"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df8a610-14e9-451c-a474-e86559f7bc80', 'content-length': '755', 'opens tack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df8a610-14e9-451c-a474-e86559f7bc80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:22.912714", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:57:23,073 99423 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/f6016f53-3cc5-4c06-9449-8936fe00d578 0.077s 2025-08-06 14:57:23,073 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014c988e-4103-4880-b245-9666fba61342', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014c988e-4103-4880-b245-9666fba61342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:23.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:24,127 99423 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/f6016f53-3cc5-4c06-9449-8936fe00d578 0.039s 2025-08-06 14:57:24,127 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe050bc-b5b4-4e7f-85ee-6b2a88f23a57', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe050bc-b5b4-4e7f-85ee-6b2a88f23a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:23.000000", "updated_at": "2025-08-06T14:57:23.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id ": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:24,290 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.147s 2025-08-06 14:57:24,290 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 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-f3fedeab-6334-40c1-a3d4-f88078422401', 'x-compute-request-id': 'req-f3fedeab-6334-40c1-a3d4-f88078422401', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'' 2025-08-06 14:57:24,553 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.262s 2025-08-06 14:57:24,554 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8381f56f-03eb-4628-9aaf-694f03142816', 'x-compute-request-id': 'req-8381f56f-03eb-4628-9aaf-694f03142816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "status": "ACTIVE", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "c5874ca0d9fdeec9b4efdc80521ef0067dffd5e0f151ab8a31bb6174", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:28Z", "updated": "2025-08-06T14:57:24Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1604216294-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}, {"version": 4, "addr": "172.24.4.134", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "OS-SRV-USG:launched_at": "2025-08-06T14:56:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--48975898"}], "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-06 14:58:14,654 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.036s 2025-08-06 14:58:14,655 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 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-64bb3df5-0a43-44f1-8756-60d1c3d9dd02', 'x-compute-request-id': 'req-64bb3df5-0a43-44f1-8756-60d1c3d9dd02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 03d1bb11-5d9b-482a-bb5e-eeb495d325a5 could not be found."}}' 2025-08-06 14:58:14,687 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794711122 0.031s 2025-08-06 14:58:14,687 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 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-2edaea1a-e877-47d5-bc7c-a9366fee0dea', 'x-compute-request-id': 'req-2edaea1a-e877-47d5-bc7c-a9366fee0dea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794711122'} Body: b'' 2025-08-06 14:58:15,051 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57 0.362s 2025-08-06 14:58:15,051 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ab4b093-3351-4335-b11c-f5b4121e2608', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57'} Body: b'' 2025-08-06 14:58:15,083 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57 0.031s 2025-08-06 14:58:15,084 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b9431145-bfe4-4500-a160-d667521468de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f715a16-a845-40c6-a67d-020e9eec5c57 does not exist", "detail": ""}}' 2025-08-06 14:58:15,448 99423 INFO [tempest.lib.common.rest_client] Request (AttachS CSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954 0.363s 2025-08-06 14:58:15,448 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d1661508-6ab3-4ca9-ae62-01cc352ef1f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954'} Body: b'' 2025-08-06 14:58:15,578 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372 0.129s 2025-08-06 14:58:15,578 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-afa61460-c2c6-42d8-b740-56ba83859fa5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372'} Body: b'' 2025-08-06 14:58:15,595 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372 0.016s 2025-08-06 14:58:15,596 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7c243ad-c9f3-456e-85d2-46808932d758', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372'} Body: b'{"message": "No image found with ID 5f706f13-12c7-4685-87bb-ca4a841f3372

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [175.492542s] ... 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 e55afdc2-8cd2-481f-be55-c98d5344a37d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:52,457 99409 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-06 14:55:53,229 99409 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.769s 2025-08-06 14:55:53,230 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--253163544", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-68a804a9-9ba4-4e46-b931-6f206a655959', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--253163544", "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": "d3e63a65d6df49f382a7a7224a25bfa9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "created_at": "2025-08-06T14:55:53Z", "updated_at": "2025-08-06T14:55:53Z", "tags": [], "self": "/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "file": "/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:55,081 99409 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/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file 1.850s 2025-08-06 14:55:55,081 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-46c8f18f-19c9-4972-aa5b-869bd05bc6fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file'} Body: b'' 2025-08-06 14:55:55,082 99409 DEBUG [tempest.scenario.manager] image:3de70b20-1c57-45f8-ad69-9e46b1a61bd8 2025-08-06 14:55:55,167 99409 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.081s 2025-08-06 14:55:55,168 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-858825527", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCeOGj9LVRb2DSXVnbgyNQ7lhveXf0AgU3DoCAGfEmj8c3JA9RlSSZdm3AdrBZBMkAs9eia7kuREwpQxb2diNwC7BSWggWIZQ8HfelFIhtJEmeT5k/zSvWCwLfohSsPeXA=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ecde06-adf8-4d9f-b078-053ea2fef19e', 'x-compute-request-id': 'req-45ecde06-adf8-4d9f-b078-053ea2fef19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-858825527", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCeOGj9LVRb2DSXVnbgyNQ7lhveXf0AgU3DoCAGfEmj8c3JA9RlSSZdm3AdrBZBMkAs9eia7kuREwpQxb2diNwC7BSWggWIZQ8HfelFIhtJEmeT5k/zSvWCwLfohSsPeXA==", "fingerprint": "f4:1a:9d:e6:68:f1:d1:92:a4:f0:c5:5e:5a:42:eb:11", "user_id": "62d6d78565294531b837ff64a57209d9"}}' 2025-08-06 14:55:55,289 99409 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.112s 2025-08-06 14:55:55,290 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 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-16b31129-11e1-496d-98a8-b92b40837a05', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62d6d78565294531b837ff64a57209d9", "name": "tempest-TestMinimumBasicScenario-848190772-project-member", "password_expires_at": null}, "audit_ids": ["WIiy3_MHTbK_XIPmhkXpfw"], "expires_at": "2025-08-06T15:55:55.000000Z", "issued_at": "2025-08-06T14:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3e63a65d6df49f382a7a7224a25bfa9", "name": "tempest-TestMinimumBasicScenario-848190772"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d3e63a65d6df49f382a7a7224a25bfa9", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:55,290 99409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'e914d4b3-4464-4831-9e09-a4f59f30c1b3', 'name': 'tempest-TestMinimumBasicScenario-224616859-network', 'tenant_id': 'd3e63a65d6df49f382a7a72 24a25bfa9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:26Z', 'updated_at': '2025-08-06T14:55:26Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:00,492 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 5.200s 2025-08-06 14:56:00,492 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1343070978", "imageRef": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-858825527", "networks": [{"uuid": "e914d4b3-4464-4831-9e09-a4f59f30c1b3"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48192742-f0ff-4503-8306-186c8a897d50', 'x-compute-request-id': 'req-48192742-f0ff-4503-8306-186c8a897d50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sy7NoctxBQSY"}}' 2025-08-06 14:56:03,491 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 2.995s 2025-08-06 14:56:03,491 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:00 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-d34c7598-6499-4bc0-a654-b07eadbb8ab3', 'x-compute-request-id': 'req-d34c7598-6499-4bc0-a654-b07eadbb8ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "BUILD", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "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-06 14:56:55,016 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 1.462s 2025-08-06 14:56:55,017 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:53 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-a52e3a87-02f5-4c93-83ee-cf2db4187d4e', 'x-compute-request-id': 'req-a52e3a87-02f5-4c93-83ee-cf2db4187d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:56:55,031 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-06 14:57:55,296 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.238s 2025-08-06 14:57:55,296 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-r equest-id': 'req-f3db2e48-f9ca-47cb-ad43-af7a978cfb63', 'x-compute-request-id': 'req-f3db2e48-f9ca-47cb-ad43-af7a978cfb63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:57:55,494 99409 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.183s 2025-08-06 14:57:55,495 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-d02e7abf-2e13-4955-86e4-7b615ce2eb1d', 'x-compute-request-id': 'req-d02e7abf-2e13-4955-86e4-7b615ce2eb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}]}]}' 2025-08-06 14:57:55,721 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.223s 2025-08-06 14:57:55,722 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-a7a12a48-f3a5-41d7-a52a-368c7e0e4815', 'x-compute-request-id': 'req-a7a12a48-f3a5-41d7-a52a-368c7e0e4815', 'connection': 'close', 'status': ' 200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:57:55,942 99409 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.195s 2025-08-06 14:57:55,942 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1014693943", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7680294f-c48a-4839-8e57-4c8f93cae1d4', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7680294f-c48a-4839-8e57-4c8f93cae1d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:55.883421", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:57:55,998 99409 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/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.040s 2025-08-06 14:57:55,998 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-3ff85110-017a-41c5-8b8b-a33b605c7391', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff85110-017a-41c5-8b8b-a33b605c7391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:56.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 14:57:57,052 99409 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/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.039s 2025-08-06 14:57:57,052 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43eb89ac-f09d-4a44-a11d-1b5f05c0d820', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43eb89ac-f09d-4a44-a11d-1b5f05c0d820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:56.000000", "updated_at": "2025-08-06T14:57:56.000000", "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 14:57:57,167 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.100s 2025-08-06 14:57:57,167 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fc733d-64d1-4816-9927-deac46cd820d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'' 2025-08-06 14:57:57,194 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2 -481f-be55-c98d5344a37d 0.026s 2025-08-06 14:57:57,194 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1fafda0-2ae1-4af4-a9e9-3a088c484e14', 'x-openstack-request-id': 'req-e1fafda0-2ae1-4af4-a9e9-3a088c484e14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e55afdc2-8cd2-481f-be55-c98d5344a37d could not be found."}}' 2025-08-06 14:57:57,415 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.220s 2025-08-06 14:57:57,416 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38a28ce1-bee6-44fe-8fec-a03ef966bdd4', 'x-compute-request-id': 'req-38a28ce1-bee6-44fe-8fec-a03ef966bdd4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'' 2025-08-06 14:57:57,616 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.199s 2025-08-06 14:57:57,616 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 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-cf4b80ea-2cdb-4675-93df-6bd1eb3b7315', 'x-compute-request-id': 'req-cf4b80ea-2cdb-4675-93df-6bd1eb3b7315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:57:57Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "ke y_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:58:47,816 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.138s 2025-08-06 14:58:47,817 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f422b82e-d042-411a-80f3-1a950390d3f9', 'x-compute-request-id': 'req-f422b82e-d042-411a-80f3-1a950390d3f9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4c1f4fad-0b88-46e1-92b2-7efcb468818a could not be found."}}' 2025-08-06 14:58:47,848 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858825527 0.030s 2025-08-06 14:58:47,848 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba11ac40-3581-4081-8cf2-cffae543da88', 'x-compute-request-id': 'req-ba11ac40-3581-4081-8cf2-cffae543da88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858825527'} Body: b'' 2025-08-06 14:58:47,947 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8 0.098s 2025-08-06 14:58:47,947 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ddf40951-8aea-4e1e-812c-aace3dc74930', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8'} Body: b'' {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [254.259693s] ... 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 df131821-64f5-4124-a5b8-3bd0b369a202 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-06T14:58:28Z', 'message': 'Build of instance df131821-64f5-4124-a5b8-3bd0b369a202 aborted: Volume efdfa3a0-d20a-4067-bb37-a451988e73b1 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-cb7c1ecd-8df2-4d60-991e-474a04f26c15. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:48,375 99419 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.049s 2025-08-06 14:54:48,375 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:48 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-a7bb758e-ce67-4ff6-b3fd-a46db33b5d31', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["6oVb94WzTH-wQ58Mf5zwrg"], "expires_at": "2025-08-06T15:54:48.000000Z", "issued_at": "2025-08-06T14:54:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:54:48,376 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:03,902 99419 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 15.525s 2025-08-06 14:55:03,902 99419 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-81644845", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168', '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-784be7aa-a730-4699-83f7-eb94793af24d', 'x-compute-request-id': 'req-784be7aa-a730-4699-83f7-eb94793af24d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MM2PY9LMsEgo"}}' 2025-08-06 14:55:07,049 99419 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/80d04a26-9b54-4162-9274-31585c88f168 3.144s 2025-08-06 14:55:07,050 99419 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': 'Wed, 06 Aug 2025 14:55:03 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-7b28ed23-971c-4647-9209-fd47bf1a1af5', 'x-compute-request-id': 'req-7b28ed23-971c-4647-9209-fd47bf1a1af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:04Z", "updated": "2025-08-06T14:55:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "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:termi nated_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-06 14:55:58,628 99419 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/80d04a26-9b54-4162-9274-31585c88f168 1.510s 2025-08-06 14:55:58,628 99419 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': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc65aaff-ce61-4c77-90d2-9235da3e47f3', 'x-compute-request-id': 'req-dc65aaff-ce61-4c77-90d2-9235da3e47f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:03Z", "updated": "2025-08-06T14:55:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:b2:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:55:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-06 14:55:58,649 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 14:56:59,606 99419 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/80d04a26-9b54-4162-9274-31585c88f168/action 0.920s 2025-08-06 14:56:59,607 99419 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-963039642"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:58 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-Op enStack-Nova-API-Version', 'x-openstack-request-id': 'req-3851815c-c46a-433a-8156-75923da6cbd7', 'x-compute-request-id': 'req-3851815c-c46a-433a-8156-75923da6cbd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168/action'} Body: b'{"image_id": "faf757b6-96fc-4688-bf1a-f8d4983943fc"}' 2025-08-06 14:56:59,659 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.051s 2025-08-06 14:56:59,660 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3b3c5e3-e43d-4b22-bf46-3de6d18bec83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:00,686 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.025s 2025-08-06 14:57:00,687 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09d73ce4-40d6-4dba-8397-3eb08c383f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b2 04176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:01,710 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.022s 2025-08-06 14:57:01,710 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed25711d-6748-4e19-9f4a-3b8727f8aa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:02,735 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.024s 2025-08-06 14:57:02,736 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c0be001-7222-4567-b216-12fdb3574073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} 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": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "owner_project_name": "tempest-ServerBootFromVolumeSt ableRescueTest-458873802", "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": "80d04a26-9b54-4162-9274-31585c88f168", "user_id": "af0a5407163f4378a9b204176be07f74", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:03,760 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.021s 2025-08-06 14:57:03,760 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ba323d78-870b-4fa4-9f85-7286b702c1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:04,799 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.037s 2025-08-06 14:57:04,799 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d43da07-4da3-4eba-a5ad-5cb34af12f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "boot_roles": "memb er,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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:05,896 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.023s 2025-08-06 14:57:05,897 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c821dc8d-553e-41b9-aadd-6523e648c5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:06,920 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.021s 2025-08-06 14:57:06,920 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json' , 'x-openstack-request-id': 'req-2fd5c411-d3b5-4387-a8cc-32a1284b4d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:07,971 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.049s 2025-08-06 14:57:07,971 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7c658311-bafd-4cbd-8002-3606ef7ba8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:07Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:08,997 99419 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/f af757b6-96fc-4688-bf1a-f8d4983943fc 0.024s 2025-08-06 14:57:08,998 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eca9d738-f1e7-484f-b27f-883bf003c657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} 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": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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": "80d04a26-9b54-4162-9274-31585c88f168", "user_id": "af0a5407163f4378a9b204176be07f74", "image_type": "snapshot", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "image_state": "available", "image_location": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:08Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,026 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.026s 2025-08-06 14:57:10,027 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d19c0ecb-d49d-4861-80d9-bcddb6f3e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "2fb3cc79f083ff81c762366b71b6f92b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8dc646608d319364c1d79d884e8e1667bc636fd046c7e5402aaa31c18d1882608d1ebe379f51a40af05effd027984ffbde502040b0977870222b93a8b1014ced", "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:09Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,070 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.042s 2025-08-06 14:57:10,070 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9dcaef37-64e3-406e-8c18-65b59ec8e706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "2fb3cc79f083ff81c762366b71b6f92b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8dc646608d319364c1d79d884e8e1667bc636fd046c7e5402aaa31c18d1882608d1ebe379f51a40af05effd027984ffbde502040b0977870222b93a8b1014ced", "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:09Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,739 99419 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/80d04a26-9b54-4162-9274-31585c88f168 0.668s 2025-08-06 14:57:10,739 99419 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': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb91275-b47d-4220-9fd9-e6b3eb194b73', 'x-compute-request-id': 'req-abb91275-b47d-4220-9fd9-e6b3eb194b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b5 4-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:03Z", "updated": "2025-08-06T14:57:09Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:b2:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:55:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-06 14:58:10,877 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2025-08-06 14:58:10,878 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:10 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-372b55b8-73cc-4f4a-b026-388f66a5674f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["AopFK9PYTqacQyRtSGp6tg"], "expires_at": "2025-08-06T15:58:10.000000Z", "issued_at": "2025-08-06T14:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region" : "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:10,878 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:11,461 99419 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.581s 2025-08-06 14:58:11,461 99419 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-1157552270", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202', '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-cb7c1ecd-8df2-4d60-991e-474a04f26c15', 'x-compute-request-id': 'req-cb7c1ecd-8df2-4d60-991e-474a04f26c15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "84MBYqceK4iq"}}' 2025-08-06 14:58:11,556 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.090s 2025-08-06 14:58:11,557 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Op enStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:11 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-46a400cb-f66b-4404-8282-bf5cf522dbf6', 'x-compute-request-id': 'req-46a400cb-f66b-4404-8282-bf5cf522dbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1157552270", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:58:11Z", "updated": "2025-08-06T14:58:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}], "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-06 14:59:01,746 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.116s 2025-08-06 14:59:01,747 99419 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': 'Wed, 06 Aug 2025 14:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d88dab79-7588-479a-ba16-cb91993b7c3d', 'x-compute-request-id': 'req-d88dab79-7588-479a-ba16-cb91993b7c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1157552270", "status": "ERROR", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:58:11Z", "updated": "2025-08-06T14:58:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8- 3bd0b369a202"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-06T14:58:28Z", "message": "Build of instance df131821-64f5-4124-a5b8-3bd0b369a202 aborted: Volume efdfa3a0-d20a-4067-bb37-a451988e73b1 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-06 14:59:01,787 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-06 14:59:02,524 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.737s 2025-08-06 14:59:02,525 99419 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': 'Wed, 06 Aug 2025 14:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccfaa8ab-e728-443e-a8c0-ac9b72381186', 'x-compute-request-id': 'req-ccfaa8ab-e728-443e-a8c0-ac9b72381186', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'' 2025-08-06 14:59:02,573 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.047s 2025-08-06 14:59:02,574 99419 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': 'Wed, 06 Aug 2025 14:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-67840874-f0a9-4796-b306-6a8f6066c8b5', 'x-compute-request-id': 'req-67840874-f0a9-4796-b306-6a8f6066c8b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance df131821-64f5-4124-a5b8-3bd0b369a202 could not be found."}}' {5} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [256.850808s] ... 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 86e338b0-bc87-4d3a-b06b-10cf00aa3412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:52,028 99411 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.334s 2025-08-06 14:54:52,029 99411 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-1821416357"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1233ec04-fa10-4325-a028-2a60360602a8', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1233ec04-fa10-4325-a028-2a60360602a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:51.965342", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:52,042 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:54:52,099 99411 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.056s 2025-08-06 14:54:52,099 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1316671473", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0wvg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:52 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-100153a2-6ea0-47fd-ac67-ccc8625766d7', 'x-compute-request-id': 'req-100153a2-6ea0-47fd-ac67-ccc8625766d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1316671473", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0wvg==", "fingerprint": "3c:3e:d4:cb:98:94:7d:f9:57:42:99:16:8a:6e:08:c8", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}}' 2025-08-06 14:54:52,102 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1316671473 created 2025-08-06 14:54:54,587 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.484s 2025-08-06 14:54:54,590 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1793070215", "description": "tempest-description--1429894409"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-0703d2ed-69fc-4339-b610-0adfd1c4653c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "name": "tempest-securitygroup--1793070215", "stateful": true, "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "description": "tempest-description--1429894409", "shared": false, "security_group_rules": [{"id": "4e74b2a9-4db5-4849-a74e-78994e126fdd", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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": 186, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 0}, {"id": "bbe39e7a-0bf8-4010-a32f-29fcdc914fc4", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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": 187, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 1, "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:54:55,950 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.359s 2025-08-06 14:54:55,951 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d8c11c60-6237-45ad-87b1-30c4793a9ada', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c95f963-a30d-462a-adc0-fa33e5af86d7", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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-06T14:54:55Z", "updated_at": "2025-08-06T14:54:55Z", "revision_number": 0}}' 2025-08-06 14:54:57,750 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.799s 2025-08-06 14:54:57,751 99411 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ca00bd23-07f0-43cb-87b2-2aed7b5c4c8e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b58328d4-0b4c-4472-a1e4-b50b55bf1d58", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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-06T14:54:57Z", "updated_at": "2025-08-06T14:54:57Z", "revision_number": 0}}' 2025-08-06 14:54:57,751 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1793070215 created 2025-08-06 14:55:01,131 99411 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 3.380s 2025-08-06 14:55:01,132 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-94056c1c-80a1-441f-8e62-f838ae17b937', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2e1bea22-0a70-49a3-b037-d8c1903b9cde", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "floating_ip_address": "172.24.4.144", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:00Z", "updated_at": "2025-08-06T14:55:00Z", "revision_number": 0}}' 2025-08-06 14:55:01,132 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2e1bea22-0a70-49a3-b037-d8c1903b9cde', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:00Z', 'updated_at': '2025-08-06T14:55:00Z', 'revision_number': 0, 'ip': '172.24.4.144'} created 2025-08-06 14:55:01,227 99411 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.089s 2025-08-06 14:55:01,227 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-len gth': '2505', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0e447e22-7194-4f51-8fd8-baf39e442236', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "name": "tempest-ServerStableDeviceRescueTest-1647137245-project-member", "password_expires_at": null}, "audit_ids": ["KxfOiomeS_C0Owpaw3edtA"], "expires_at": "2025-08-06T15:55:01.000000Z", "issued_at": "2025-08-06T14:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4c59cd1c1b441e79ba00adc80e46e9d", "name": "tempest-ServerStableDeviceRescueTest-1647137245"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d4c59cd1c1b441e79ba00adc80e46e9d", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:01,227 99411 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0', 'name': 'tempest-ServerStableDeviceRescueTest-1539223191-network', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41730, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:01,228 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1316671473', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0w vg==', 'fingerprint': '3c:3e:d4:cb:98:94:7d:f9:57:42:99:16:8a:6e:08:c8', 'user_id': '1fc1fafd2c1642dcac49f2d44e3b66ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8cO4ze7Fgud5azbpv3PEpsI+jarBuFLZsM/wH/XitHuu1n+WdSrj3\nHOGsRFI9aNCgBwYFK4EEACKhZANiAAQWcnkYtDU5ALkWmTZFqe8/JtP0cbfmdSjN\nh/C4wLCgdQVvR+/jb6IaIvdxe3vf5R+QOWC3vOE02ytQD4SDELTOPZ78h/mWCYms\nTzQxoSQX/KvCap3osPFiH2OBUcoNML4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', 'name': 'tempest-securitygroup--1793070215', 'stateful': True, 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': 'tempest-description--1429894409', 'shared': False, 'security_group_rules': [{'id': '4e74b2a9-4db5-4849-a74e-78994e126fdd', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'security_group_id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', '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': 186, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 0}, {'id': 'bbe39e7a-0bf8-4010-a32f-29fcdc914fc4', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'security_group_id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', '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': 187, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 1, 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d'}, 'floating_ip': {'id': '2e1bea22-0a70-49a3-b037-d8c1903b9cde', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:00Z', 'updated_at': '2025-08-06T14:55:00Z', 'revision_number': 0, 'ip': '172.24.4.144'}} 2025-08-06 14:55:17,934 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 16.705s 2025-08-06 14:55:17,935 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-567848579", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0"}], "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "key_name": "tempest-keypair-1316671473", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0820f795-0f41-4edd-b5ff-7671a400e09b', 'x-compute-request-id': 'req-0820f795-0f41-4edd-b5ff-7671a400e09b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "adminPass": "G2h8e5yZPMcg"}}' 2025-08-06 14:55:19,757 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 1.819s 2025-08-06 14:55:19,757 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:17 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-89a555b0-96a8-4dfb-ab11-99d0a279af52', 'x-compute-request-id': 'req-89a555b0-96a8-4dfb-ab11-99d0a279af52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "BUILD", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1316671473", "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-06 14:56:13,262 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 3.441s 2025-08-06 14:56:13,263 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3567c880-b6d1-4c69-b677-0a03559502e7', 'x-compute-request-id': 'req-3567c880-b6d1-4c69-b677-0a03559502e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac4 9f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:55:45Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:56:13,291 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-08-06 14:57:13,599 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2/os-interface 0.249s 2025-08-06 14:57:13,599 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:13 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-50231e75-0e45-4c2f-92aa-eb383b793f91', 'x-compute-request-id': 'req-50231e75-0e45-4c2f-92aa-eb383b793f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0", "port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7", "mac_addr": "fa:16:3e:44:76:2b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "968f9221-53f8-406d-bf75-9aee372f0328", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 14:57:15,123 99411 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/2e1bea22-0a70-49a3-b037-d8c1903b9cde 1.519s 2025-08-06 14:57:15,124 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c2da2c14-ccfb-43d8-9abb-0757a5eebc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2e1bea22-0a70-49a3-b037-d8c1903b9cde'} Body: b'{"floatingip": {"id": "2e1bea22-0a70-49a3-b037-d8c1903b9cde", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "floating_ip_address": "172.24.4.144", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "d07b0eb6-6550-43cb-a17a-8cafc2486c63", "port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0", "mac_address": "fa:16:3e:44:76:2b", "admin_state_up": true, "status": "ACTIVE", "device_id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:00Z", "updated_at": "2025-08-06T14:57:14Z", "revision_number": 1, "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:57:15,133 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.144:22' as 'cirros' with public key authentication 2025-08-06 14:57:15,156 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:57:15,283 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:57:15,284 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.144 successfully created 2025-08-06 14:57:16,127 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2/action 0.842s 2025-08-06 14:57:16,128 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1258553148"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:15 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdadef68-fa94-4754-997d-0a00c846df2b', 'x-compute-request-id': 'req-cdadef68-fa94-4754-997d-0a00c846df2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2/action'} Body: b'' 2025-08-06 14:57:16,201 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.070s 2025-08-06 14:57:16,201 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-133a5c34-28ec-4865-8127-b72ae4278961', 'x-compute-request-id': 'req-133a5c34-28ec-4865-8127-b72ae4278961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project- member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:16Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,321 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.062s 2025-08-06 14:58:06,321 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a87706-b8a7-4594-81d1-af3c3d577f5a', 'x-compute-request-id': 'req-c4a87706-b8a7-4594-81d1-af3c3d577f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,399 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.071s 2025-08-06 14:58:06,399 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed759c3-9b83-406f-8470-b476dcb1960e', 'x-compute-request-id': 'req-aed759c3-9b83-406f-8470-b476dcb1960e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,612 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 0.206s 2025-08-06 14:58:06,613 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6aeab91-4a1d-4415-a04f-ab8537f37c00', 'x-compute-request-id': 'req-a6aeab91-4a1d-4415-a04f-ab8537f37c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:57:25Z", "addresses": {"tempest-ServerStableDeviceRescueT est-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}, {"version": 4, "addr": "172.24.4.144", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:06,858 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.176s 2025-08-06 14:59:06,858 99411 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': 'Wed, 06 Aug 2025 14:59:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b305490e-2d3b-4c4f-a129-aeaa00e18252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "f317f691b58f1ecff1ae1983e89ed4ad", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d4c59cd1c1b441e79ba00adc80e46e9d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e157f0b5dfae6e123772ea905b7081b2f091516e505e34e2b4404456d9fd79fb52e2e771636dc189fc7343a39b77320a8c98aac7a965eed65d26e75551e840a", "id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "created_at": "2025-08-06T14:57:16Z", "updated_at": "2025-08-06T14:59:07Z", "tags": [], "self": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6", "file": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:59:07,049 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.190s 2025-08-06 14:59:07,050 99411 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': 'Wed, 06 Aug 2025 14:59:06 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc7aaa19-ea2d-4bdb-93ce-5513601b1db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "f317f691b58f1ecff1ae1983e89ed4ad", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d4c59cd1c1b441e79ba00adc80e46e9d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e157f0b5dfae6e123772ea905b7081b2f091516e505e34e2b4404456d9fd79fb52e2e771636dc189fc7343a39b77320a8c98aac7a965eed65d26e75551e840a", "id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "created_at": "2025-08-06T14:57:16Z", "updated_at": "2025-08-06T14:59:07Z", "tags": [], "self": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6", "file": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:59:07,373 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 0.323s 2025-08-06 14:59:07,374 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31fc8843-4736-40db-93ec-5784c51f57d0', 'x-compute-request-id': 'req-31fc8843-4736-40db-93ec-5784c51f57d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:57:25Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}, {"version": 4, "addr": "172.24.4.144", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compu te/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:07,469 99411 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/86e338b0-bc87-4d3a-b06b-10cf00aa3412 0.077s 2025-08-06 14:59:07,470 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d01ce316-d953-4d1a-b558-77f8f7310a80', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d01ce316-d953-4d1a-b558-77f8f7310a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:59:08,528 99411 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/86e338b0-bc87-4d3a-b06b-10cf00aa3412 0.042s 2025-08-06 14:59:08,528 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec686d67-5616-43b0-8cde-00231e197152', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec686d67-5616-43b0-8cde-00231e197152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false" , "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' {10} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [172.002703s] ... 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 73b85eda-c087-4a2b-ab98-adde6946e80c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:18,301 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.215s 2025-08-06 14:56:18,301 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-727803324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDpp0/2G7Z4i7vIiI63ypJF6eUM7P8jl6ZSpr7itx0rvNMfsWiy0zxYnI9guULgDNt1PMm7T54tZQgE0sw4cuc4z/9Qj6eqIvVgcHZ6QuVkkFQtV/774FdPRJEa3qYZHhQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-412c6803-64a1-4c16-a8cf-1d3648003837', 'x-compute-request-id': 'req-412c6803-64a1-4c16-a8cf-1d3648003837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-727803324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDpp0/2G7Z4i7vIiI63ypJF6eUM7P8jl6ZSpr7itx0rvNMfsWiy0zxYnI9guULgDNt1PMm7T54tZQgE0sw4cuc4z/9Qj6eqIvVgcHZ6QuVkkFQtV/774FdPRJEa3qYZHhQ==", "fingerprint": "3f:62:3a:dc:88:09:e0:c8:49:77:d9:54:21:61:38:27", "user_id": "7e8388e323a946e2bd35ff5f1951815a"}}' 2025-08-06 14:56:19,329 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.023s 2025-08-06 14:56:19,330 99421 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-1547905531", "description": "tempest-secgroup-smoke-1547905531 description", "project_id": "4f45b916c1434b65870d88007da0653a"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-84e5e015-8968-4e7e-8dfb-c1e07f7c5801', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d357425f-bb6d-4601-9500-501fc368d5a3", "name": "tempest-secgroup-smoke-1547905531", "stateful": true, "tenant_id": "4f45b916c1434b65870d88007da0653a", "description": "tempest-secgroup-smoke-1547905531 description", "shared": false, "security_group_rules": [{"id": "d8056c38-533a-4de0-be4a-8f421baa3105", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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": 599, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}, {"id": "ed3fd9f6-5022-46e2-87d2-c652b2a4aa29", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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": 600, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}], "tags": [], "created_at": "2025 -08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 1, "project_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:56:19,930 99421 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.599s 2025-08-06 14:56:19,930 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-27bb7f44-c2d2-49b2-95dd-c5ca2b852cd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3fc8b58d-fff1-4a2c-bde9-b6b808fd2706", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}}' 2025-08-06 14:56:20,758 99421 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.828s 2025-08-06 14:56:20,759 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-b867ae37-9994-4353-817b-695308e6132d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d4d3990b-38aa-4dfb-b5b7-10a2cc3eee89", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:20Z", "updated_at": "2025-08-06T14:56:20Z", "revision_number": 0}}' 2025-08-06 14:56:21,147 99421 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.388s 2025-08-06 14:56:21,148 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a8195272-feb8-4c55-aeb9-7c1a6570fdb0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6624fdcf-e728-4edd-bff3-f3e9da7db871", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:21,500 99421 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.351s 2025-08-06 14:56:21,500 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-38f10d58-52a1-4ddf-8752-f025796a8eb4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c2faabd-5b7f-41fb-801d-09f0d57996f4", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:22,240 99421 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.739s 2025-08-06 14:56:22,240 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-68454aaa-b2be-4d4f-85d0-5a2bf00213ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6888f446-0468-4c43-9911-d9256972e323", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:22,653 99421 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.412s 2025-08-06 14:56:22,653 99421 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-ebc37bb4-7a65-4933-87ea-4063594e2d98', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f3245196-e898-4c06-8885-88223233ca90", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:22Z", "updated_at": "2025-08-06T14:56:22Z", "revision_number": 0}}' 2025-08-06 14:56:23,011 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.357s 2025-08-06 14:56:23,011 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-308019374", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502a4d7e-8862-446f-b6ae-579e545dd0d7', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502a4d7e-8862-446f-b6ae-579e545dd0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.940778", "updated_at": null, "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:23,144 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2025-08-06 14:56:23,144 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 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-dbac5bbf-631e-4fe5-b253-75c1b68ea3a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e8388e323a946e2bd35ff5f1951815a", "name": "tempest-TestStampPattern-2096636980-project-member", "password_expires_at": null}, "audit_ids": ["80F7Bqw9TL-EZuKtkRs iRw"], "expires_at": "2025-08-06T15:56:23.000000Z", "issued_at": "2025-08-06T14:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f45b916c1434b65870d88007da0653a", "name": "tempest-TestStampPattern-2096636980"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f45b916c1434b65870d88007da0653a", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:56:23,145 99421 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'name': 'tempest-TestStampPattern-1484993445-network', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f45b916c1434b65870d88007da0653a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53101, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:48Z', 'updated_at': '2025-08-06T14:55:48Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:23,912 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.766s 2025-08-06 14:56:23,912 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-750205632", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "key_name": "tempest-TestStampPattern-727803324", "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "networks": [{"uuid": "0617758d-32f3-41d8-a31b-89229f9cffbf"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d', '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-0678ff47-8b10-4f18-a05c-7e2578ab1870', 'x-compute-request-id': 'req-0678ff47-8b10-4f18-a05c-7e2578ab1870', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "adminPass": "g3FugkP36QpS"}}' 2025-08-06 14:56:24,084 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.169s 2025-08-06 14:56:24,085 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 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-074a4ef9-6fdc-4111-9e96-fe574e70ad17', 'x-compute-request-id': 'req-074a4ef9-6fdc-4111-9e96-fe574e70ad17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "BUILD", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:24Z", "updated": "2025-08-06T14:56:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "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-06 14:57:15,036 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.886s 2025-08-06 14:57:15,036 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:14 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-2e4a2063-6285-4e7f-9ac8-f7b069dc510f', 'x-compute-request-id': 'req-2e4a2063-6285-4e7f-9ac8-f7b069dc510f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest -TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:56:49Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:57:15,052 99421 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 14:58:15,321 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.211s 2025-08-06 14:58:15,321 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 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-c634812c-aa21-4f53-867e-cf613b88acd3', 'x-compute-request-id': 'req-c634812c-aa21-4f53-867e-cf613b88acd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:56:49Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_ state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:15,574 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d 0.238s 2025-08-06 14:58:15,575 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-f9cbf737-4146-4bb7-9697-9c5375220f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"ports":[{"id":"bb564573-c861-4cff-bd28-b411b327cbd9","name":"","network_id":"0617758d-32f3-41d8-a31b-89229f9cffbf","tenant_id":"4f45b916c1434b65870d88007da0653a","mac_address":"fa:16:3e:48:00:16","admin_state_up":true,"status":"ACTIVE","device_id":"0eea88fd-bd35-4e24-bf96-b25acade410d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5f1d7b6f-1963-4536-99de-cc5a17eccd99","ip_address":"10.0.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d357425f-bb6d-4601-9500-501fc368d5a3"],"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-06T14:56:31Z","updated_at":"2025-08-06T14:56:45Z","revision_number":5,"project_id":"4f45b916c1434b65870d88007da0653a"}]}' 2025-08-06 14:58:15,575 99421 DEBUG [tempest.common.waiters] Server ID 0eea88fd-bd35-4e24-bf96-b25acade410d ports are all ACTIVE [{'id': 'bb564573-c861-4cff-bd28-b411b327cbd9', 'name': '', 'network_id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'mac_address': 'fa:16:3e:48:00:16', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '0eea88fd-bd35-4e24-bf96-b25acade410d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '5f1d7b6f-1963-4536-99de-cc5a17eccd99', 'ip_address': '10.0.0.6'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['d357425f-bb6d-4601-9500-501fc368d5a3'], '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-06T14:56:31Z', 'updated_at': '2025-08-06T14:56:45Z', 'revision_number': 5, 'project_id': '4f45b916c1434b65870d88007da0653a'}]: 2025-08-06 14:58:15,654 99421 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=638ea82a-d901-4982-9851-bdebac49bc0b&port_id=bb564573-c861-4cff-bd28-b411b327cbd9 0.079s 2025-08-06 14:58:15,655 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-714cc87d-5ab2-48ca-abf8-294e2a556c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=638ea82a-d901-4982-9851-bdebac49bc0b&port_id=bb564573-c861-4cff-bd28-b411b327cbd9'} Body: b'{"floatingips": []}' 2025-08-06 14:58:15,704 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/net working/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d 0.049s 2025-08-06 14:58:15,705 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-fce52eb8-43bb-436d-95be-90d73612e8ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"ports":[{"id":"bb564573-c861-4cff-bd28-b411b327cbd9","name":"","network_id":"0617758d-32f3-41d8-a31b-89229f9cffbf","tenant_id":"4f45b916c1434b65870d88007da0653a","mac_address":"fa:16:3e:48:00:16","admin_state_up":true,"status":"ACTIVE","device_id":"0eea88fd-bd35-4e24-bf96-b25acade410d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5f1d7b6f-1963-4536-99de-cc5a17eccd99","ip_address":"10.0.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d357425f-bb6d-4601-9500-501fc368d5a3"],"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-06T14:56:31Z","updated_at":"2025-08-06T14:56:45Z","revision_number":5,"project_id":"4f45b916c1434b65870d88007da0653a"}]}' 2025-08-06 14:58:15,705 99421 DEBUG [tempest.common.waiters] Server ID 0eea88fd-bd35-4e24-bf96-b25acade410d ports are all ACTIVE [{'id': 'bb564573-c861-4cff-bd28-b411b327cbd9', 'name': '', 'network_id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'mac_address': 'fa:16:3e:48:00:16', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '0eea88fd-bd35-4e24-bf96-b25acade410d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '5f1d7b6f-1963-4536-99de-cc5a17eccd99', 'ip_address': '10.0.0.6'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['d357425f-bb6d-4601-9500-501fc368d5a3'], '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-06T14:56:31Z', 'updated_at': '2025-08-06T14:56:45Z', 'revision_number': 5, 'project_id': '4f45b916c1434b65870d88007da0653a'}]: 2025-08-06 14:58:17,168 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.462s 2025-08-06 14:58:17,169 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "port_id": "bb564573-c861-4cff-bd28-b411b327cbd9", "tenant_id": "4f45b916c1434b65870d88007da0653a", "fixed_ip_address": "10.0.0.6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-f76c19f9-04a3-4142-8fa2-e2e7dd430384', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f9a7ae06-fc08-4410-bc7e-194e838c2ec6", "tenant_id": "4f45b916c1434b65870d88007da0653a", "floating_ip_address": "172.24.4.57", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "0ec6cbea-d845-4ef1-bebd-c6369fa15449", "port_id": "bb564573-c861-4cff-bd28-b411b327cbd9", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "pr oject_id": "4f45b916c1434b65870d88007da0653a", "description": "", "port_details": {"name": "", "network_id": "0617758d-32f3-41d8-a31b-89229f9cffbf", "mac_address": "fa:16:3e:48:00:16", "admin_state_up": true, "status": "ACTIVE", "device_id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:16Z", "updated_at": "2025-08-06T14:58:16Z", "revision_number": 0}}' 2025-08-06 14:58:17,171 99421 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.57:22' as 'cirros' with public key authentication 2025-08-06 14:58:17,196 99421 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:17,302 99421 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:17,302 99421 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.57 successfully created 2025-08-06 14:58:17,303 99421 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-06 14:58:17,303 99421 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.57:22' as 'cirros' with public key authentication 2025-08-06 14:58:17,306 99421 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:17,410 99421 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:17,410 99421 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.57 successfully created 2025-08-06 14:58:17,469 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.042s 2025-08-06 14:58:17,469 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc2dc8ee-7863-4c51-a3f1-589ed7269fc4', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc2dc8ee-7863-4c51-a3f1-589ed7269fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:58:18,528 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.044s 2025-08-06 14:58:18,528 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c54672-3c61-4f5b-a4c7-55d06ccbb7ad', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-30c54672-3c61-4f5b-a4c7-55d06ccbb7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:58:19,065 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/f9a7ae06-fc08-4410-bc7e-194e838c2ec6 0.522s 2025-08-06 14:58:19,065 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7e0d4801-96ea-474d-aa26-2342d02704a2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f9a7ae06-fc08-4410-bc7e-194e838c2ec6'} Body: b'' 2025-08-06 14:58:19,184 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.119s 2025-08-06 14:58:19,185 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7c1019-8d0c-453b-b9b9-01d4f8926db6', 'x-compute-request-id': 'req-3b7c1019-8d0c-453b-b9b9-01d4f8926db6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'' 2025-08-06 14:58:19,444 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.258s 2025-08-06 14:58:19,444 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 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-5792a1de-ac11-4298-91d3-363d72ebd8a0', 'x-compute-request-id': 'req-5792a1de-ac11-4298-91d3-363d72ebd8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4 e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:58:19Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}, {"version": 4, "addr": "172.24.4.57", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "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-06 14:59:09,549 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.034s 2025-08-06 14:59:09,549 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-57cc5e82-1dd5-4b39-8007-7fed4166587d', 'x-compute-request-id': 'req-57cc5e82-1dd5-4b39-8007-7fed4166587d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0eea88fd-bd35-4e24-bf96-b25acade410d could not be found."}}' 2025-08-06 14:59:09,658 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.108s 2025-08-06 14:59:09,658 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c92bf2-a6bb-4420-8f61-81dc142bb708', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'' 2025-08-06 14:59:09,679 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.020s 2025-08-06 14:59:09,679 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-997a6e79-e8ab-43d8-81a6-1d32bd4fa8b4', 'x-op enstack-request-id': 'req-997a6e79-e8ab-43d8-81a6-1d32bd4fa8b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73b85eda-c087-4a2b-ab98-adde6946e80c could not be found."}}' 2025-08-06 14:59:10,015 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d357425f-bb6d-4601-9500-501fc368d5a3 0.335s 2025-08-06 14:59:10,015 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-23be575c-2981-483c-a4d7-6f1758307d6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d357425f-bb6d-4601-9500-501fc368d5a3'} Body: b'' 2025-08-06 14:59:10,085 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-727803324 0.069s 2025-08-06 14:59:10,085 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:10 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-5904b066-54e8-4eac-9367-9a4bea6a311f', 'x-compute-request-id': 'req-5904b066-54e8-4eac-9367-9a4bea6a311f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-727803324'} Body: b'' {10} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.507380s] ... 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 8d7ec15f-c363-4937-9ccf-51409851c6ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:59:19,254 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.431s 2025-08-06 14:59:19,254 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-992964158"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49df8f7f-14be-4066-bb4f-6af488a70318', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49df8f7f-14be-4066-bb4f-6af488a70318', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.188025", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,542 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.272s 2025-08-06 14:59:19,543 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1225625919"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50341a8d-a3f3-47a3-9d0d-cfc8caeac32b', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50341a8d-a3f3-47a3-9d0d-cfc8caeac32b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16a1c92e-a94c-497c-b28d-9b883956d7f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.433676", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1225625919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a1c92e-a94c-497c-b28d-9b883956d7f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a1c92e-a94c-497c-b28d-9b883956d7f9"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,762 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.208s 2025-08-06 14:59:19,763 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-18848864 78"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea784c2-6aa5-444d-a6b7-4a4533f27d6c', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea784c2-6aa5-444d-a6b7-4a4533f27d6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7f07f9e6-72e4-47b6-901f-2a11a279ef6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.694714", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1884886478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7f07f9e6-72e4-47b6-901f-2a11a279ef6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7f07f9e6-72e4-47b6-901f-2a11a279ef6d"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,970 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-08-06 14:59:19,970 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1729740792"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a160c77-c4a0-40d9-9671-e1b3a8fbc63d', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a160c77-c4a0-40d9-9671-e1b3a8fbc63d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c971d512-726d-4166-b47d-59efbdb72895", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.902387", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1729740792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c971d512-726d-4166-b47d-59efbdb72895"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c971d512-726d-4166-b47d-59efbdb72895"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:20,202 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.220s 2025-08-06 14:59:20,202 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1681905005"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed93cfd4-5446-446d-814a-a7ec0a813538', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed93cfd4-5446-446d-814a-a7ec0a813538', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "06eed852-4f63-4 70f-b253-f3a3cfbf5584", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:20.136773", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1681905005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/06eed852-4f63-470f-b253-f3a3cfbf5584"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/06eed852-4f63-470f-b253-f3a3cfbf5584"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:20,256 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef 0.042s 2025-08-06 14:59:20,256 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e147d86-9d5c-4afd-8b63-70b61760e357', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e147d86-9d5c-4afd-8b63-70b61760e357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.000000", "updated_at": "2025-08-06T14:59:19.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47712f0c8a734515976a2108937081cc"}}' 2025-08-06 14:59:21,315 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef 0.044s 2025-08-06 14:59:21,315 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-996125ce-030b-478a-b5a1-b2f5456434ee', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-996125ce-030b-478a-b5a1-b2f5456434ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.000000", "updated_at": "2025-08-06T14:59:19.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id ": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47712f0c8a734515976a2108937081cc"}}' {10} 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`. {10} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {1} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [169.670267s] ... 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 a62b738f-c3ed-4530-920a-5e2a413cbc7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:57:17,825 99403 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:57:17,826 99403 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:57:18,105 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.278s 2025-08-06 14:57:18,105 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-941641516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:17 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-b4bae515-19e7-4a44-9f28-6fe859a59bfe', 'x-compute-request-id': 'req-b4bae515-19e7-4a44-9f28-6fe859a59bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-941641516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg==", "fingerprint": "52:b6:50:e3:19:5f:0c:de:f6:2b:08:dc:a4:56:55:79", "user_id": "ba6559cd29c0433ead4072d609a56a73"}}' 2025-08-06 14:57:18,108 99403 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-941641516 created 2025-08-06 14:57:18,510 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.402s 2025-08-06 14:57:18,511 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--156325390", "description": "tempest-description--1374160880"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-5da81dd9-e5cd-4db5-973c-f18d476776e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4a58cbeb-0a55-4820-9194-333ca9553772", "name": "tempest-securitygroup--156325390", "stateful": true, "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "tempest-description--1374160880", "shared": false, "security_group_rules": [{"id": "25b2ea43-8d49-4f18-bc8e-634e9a587963", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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": 733, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}, {"id": "84e30ba5-8228-46ed-ac50-f60a9e34856f", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 732, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:57:18,996 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.484s 2025-08-06 14:57:18,996 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3fcf6f24-9ff8-46d7-881b-7caba5a0c060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54bda836-9cb0-4190-a25a-5afaa7636f22", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}}' 2025-08-06 14:57:19,231 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.234s 2025-08-06 14:57:19,231 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a58239b6-7ee2-410f-b3f8-b0c501f6ccf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99574ef0-604b-4c7f-8875-f8b1a0db24fc", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}}' 2025-08-06 14:57:19,232 99403 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--156325390 created 2025-08-06 14:57:19,875 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.642s 2025-08-06 14:57:19,875 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-75abb95b-0bd8-4325-be42-36df6dd35511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b88147c-1963-4805-a449-e86702b4de38", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "floating_ip_address": "172.24.4.243", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}}' 2025-08-06 14:57:19,875 99403 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9b88147c-1963-4805-a449-e86702b4de38', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:57:19Z', 'updated_at': '2025-08-06T14:57:19Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2025-08-06 14:57:20,095 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.219s 2025-08-06 14:57:20,096 99403 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-635198705", "description": "tempest-secgroup-smoke-635198705 description", "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-ba53309b-5811-4f6a-b417-162b01cf4f38', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "name": "tempest-secgroup-smoke-635198705", "stateful": true, "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "tempest-secgroup-smoke-635198705 description", "shared": false, "security_group_rules": [{"id": "18beab78-4288-4c47-91df-de06632ae332", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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": 739, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}, {"id": "36b0e074-631c-4826-8516-12a751b01413", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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": 740, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}], "tags ": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:57:20,295 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.198s 2025-08-06 14:57:20,296 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bb454e8b-ceb7-43e5-b885-305016d394fd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f66f97b-8c15-4833-86aa-301930073663", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:20,497 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.200s 2025-08-06 14:57:20,497 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-f61f089c-dd3f-4921-bc3d-18cb505ba43c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a20a36c-feb1-4352-b5f3-29dceaf05ccd", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:20,790 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.293s 2025-08-06 14:57:20,791 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f94d152a-f8b2-429c-945 5-da0839cac2ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81417abf-d2f7-4df1-9d42-2a88f1fdde9e", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:21,074 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.283s 2025-08-06 14:57:21,074 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-f69188ac-ec7b-45a1-afe3-6d83223c028c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7787d09-f60d-4787-be1d-1663f2300824", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:21,305 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-08-06 14:57:21,306 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-0d1d29fd-19f2-4aa8-b63b-cf3a65c74080', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c846ac6-c803-4f4e-8b3e-ba2b2b597020", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:21Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 0}}' 2025-08-06 14:57:21,853 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.547s 2025-08-06 14:57:21,854 99403 DEBUG [tempest.li b.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-cb0cce54-53e9-4e07-a0ae-28a6af608ffb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b370228a-a93a-4309-a6b8-23b8ed23bd8b", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:21Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 0}}' 2025-08-06 14:57:21,905 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2025-08-06 14:57:21,906 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 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-1c780be1-8ae1-41b4-b332-f59b654299ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ba6559cd29c0433ead4072d609a56a73", "name": "tempest-SnapshotDataIntegrityTests-1831999977-project-member", "password_expires_at": null}, "audit_ids": ["Q_RhFZcYSbyAqTDBPxZokQ"], "expires_at": "2025-08-06T15:57:21.000000Z", "issued_at": "2025-08-06T14:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfd487dd8f1049f5a8cba027b6b27752", "name": "tempest-SnapshotDataIntegrityTests-1831999977"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823 ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bfd487dd8f1049f5a8cba027b6b27752", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:57:21,906 99403 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'e714b28f-9019-4cc3-b3f2-a65e92dfa381', 'name': 'tempest-SnapshotDataIntegrityTests-816653325-network', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13283, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:57:03Z', 'updated_at': '2025-08-06T14:57:03Z', 'revision_number': 1} available for tenant 2025-08-06 14:57:21,907 99403 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-941641516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg==', 'fingerprint': '52:b6:50:e3:19:5f:0c:de:f6:2b:08:dc:a4:56:55:79', 'user_id': 'ba6559cd29c0433ead4072d609a56a73', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC2a6FUeKcWfy6xPA5ok/GPLMr/AghpNWmrOWr5Wvd+DvU+/mCXDgE3\ntq1AqjohS2mgBwYFK4EEACKhZANiAATyHRskzIwJekfjFwIcHNryuTIpGPPhWIRh\nIEINqnVd6x2RxsNuYTXfWGT9zrV1z5BRIL561R5ynRx+7MzUI/RXn7z5UCjXER1y\n1imE+FIFW+mCn1lUMLUS6N8q5i06AU4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4a58cbeb-0a55-4820-9194-333ca9553772', 'name': 'tempest-securitygroup--156325390', 'stateful': True, 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': 'tempest-description--1374160880', 'shared': False, 'security_group_rules': [{'id': '25b2ea43-8d49-4f18-bc8e-634e9a587963', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'security_group_id': '4a58cbeb-0a55-4820-9194-333ca9553772', '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': 733, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 0}, {'id': '84e30ba5-8228-46ed-ac50-f60a9e34856f', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'security_group_id': '4a58cbeb-0a55-4820-9194-333ca9553772', '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': 732, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 1, 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752'}, 'floating_ip': {'id': '9b88147c-1963-4805-a449-e86702b4de38', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '638ea82a-d90 1-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:57:19Z', 'updated_at': '2025-08-06T14:57:19Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2025-08-06 14:57:22,558 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.650s 2025-08-06 14:57:22,559 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "key_name": "tempest-keypair-941641516", "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "networks": [{"uuid": "e714b28f-9019-4cc3-b3f2-a65e92dfa381"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '449', 'location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f17de72-7c31-4b48-97d8-888ad7a81b1e', 'x-compute-request-id': 'req-1f17de72-7c31-4b48-97d8-888ad7a81b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "adminPass": "NoFfPu3xVszL"}}' 2025-08-06 14:57:22,639 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.076s 2025-08-06 14:57:22,639 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e494dae-8052-4630-a715-98344c3ccbb4', 'x-compute-request-id': 'req-5e494dae-8052-4630-a715-98344c3ccbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "BUILD", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:23Z", "updated": "2025-08-06T14:57:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "h ref": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-941641516", "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-06 14:58:12,913 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.208s 2025-08-06 14:58:12,914 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f5ca3f0-2e02-458f-9e5f-5d91aaae5e36', 'x-compute-request-id': 'req-5f5ca3f0-2e02-458f-9e5f-5d91aaae5e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a2037f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:57:37Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:12,928 99403 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:59:13,191 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615/os-interface 0.205s 2025-08-06 14:59:13,191 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-415b3ec0-a185-4c5b-bf73-931e1f33ef62', 'x-compute-request-id': 'req-415b3ec0-a185-4c5b-bf73-931e1f33ef62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e714b28f-9019-4cc3-b3f2-a65e92dfa381", "port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0", "mac_addr": "fa:16:3e:ae:4a:1e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e6d4299-1b29-43ef-bb4d-f1355387b6e6", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 14:59:14,112 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38 0.915s 2025-08-06 14:59:14,112 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-44b1f060-9192-4cc5-aafd-5593d97a6b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38'} Body: b'{"floatingip": {"id": "9b88147c-1963-4805-a449-e86702b4de38", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "floating_ip_address": "172.24.4.243", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5f94fcb3-02ac-46c0-945c-5544670b1007", "port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e714b28f-9019-4cc3-b3f2-a65e92dfa381", "mac_address": "fa:16:3e:ae:4a:1e", "admin_state_up": true, "status": "ACTIVE", "device_id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:59:13Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:14,115 99403 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.243:22' as 'cirros' with public key authentication 2025-08-06 14:59:14,140 99403 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:59:14,244 99403 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:59:14,245 99403 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.243 successfully created 2025-08-06 14:59:14,515 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.270s 2025-08-06 14:59:14,516 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0d094fd-751c-4620-a145-0409c8f46be4', 'x-compute-request-id': 'req-d0d094fd-751c-4620-a145-0409c8f46be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a203 7f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:57:37Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:14,786 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.255s 2025-08-06 14:59:14,786 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7315139f-1c65-468b-abba-cf43f9224471', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7315139f-1c65-468b-abba-cf43f9224471', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a-5e2a413cbc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:14.708378", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:14,838 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.040s 2025-08-06 14:59:14,839 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635b1a84-449f-4515-ac52-b8198a883eb3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635b1a84-449f-4515-ac52-b8198a883eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a -5e2a413cbc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:15.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:15,948 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.095s 2025-08-06 14:59:15,948 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503e73bd-cf14-4bfa-a348-b751c6aa44fe', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503e73bd-cf14-4bfa-a348-b751c6aa44fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a-5e2a413cbc7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:15.000000", "updated_at": "2025-08-06T14:59:15.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:16,070 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.100s 2025-08-06 14:59:16,071 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59: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-fdf5781b-13e7-4dfa-8b25-16e8d681bf5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'' 2025-08-06 14:59:16,095 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.023s 2025-08-06 14:59:16,095 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-4b1b12ba-93fc-4077-8a37-660d29ea56fa', 'x-openstack-request-id': 'req-4b1b12ba-93fc-4077-8a37-660d29ea56fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a62b738f-c3ed-4530-920a-5e2a413cbc7b could not be found."}}' 2025-08-06 14:59:16,223 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.127s 2025-08-06 14:59:16,223 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 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-1a8c782c-45db-49d3-a87d-0e13ccb3cda4', 'x-compute-request-id': 'req-1a8c782c-45db-49d3-a87d-0e13ccb3cda4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'' 2025-08-06 14:59:16,448 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.225s 2025-08-06 14:59:16,449 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 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-02d49e69-3606-42b0-897d-fe9401f43a31', 'x-compute-request-id': 'req-02d49e69-3606-42b0-897d-fe9401f43a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a2037f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:59:16Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}, {"version": 4, "addr": "172.24.4.243", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "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-06 15:00:06,556 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.043s 2025-08-06 15:00:06,557 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 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-a3d86f39-9392-4cdf-b27a-515981f89afa', 'x-compute-request-id': 'req-a3d86f39-9392-4cdf-b27a-515981f89afa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 05fd52b3-2038-440a-9da0-a66fca8e9615 could not be found."}}' 2025-08-06 15:00:06,917 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/33fe0299-aebb-4a97-96c2-5990c4a16d40 0.359s 2025-08-06 15:00:06,917 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8d93dc6b-a3ec-46c2-924c-6ec3eb1fc131', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/33fe0299-aebb-4a97-96c2-5990c4a16d40'} Body: b'' 2025-08-06 15:00:06,946 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-941641516 0.028s 2025-08-06 15:00:06,946 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 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-9da20192-a376-4e29-9887-26ea0b0ebab8', 'x-compute-request-id': 'req-9da20192-a376-4e29-9887-26ea0b0ebab8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-941641516'} Body: b'' 2025-08-06 15:00:07,120 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772 0.173s 2025-08-06 15:00:07,120 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-be808b65-c8ae-411b-95e5-3262be1ea9b4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772'} Body: b'' 2025-08-06 15:00:07,137 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772 0.016s 2025-08-06 15:00:07,137 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d206f8a3-1670-4824-88ac-23cfec5f54f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4a58cbeb-0a55-4820-9194-333ca9553772 does not exist", "detail": ""}}' 2025-08-06 15:00:07,493 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38 0.355s 2025-08-06 15:00:07,494 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1e6b89eb-9cde-4add-b6be-52cf65541aea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38'} Body: b'' {6} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.459377s] ... 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 f785a4fd-f0f4-4da8-9845-36ed4972ffd7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:15,329 99413 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.083s 2025-08-06 14:58:15,330 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21d0e7c6-54b0-4e57-96c8-58f53b42a538', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d61e85bad30a48b8bfe5a3d670209ecb", "name": "tempest-VolumesAdminNegativeTest-6262872-project-member", "password_expires_at": null}, "audit_ids": ["wFAFZpnPTrCks5wa5Mpk8g"], "expires_at": "2025-08-06T15:58:15.000000Z", "issued_at": "2025-08-06T14:58:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b33260dc4441719c1713a05b224708", "name": "tempest-VolumesAdminNegativeTest-6262872"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b33260dc4441719c1713a05b224708", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:15,330 99413 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'c2c76538-1f74-42f6-a8ad-5a273ea71511', 'name': 'tempest-VolumesAdminNegativeTest-1860601842-network', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b33260dc4441719c1713a05b224708', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18375, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': No ne, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:39Z', 'updated_at': '2025-08-06T14:55:39Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:15,860 99413 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.528s 2025-08-06 14:58:15,860 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1931035913", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "c2c76538-1f74-42f6-a8ad-5a273ea71511"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5527eca5-3d7d-48c0-9d03-2aa24db147d8', 'x-compute-request-id': 'req-5527eca5-3d7d-48c0-9d03-2aa24db147d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "J2YyqMvPwSaz"}}' 2025-08-06 14:58:15,933 99413 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/2a16f5c4-4504-4935-b45e-82cda6240214 0.069s 2025-08-06 14:58:15,933 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 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-e31a3e65-5b5a-483f-9494-f34a5e91c8d3', 'x-compute-request-id': 'req-e31a3e65-5b5a-483f-9494-f34a5e91c8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "name": "tempest-VolumesAdminNegativeTest-server-1931035913", "status": "BUILD", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:16Z", "updated": "2025-08-06T14:58:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "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-06 14:59:06,234 99413 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/2a16f5c4-4504-4935-b45e-82cda6240214 0.236s 2025-08-06 14:59:06,234 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ff129ac-6f8a-4d7c-8eaf-2af9048f5485', 'x-compute-request-id': 'req-4ff129ac-6f8a-4d7c-8eaf-2af9048f5485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "name": "tempest-VolumesAdminNegativeTest-server-1931035913", "status": "ACTIVE", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "bdf9c3f3df45ad92d218db8b70b149bdb24e1ad8b4a0fed3e5f9d291", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:15Z", "updated": "2025-08-06T14:58:32Z", "addresses": {"tempest-VolumesAdminNegativeTest-1860601842-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:47:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:58:31.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-06 14:59:06,253 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:06,569 99413 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.255s 2025-08-06 15:00:06,570 99413 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-1194437069"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac39bbe3-68bd-4f8f-b5e2-388426f9f6b8', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac39bbe3-68bd-4f8f-b5e2-388426f9f6b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.497010", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10. 0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:06,618 99413 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/f785a4fd-f0f4-4da8-9845-36ed4972ffd7 0.037s 2025-08-06 15:00:06,619 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94eeec85-8f9b-4d89-b1f9-6e4489844961', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94eeec85-8f9b-4d89-b1f9-6e4489844961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 15:00:07,678 99413 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/f785a4fd-f0f4-4da8-9845-36ed4972ffd7 0.043s 2025-08-06 15:00:07,678 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9b23f0-f923-4921-9e05-65434cb3fe09', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9b23f0-f923-4921-9e05-65434cb3fe09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.000000", "updated_at": "2025-08-06T15:00:07.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [112.615723s] ... 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 eb5f4439-5fa1-4148-a183-c0f6431fecca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:31,508 99423 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.046s 2025-08-06 14:58:31,509 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d6d243b6-2319-4339-ad5b-6fa7d44b06c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a03f743b84d84b3a8c6a3a432ba533e3", "name": "tempest-DeleteServersTestJSON-1670186870-project-member", "password_expires_at": null}, "audit_ids": ["uo1RN4NfS9eWnoGq9m6_zQ"], "expires_at": "2025-08-06T15:58:31.000000Z", "issued_at": "2025-08-06T14:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "name": "tempest-DeleteServersTestJSON-1670186870"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0d5f3a43c4d843fd9da71f6e0a2c92fc", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:31,509 99423 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'f53cab83-7fb1-4647-8a77-4a6e71490745', 'name': 'tempest-DeleteServersTestJSON-1511157489-network', 'tenant_id': '0d5f3a43c4d843fd9da71f6e0a2c92fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0d5f3a43c4d843fd9da71f6e0a2c92fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54257, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-08-06T14:58:24Z', 'updated_at': '2025-08-06T14:58:24Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:32,122 99423 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.612s 2025-08-06 14:58:32,123 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-300860866", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "f53cab83-7fb1-4647-8a77-4a6e71490745"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f57e660-5102-4a5e-919e-7573eaeea501', 'x-compute-request-id': 'req-6f57e660-5102-4a5e-919e-7573eaeea501', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JxJZgad5h6UE"}}' 2025-08-06 14:58:32,212 99423 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/e7f9985b-d7c6-4836-967e-6a703cc83604 0.085s 2025-08-06 14:58:32,212 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b426a6d0-e3b8-4715-ba9a-0d44284dd2a6', 'x-compute-request-id': 'req-b426a6d0-e3b8-4715-ba9a-0d44284dd2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "name": "tempest-DeleteServersTestJSON-server-300860866", "status": "BUILD", "tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:32Z", "updated": "2025-08-06T14:58:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "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-06 14:59:22,591 99423 INFO [tempest.lib.common.rest_client] Request (DeleteS erversTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604 0.313s 2025-08-06 14:59:22,592 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-887af8ed-f648-4568-bb13-048abd5e60fb', 'x-compute-request-id': 'req-887af8ed-f648-4568-bb13-048abd5e60fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "name": "tempest-DeleteServersTestJSON-server-300860866", "status": "ACTIVE", "tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "metadata": {}, "hostId": "c200f9b3750302a0d9081324b44c540c59e468cddc725a090226ea6a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:32Z", "updated": "2025-08-06T14:58:48Z", "addresses": {"tempest-DeleteServersTestJSON-1511157489-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:35:c8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:22,607 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:00:22,937 99423 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.271s 2025-08-06 15:00:22,937 99423 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-1630892875"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9f2bc4-8b59-4e2e-acf2-4068dc100d91', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9f2bc4-8b59-4e2e-acf2-4068dc100d91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:22.865922", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f 4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:23,001 99423 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/eb5f4439-5fa1-4148-a183-c0f6431fecca 0.043s 2025-08-06 15:00:23,002 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4c2b38-7384-4a92-9c69-547efc0b726a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4c2b38-7384-4a92-9c69-547efc0b726a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:23.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc"}}' 2025-08-06 15:00:24,058 99423 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/eb5f4439-5fa1-4148-a183-c0f6431fecca 0.040s 2025-08-06 15:00:24,058 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e937ca9a-dad1-4684-9e6b-e23fa8bbb596', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e937ca9a-dad1-4684-9e6b-e23fa8bbb596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:23.000000", "updated_at": "2025-08-06T15:00:23.000000", "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc"}}' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.147796s] ... 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 8f81cb38-820e-4cb9-8fec-2a9b6af175f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:47,950 99409 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-06 14:58:48,623 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.671s 2025-08-06 14:58:48,623 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--321574654", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f139e0b9-78e8-4621-8883-b1d36be582e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--321574654", "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": "d3e63a65d6df49f382a7a7224a25bfa9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a3ba1257-770a-42be-b772-8922b260c4bd", "created_at": "2025-08-06T14:58:49Z", "updated_at": "2025-08-06T14:58:49Z", "tags": [], "self": "/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd", "file": "/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:58:50,099 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file 1.476s 2025-08-06 14:58:50,100 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-75457412-128c-4ca1-ae0e-a2d65f50b726', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file'} Body: b'' 2025-08-06 14:58:50,100 99409 DEBUG [tempest.scenario.manager] image:a3ba1257-770a-42be-b772-8922b260c4bd 2025-08-06 14:58:50,154 99409 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.052s 2025-08-06 14:58:50,154 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1793754652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLSlTsF/veGjXmGmUh6mLp71vCtN/3qm79nBm5XcJ8qjPlD45cPwDzaZp1/2iRJP5NbpSvgVuFsgAJh0bDeK4PvCzSzde1GRsFy4mkgAn90AnVjGnxiKwRuCPqS9CGvFtw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-521350f7-2be3-4141-a26a-2a16144e49b8', 'x-compute-request-id': 'req-521350f7-2be3-4141-a26a-2a16144e49b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-17937 54652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLSlTsF/veGjXmGmUh6mLp71vCtN/3qm79nBm5XcJ8qjPlD45cPwDzaZp1/2iRJP5NbpSvgVuFsgAJh0bDeK4PvCzSzde1GRsFy4mkgAn90AnVjGnxiKwRuCPqS9CGvFtw==", "fingerprint": "3f:a1:b0:e4:eb:84:32:40:e6:0c:01:69:da:a2:0f:c7", "user_id": "62d6d78565294531b837ff64a57209d9"}}' 2025-08-06 14:58:50,254 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2025-08-06 14:58:50,254 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-a48bffda-fcee-4c65-8c3b-18960fc37bd5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62d6d78565294531b837ff64a57209d9", "name": "tempest-TestMinimumBasicScenario-848190772-project-member", "password_expires_at": null}, "audit_ids": ["an7L2wMhSSWrq1ijUYzrdw"], "expires_at": "2025-08-06T15:58:50.000000Z", "issued_at": "2025-08-06T14:58:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3e63a65d6df49f382a7a7224a25bfa9", "name": "tempest-TestMinimumBasicScenario-848190772"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d3e63a65d6df49f382a7a7224a25bfa9", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:50,255 99409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'e914d4b3-4464-4831-9e09-a4f59f30c1b3', 'name': 'tempest-TestMinimumBasicScenario-224616859-network', 'tenant_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'port_security_enabled': Tr ue, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:26Z', 'updated_at': '2025-08-06T14:55:26Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:50,856 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.600s 2025-08-06 14:58:50,856 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-953766037", "imageRef": "a3ba1257-770a-42be-b772-8922b260c4bd", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "networks": [{"uuid": "e914d4b3-4464-4831-9e09-a4f59f30c1b3"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d3c173-a5bf-4189-bcf9-1b4ebb15368f', 'x-compute-request-id': 'req-11d3c173-a5bf-4189-bcf9-1b4ebb15368f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8XzfX2NXeo8j"}}' 2025-08-06 14:58:50,924 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.064s 2025-08-06 14:58:50,924 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-a637ffc9-3411-44bd-ab1e-2e88d75dbc9f', 'x-compute-request-id': 'req-a637ffc9-3411-44bd-ab1e-2e88d75dbc9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "BUILD", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:51Z", "updated": "2025-08-06T14:58:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:av ailability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "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-06 14:59:41,203 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.215s 2025-08-06 14:59:41,204 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:40 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-8d012974-f825-4796-8fb6-06f840ba6278', 'x-compute-request-id': 'req-8d012974-f825-4796-8fb6-06f840ba6278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 14:59:41,219 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:41,473 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.207s 2025-08-06 15:00:41,473 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-5b2fd577-da97-4f38-8f14-dc46c16f45f1', 'x-compute-request-id': 'req-5b2fd577-da97-4f38-8f14-dc46c16f45f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18- 36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 15:00:41,665 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.177s 2025-08-06 15:00:41,666 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-a59b4935-d3fc-4639-a639-ae281870fc19', 'x-compute-request-id': 'req-a59b4935-d3fc-4639-a639-ae281870fc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}]}]}' 2025-08-06 15:00:41,890 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.221s 2025-08-06 15:00:41,891 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-e0ebbbb5-dfd1-4299-8dcf-b959a9ff82a5', 'x-compute-request-id': 'req-e0ebbbb5-dfd1-4299-8dcf-b959a9ff82a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2 ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 15:00:42,085 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-06 15:00:42,086 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1227853182", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58e443b0-fd29-4cfb-831a-71f426067d1d', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58e443b0-fd29-4cfb-831a-71f426067d1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:42.021450", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:42,149 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.052s 2025-08-06 15:00:42,150 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3195ef38-8f04-4d67-9754-64f7db18ae20', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3195ef38-8f04-4d67-9754-64f7db18ae20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "creating", "size": 1, "availa bility_zone": "nova", "created_at": "2025-08-06T15:00:42.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 15:00:43,206 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.038s 2025-08-06 15:00:43,206 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a68b574-e35f-446a-93f6-309a603dd995', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a68b574-e35f-446a-93f6-309a603dd995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:42.000000", "updated_at": "2025-08-06T15:00:42.000000", "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 15:00:43,319 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.099s 2025-08-06 15:00:43,319 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-7c6fdec7-649d-4c25-a238-7f7707081584', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'' 2025-08-06 15:00:43,341 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.021s 2025-08-06 15:00:43,341 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-c2 2c878c-7775-4c88-87a5-5b8f76edea62', 'x-openstack-request-id': 'req-c22c878c-7775-4c88-87a5-5b8f76edea62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8f81cb38-820e-4cb9-8fec-2a9b6af175f3 could not be found."}}' 2025-08-06 15:00:43,456 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.114s 2025-08-06 15:00:43,456 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b99170b6-d203-479a-aecd-be56009a5bbd', 'x-compute-request-id': 'req-b99170b6-d203-479a-aecd-be56009a5bbd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'' 2025-08-06 15:00:43,655 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.198s 2025-08-06 15:00:43,655 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 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-43b6ff4a-1fe8-458b-a0ef-035fde16e8d4', 'x-compute-request-id': 'req-43b6ff4a-1fe8-458b-a0ef-035fde16e8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T15:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:33,942 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ae 8310bd-078c-4a31-8e18-36ea20f0c071 0.225s 2025-08-06 15:01:33,943 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-45e189fa-a2a0-43a6-98e5-c8e43fe97d12', 'x-compute-request-id': 'req-45e189fa-a2a0-43a6-98e5-c8e43fe97d12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ae8310bd-078c-4a31-8e18-36ea20f0c071 could not be found."}}' 2025-08-06 15:01:33,977 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1793754652 0.033s 2025-08-06 15:01:33,977 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b634140-fc99-4c04-9620-48db0ced208e', 'x-compute-request-id': 'req-1b634140-fc99-4c04-9620-48db0ced208e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1793754652'} Body: b'' 2025-08-06 15:01:34,097 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd 0.118s 2025-08-06 15:01:34,097 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0973f612-04c5-4da0-a69e-20e64cd1132f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd'} Body: b'' {11} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [3.831832s] ... 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 3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:33,543 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 0.792s 2025-08-06 15:01:33,544 99423 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-79873840"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-28efcaf0-ff00-4769-befe-83fa1ac05533', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"d87115b6-4524-4d65-9593-78f4efdb5043","name":"tempest-tagged-attachments-test-net-79873840","tenant_id":"8d2de2cf2e9a4ba8af223420ac9e6204","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8d2de2cf2e9a4ba8af223420ac9e6204","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-06T15:01:32Z","updated_at":"2025-08-06T15:01:33Z","revision_number":1}}' 2025-08-06 15:01:34,441 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 0.895s 2025-08-06 15:01:34,441 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "d87115b6-4524-4d65-9593-78f4efdb5043", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-11d04dc2-5792-4fd7-ab5e-7d457fce71f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ec0a93a0-4676-42d0-9d83-8febe56f99d0","name":"","tenant_id":"8d2de2cf2e9a4ba8af223420ac9e6204","network_id":"d87115b6-4524-4d65-9593-78f4efdb5043","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-06T15:01:33Z","updated_at":"2025-08-06T15:01:33Z","revision_number":0,"project_id":"8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:34,654 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-06 15:01:34,655 99423 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-180047873"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf066dd-cad9-4c28-a510-00f0047e3b56', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf066dd-cad9-4c28-a510-00f0047e3b56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:34.593981", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-180047873", " description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:34,725 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 0.047s 2025-08-06 15:01:34,725 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7b02aa-e5fb-4fdf-a91e-03e91f3843dd', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7b02aa-e5fb-4fdf-a91e-03e91f3843dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:35.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-180047873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:35,784 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 0.041s 2025-08-06 15:01:35,785 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27fc991-337c-47cd-a7a3-9e90f20f131b', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27fc991-337c-47cd-a7a3-9e90f20f131b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:35.000000", "updated_at": "2025-08-06T15:01:35.000000", "name": "tempest-TaggedAttachmentsTest-volume-180047873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:36,004 99 423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/ec0a93a0-4676-42d0-9d83-8febe56f99d0 0.191s 2025-08-06 15:01:36,004 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-350b0071-f318-4c23-b5ef-3f473e7eddd0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/ec0a93a0-4676-42d0-9d83-8febe56f99d0'} Body: b'' 2025-08-06 15:01:36,581 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/d87115b6-4524-4d65-9593-78f4efdb5043 0.576s 2025-08-06 15:01:36,582 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4e4e39ea-0a81-4c84-91ab-ff9c3984e780', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/d87115b6-4524-4d65-9593-78f4efdb5043'} Body: b'' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.381379s] ... 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 076f0f19-7886-43af-8320-6365da2b07ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:39,700 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.236s 2025-08-06 15:01:39,701 99401 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-668011847"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b3041f-f96a-4eb6-a0fb-96c605e38f15', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b3041f-f96a-4eb6-a0fb-96c605e38f15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:39.621961", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:39,767 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab 0.042s 2025-08-06 15:01:39,768 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c10aa9c-f36a-46c8-9c8c-05f8334ae3c1', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c10aa9c-f36a-46c8-9c8c-05f8334ae3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:40.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 2025-08-06 15:01:40,827 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab 0.038s 2025-08-06 15:01:40,828 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-ccac1650-80ef-457e-9a25-17b12d46af41', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccac1650-80ef-457e-9a25-17b12d46af41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:40.000000", "updated_at": "2025-08-06T15:01:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.441743s] ... 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 53f2e770-08f2-4745-916d-f4820e1fab49 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:41,107 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.261s 2025-08-06 15:01:41,108 99401 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-1870447479"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fd6a7f-bb27-4341-8de3-2bc16067b30b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fd6a7f-bb27-4341-8de3-2bc16067b30b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.027302", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:41,170 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49 0.042s 2025-08-06 15:01:41,171 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731e9250-c008-409a-8201-c4bbb52b8e86', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731e9250-c008-409a-8201-c4bbb52b8e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 2025-08-06 15:01:42,272 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49 0.085s 2025-08-06 15:01:42,272 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-67c378e5-865d-4bbd-8cb8-bf5820a47e2d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c378e5-865d-4bbd-8cb8-bf5820a47e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.000000", "updated_at": "2025-08-06T15:01:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [289.277829s] ... 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 4ab4931e-f88d-4d1d-b14a-995844983a33 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:57:17,377 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.288s 2025-08-06 14:57:17,378 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a700ac1f-64c0-4712-9b87-6089c1352e3a', 'x-compute-request-id': 'req-a700ac1f-64c0-4712-9b87-6089c1352e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:17,706 99407 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.252s 2025-08-06 14:58:17,706 99407 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-1459282407"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73f1818-1289-46de-95bf-822fe187b606', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73f1818-1289-46de-95bf-822fe187b606', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:17.628569", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33" }], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:58:17,810 99407 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.087s 2025-08-06 14:58:17,810 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 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-6b345465-b75b-4939-868c-5149038649ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "153841c342d945f5a3c23b773c9397ed", "name": "tempest-ServerActionsTestOtherA-1427807863-project-member", "password_expires_at": null}, "audit_ids": ["l854N8qLQeWzwZQOWNlRzw"], "expires_at": "2025-08-06T15:58:17.000000Z", "issued_at": "2025-08-06T14:58:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9bc37e14af45d1ac34c80de70a4426", "name": "tempest-ServerActionsTestOtherA-1427807863"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0e9bc37e14af45d1ac34c80de70a4426", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:17,811 99407 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'b2131bcb-289d-4363-979f-090c96d5ff42', 'name': 'tempest-ServerActionsTestOtherA-161575673-network', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22 445, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:17,811 99407 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:58:17,812 99407 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:58:17,862 99407 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-06 14:58:17,862 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-918923707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 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-4a85f0ac-9399-48ce-abf2-475ad1654264', 'x-compute-request-id': 'req-4a85f0ac-9399-48ce-abf2-475ad1654264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-918923707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw==", "fingerprint": "ad:b5:e3:ce:cf:86:f5:a9:95:8b:19:f2:b4:9c:27:8a", "user_id": "153841c342d945f5a3c23b773c9397ed"}}' 2025-08-06 14:58:17,864 99407 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-918923707 created 2025-08-06 14:58:18,167 99407 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-06 14:58:18,167 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--677292532", "description": "tempest-description--2116091064"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-9ec87db6-d1f5-43cc-a462-b4049cb7e21a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "name": "tempest-securitygroup--677292532", "stateful": true, "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "description": "tempest-description--2116091064", "shared": false, "security_group_rules": [{"id": "10b20e1f-8fcb-4fdb-a32b-5c2c92d25c34", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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": 753, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T1 4:58:17Z", "revision_number": 0}, {"id": "30c60112-71a4-4bdb-9bed-0a8fe32bcc0d", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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": 752, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T14:58:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T14:58:17Z", "revision_number": 1, "project_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 14:58:18,386 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.218s 2025-08-06 14:58:18,386 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f7f13bb2-e033-47fd-80ee-2c6a581675a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03a53663-5e88-4369-9a40-11bcd8bcb504", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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-06T14:58:18Z", "updated_at": "2025-08-06T14:58:18Z", "revision_number": 0}}' 2025-08-06 14:58:18,697 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.310s 2025-08-06 14:58:18,697 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ab96a99f-ef7c-4a6c-8042-ea259770e0a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef4a4340-b8f4-4de2-97c6-9f8ee87e9766", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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-06T14:58:18Z", "updated_at": "2025-08-06T14:58:18Z", "revision_number": 0}}' 2025-08-06 14:58:18,697 99407 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--677292532 created 2025-08-06 14:58:19,761 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.063s 2025-08-06 14:58:19,761 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-acc493f9-8d91-4c3e-a2b1-34c80267636e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "814eb196-e3e5-43e6-9bd3-f4d83917a2bb", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "floating_ip_address": "172.24.4.188", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:19Z", "updated_at": "2025-08-06T14:58:19Z", "revision_number": 0}}' 2025-08-06 14:58:19,761 99407 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '814eb196-e3e5-43e6-9bd3-f4d83917a2bb', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:58:19Z', 'updated_at': '2025-08-06T14:58:19Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2025-08-06 14:58:19,762 99407 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-918923707', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw==', 'fingerprint': 'ad:b5:e3:ce:cf:86:f5:a9:95:8b:19:f2:b4:9c:27:8a', 'user_id': '153841c342d945f5a3c23b773c9397ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCtkOueNxRtrTnjSJ31Lka33cPgZ+Nq4UM2FLD/S5DVs0ysLGRcdCJD\nTrARdbDRYnqgBwYFK4EEACKhZANiAASb3HiSRiCc0MCHbl3Av75Ce4zAomnPyy1y\nIGZg0R404DuOD+zhSZgnjJqe6S/N1zZ9ptO87FXK3CiyeutkUoRn71FKBKyOQSvu\nzXA/habU2/j4LfkmXLnKazuv9xzCXiM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', 'name': 'tempest-securitygroup--677292532', 'stateful': True, 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': 'tempest-description--2116091064', 'shared': False, 'security_group_rules': [{'id': '10b20e1f-8fcb-4fdb-a32b-5c2c92d25c34', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', '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': 753, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 0}, {'id': '30c60112-71a4-4bdb-9bed-0a8fe32bcc0d', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', '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': 752, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 1, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426'}, 'floating_ip': {'id': '814eb196-e3e5-43e6-9bd3-f4d83917a2bb', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:58:19Z', 'updated_at': '2025-08-06T14:58:19Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2025-08-06 14:58:20,418 99407 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.655s 2025-08-06 14:58:20,418 99407 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-280581571", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "b2131bcb-289d-4363-979f-090c96d5ff42"}], "security_groups": [{"name": "tempest-securitygroup--677292532"}], "key_name": "tempest-keypair-918923707", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cdaa208-1dad-4201-93f5-db912cb25fd4', 'x-compute-request-id': 'req-7cdaa208-1dad-4201-93f5-db912cb25fd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--677292532"}], "adminPass": "SRk3ZxHNre2b"}}' 2025-08-06 14:58:20,530 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.107s 2025-08-06 14:58:20,530 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:20 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-feadf289-4a9f-46b5-a666-106f207eeaaf', 'x-compute-request-id': 'req-feadf289-4a9f-46b5-a666-106f207eeaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "BUILD", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "meta data": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-918923707", "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-06 14:59:10,926 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.316s 2025-08-06 14:59:10,927 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a037238-cc75-4748-8a63-241b174d57bb', 'x-compute-request-id': 'req-0a037238-cc75-4748-8a63-241b174d57bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:36Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:10,943 99407 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:00:11,322 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1/os-interface 0.318s 2025-08-06 15:00:11,322 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:11 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-e7dcd91d-030a-449d-9214-8044424c531c', 'x-compute-request-id': 'req-e7dcd91d-030a-449d-9214-8044424c531c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b2131bcb-289d-4363-979f-090c96d5ff42", "port_id": "60ade849-b4be-48b8-abda-c305708430fb", "mac_addr": "fa:16:3e:7b:4d:3c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "95b967b3-02cc-4c54-9fd0-7db1dc98d165", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:00:12,206 99407 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/814eb196-e3e5-43e6-9bd3-f4d83917a2bb 0.879s 2025-08-06 15:00:12,206 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "60ade849-b4be-48b8-abda-c305708430fb"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-abcfd7b1-7937-4ff7-8bfb-f84b137144aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb'} Body: b'{"floatingip": {"id": "814eb196-e3e5-43e6-9bd3-f4d83917a2bb", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "floating_ip_address": "172.24.4.188", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "86e3fbea-df89-4c72-8b31-4f1c96620a90", "port_id": "60ade849-b4be-48b8-abda-c305708430fb", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b2131bcb-289d-4363-979f-090c96d5ff42", "mac_address": "fa:16:3e:7b:4d:3c", "admin_state_up": true, "status": "ACTIVE", "device_id": "383abdb1-7842-4b39-9e44-02f58af003b1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:19Z", "updated_at": "2025-08-06T15:00:11Z", "revision_number": 1, "project_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:12,207 99407 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.188:22' as 'cirros' with public key authentication 2025-08-06 15:00:12,216 99407 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:00:12,334 99407 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:00:12,334 99407 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.188 successfully created 2025-08-06 15:00:12,618 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.283s 2025-08-06 15:00:12,618 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc786064-a349-4e67-a3eb-35afd0c58700', 'x-compute-request-id': 'req-cc786064-a349-4e67-a3eb-35afd0c58700', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:36Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:00:12,674 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33 0.040s 2025-08-06 15:00:12,674 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0129d0-262f-46f5-9b7c-8693e9eac566', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0129d0-262f-46f5-9b7c-8693e9eac566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:18.000000", "updated_at": "2025-08-06T14:58:18.000000", "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:13,732 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33 0.042s 2025-08-06 15:00:13,732 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-d2d75e99-6dea-400c-b02b-a661dc39fb31', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d75e99-6dea-400c-b02b-a661dc39fb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:18.000000", "updated_at": "2025-08-06T14:58:18.000000", "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:14,118 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.370s 2025-08-06 15:00:14,118 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c779c43-2260-4bae-8e3a-5fa0315befcb', 'x-compute-request-id': 'req-8c779c43-2260-4bae-8e3a-5fa0315befcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:14,277 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0. 111s 2025-08-06 15:01:14,277 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6a03fa-635f-4e56-a5ed-e4327bc0c837', 'x-compute-request-id': 'req-ac6a03fa-635f-4e56-a5ed-e4327bc0c837', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'' 2025-08-06 15:01:14,525 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0.247s 2025-08-06 15:01:14,525 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce4b5de-6091-4bb8-9a88-84d41cc0ee5c', 'x-compute-request-id': 'req-3ce4b5de-6091-4bb8-9a88-84d41cc0ee5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T15:01:14Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}, {"version": 4, "addr": "172.24.4.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "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-06 15:02:04,626 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0.036s 2025-08-06 15:02:04,627 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version ,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-35836c2e-e3cf-4a68-81d0-42f541f1c0d3', 'x-compute-request-id': 'req-35836c2e-e3cf-4a68-81d0-42f541f1c0d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 383abdb1-7842-4b39-9e44-02f58af003b1 could not be found."}}' 2025-08-06 15:02:04,666 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-918923707 0.039s 2025-08-06 15:02:04,667 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03baf4bb-7752-4ae4-aa3d-73a5f966c79a', 'x-compute-request-id': 'req-03baf4bb-7752-4ae4-aa3d-73a5f966c79a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-918923707'} Body: b'' 2025-08-06 15:02:05,063 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c 0.396s 2025-08-06 15:02:05,063 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d770d49f-df6a-4c5e-81e2-519ca0210f4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c'} Body: b'' 2025-08-06 15:02:05,085 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c 0.021s 2025-08-06 15:02:05,085 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3ef8f8db-2f40-41ac-8100-d39ead9b1b05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b83eb8a8-0fe6-405e-82ac-0d82baf2101c does not exist", "detail": ""}}' 2025-08-06 15:02:06,365 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb 1.279s 2025-08-06 15:02:06,365 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-261c6618-31a4-4b13-86f0-be3c382f80c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb'} Body: b'' {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [233.441581s] ... 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 cfc2d668-08d0-4381-aab1-681ae1ad059c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-06T15:02:22Z', 'message': 'Build of instance cfc2d668-08d0-4381-aab1-681ae1ad059c aborted: Volume 157543ed-3929-4538-80f2-86f3a4044c2d 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-c6cec2ab-f6fb-46af-a336-ae35ba37510c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:59:02,748 99419 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.136s 2025-08-06 14:59:02,748 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:02 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-982c1d9a-caad-4a56-ae69-8840dc28a752', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["9DyrXK9mR8qGHZKVB1oPEQ"], "expires_at": "2025-08-06T15:59:02.000000Z", "issued_at": "2025-08-06T14:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:59:02,749 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:59:03,364 99419 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.614s 2025-08-06 14:59:03,364 99419 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-1561972896", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0', '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-ee8920b7-19a2-4fc5-8227-fbd5f71b40f9', 'x-compute-request-id': 'req-ee8920b7-19a2-4fc5-8227-fbd5f71b40f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iwYJ99RvLLwu"}}' 2025-08-06 14:59:03,487 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.119s 2025-08-06 14:59:03,487 99419 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': 'Wed, 06 Aug 2025 14:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a7820f4-5c67-4a72-852a-cee17b997ff7', 'x-compute-request-id': 'req-0a7820f4-5c67-4a72-852a-cee17b997ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T14:59:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "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-06 14:59:54,095 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.528s 2025-08-06 14:59:54,095 99419 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': 'Wed, 06 Aug 2025 14:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c75ccc39-3e07-4314-a007-c74e62fcedfc', 'x-compute-request-id': 'req-c75ccc39-3e07-4314-a007-c74e62fcedfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T14:59:22Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:9d:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:59:22.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-06 14:59:54,115 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:54,764 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0/action 0.637s 2025-08-06 15:00:54,765 99419 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-852941845"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d5ee81d-6339-4f08-963e-f6b7297b5d92', 'x-compute-request-id': 'req-6d5ee81d-6339-4f08-963e-f6b7297b5d92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0/action'} Body: b'{"image_id": "119ac7af-9799-4d8f-8324-993f59ef618d"}' 2025-08-06 15:00:54,791 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.025s 2025-08-06 15:00:54,791 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d59e5ff-1146-4c7a-8ba1-56de696e4307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:55,818 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.025s 2025-08-06 15:00:55,819 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-50071267-1570-48c6-83d4-dc74dd86f3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f43 78a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:56,842 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.021s 2025-08-06 15:00:56,842 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fcc1bddc-9de9-457d-9b6e-8b491b1c1e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:57,868 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:00:57,868 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-85aa2bb8-3d0b-4cf6-aabb-e20b3468bffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromV olumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:58,897 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.028s 2025-08-06 15:00:58,898 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fab1ef0e-b161-4338-9f03-023afa7819d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:59,921 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.021s 2025-08-06 15:00:59,921 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58b6f54a-efe5-438b-a353-b1a2c9f8e81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:00,946 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.022s 2025-08-06 15:01:00,946 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64c3500c-4af6-4262-9dd0-df0597146719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:01,970 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:01:01,971 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application /json', 'x-openstack-request-id': 'req-b7488579-9f92-4cee-bbd1-d9818745f060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:02,996 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:01:02,996 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77618596-5fea-4970-8a3b-781673ebf136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:03Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,031 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/im ages/119ac7af-9799-4d8f-8324-993f59ef618d 0.033s 2025-08-06 15:01:04,032 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ded9e0e2-bbf4-4f77-abbd-58f0747b2479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "4cfee7d851e388fd4dc6d38c1bd3ec91", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "91dad7028e859aea298357872e4915780a994a9c9ad461db2574c13993fe8f819f6153f4afc521bd8ccf1f4771097ff919a20b87aec0b2e7ef20a281584c26fb", "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:04Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,054 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.022s 2025-08-06 15:01:04,054 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9aa692-e2ef-438f-aacb-b06caf29e522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_siz e": 1073741824, "status": "active", "checksum": "4cfee7d851e388fd4dc6d38c1bd3ec91", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "91dad7028e859aea298357872e4915780a994a9c9ad461db2574c13993fe8f819f6153f4afc521bd8ccf1f4771097ff919a20b87aec0b2e7ef20a281584c26fb", "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:04Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,355 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.300s 2025-08-06 15:01:04,355 99419 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': 'Wed, 06 Aug 2025 15:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c29af77-0320-40f2-9d59-08082e2b4f55', 'x-compute-request-id': 'req-5c29af77-0320-40f2-9d59-08082e2b4f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T15:01:04Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:9d:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:59:22.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-06 15:02:04,556 99419 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.117s 2025-08-06 15:02:04,556 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-reque st-id': 'req-1a4b1c75-aa51-4421-8213-4bee0c97b5a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["__lmg_xJQYyoK2u6JahKdQ"], "expires_at": "2025-08-06T16:02:04.000000Z", "issued_at": "2025-08-06T15:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:02:04,557 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 15:02:05,129 99419 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.571s 2025-08-06 15:02:05,130 99419 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': ''} Bod y: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "destination_type": "volume"}], "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c', '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-c6cec2ab-f6fb-46af-a336-ae35ba37510c', 'x-compute-request-id': 'req-c6cec2ab-f6fb-46af-a336-ae35ba37510c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iTtTnK5uvsAt"}}' 2025-08-06 15:02:05,213 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.079s 2025-08-06 15:02:05,213 99419 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': 'Wed, 06 Aug 2025 15:02:05 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-bb7ce3df-b254-40ac-9794-39e441157f22', 'x-compute-request-id': 'req-bb7ce3df-b254-40ac-9794-39e441157f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T15:02:05Z", "updated": "2025-08-06T15:02:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "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-06 15:02:55,388 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET htt p://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.113s 2025-08-06 15:02:55,389 99419 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': 'Wed, 06 Aug 2025 15:02:55 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-0dcf6cc2-09a1-4aa5-a4e4-213842978a06', 'x-compute-request-id': 'req-0dcf6cc2-09a1-4aa5-a4e4-213842978a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "status": "ERROR", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T15:02:05Z", "updated": "2025-08-06T15:02:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-06T15:02:22Z", "message": "Build of instance cfc2d668-08d0-4381-aab1-681ae1ad059c aborted: Volume 157543ed-3929-4538-80f2-86f3a4044c2d 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-06 15:02:55,409 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-06 15:02:56,008 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.599s 2025-08-06 15:02:56,008 99419 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': 'Wed, 06 Aug 2025 15:02:55 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-84f654e5-dfbf-4a3d-a7b8-bb038823ab52', 'x-compute-request-id': 'req-84f654e5-dfbf-4a3d-a7b8-bb038823ab52', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'' 2025-08-06 15:02:56,042 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.032s 2025-08-06 15:02:56,042 99419 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': 'Wed, 06 Aug 2025 15:02:56 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-2963e348-dce3-41f7-be9c-bf7bfdc60610', 'x-compute-request-id': 'req-2963e348-dce3-41f7-be9c-bf7bfdc60610', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cfc2d668-08d0-4381-aab1-681ae1ad059c could not be found."}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [166.783719s] ... 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 b383040e-8f17-438d-ac26-3353eac7c875 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:00:13,308 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:00:13,308 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:00:13,412 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.102s 2025-08-06 15:00:13,412 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1896037291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-0fbc1a88-f9c4-4479-b1c3-2ab19fd55e43', 'x-compute-request-id': 'req-0fbc1a88-f9c4-4479-b1c3-2ab19fd55e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1896037291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw==", "fingerprint": "06:29:d7:96:f2:04:45:3d:8c:9a:63:a0:10:66:27:d6", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:00:13,415 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1896037291 created 2025-08-06 15:00:13,666 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.251s 2025-08-06 15:00:13,667 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1022805381", "description": "tempest-description--1535383184"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-c8308753-5d5c-433a-8a1a-b15bd2312a04', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "name": "tempest-securitygroup--1022805381", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--1535383184", "shared": false, "security_group_rules": [{"id": "04ab2386-c457-4ddc-918d-e76d7ae40738", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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": 793, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}, {"id": "6d90f32a-9bc0-40a9-bfa1-29a018d02484", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 794, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:00:13,935 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.268s 2025-08-06 15:00:13,936 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-addf1822-d9cd-4000-ac60-20fa2806772d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e769ac20-35dc-4833-9671-25c65d573e4a", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}}' 2025-08-06 15:00:14,181 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.245s 2025-08-06 15:00:14,182 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fb9f9eee-2936-4d4c-9e1b-87c0e353ac27', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a1a3df3-0fa6-44ee-a8f5-39619f763b5e", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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-06T15:00:14Z", "updated_at": "2025-08-06T15:00:14Z", "revision_number": 0}}' 2025-08-06 15:00:14,182 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1022805381 created 2025-08-06 15:00:14,928 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.745s 2025-08-06 15:00:14,929 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e98ea42-e155-4012-82cc-f27e91b0bb69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0eeb2710-be9e-48f1-b4b4-ae5897e12f51", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.55", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:00:14Z", "updated_at": "2025-08-06T15:00:14Z", "revision_number": 0}}' 2025-08-06 15:00:14,929 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0eeb2710-be9e-48f1-b4b4-ae5897e12f51', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.55', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:00:14Z', 'updated_at': '2025-08-06T15:00:14Z', 'revision_number': 0, 'ip': '172.24.4.55'} created 2025-08-06 15:00:15,022 99411 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.087s 2025-08-06 15:00:15,022 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b7f8bcd5-3ba6-42a7-accd-08a62f4ef1e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["HoKSQimDRuuIxIRS3moZIw"], "expires_at": "2025-08-06T16:00:14.000000Z", "issued_at": "2025-08-06T15:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d56629 0da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:00:15,023 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:00:15,024 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1896037291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw==', 'fingerprint': '06:29:d7:96:f2:04:45:3d:8c:9a:63:a0:10:66:27:d6', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCw1KvgAQO3fxE5tFIGMMSGDIWFz48oy9XBfOv0kGtGmeqh1xv+1zKK\nGiauc8dd7magBwYFK4EEACKhZANiAATqZ5lOl/tFK3YMIpDEemfY4UW/L9i7N2dV\n/xwmeoM/IKHeQ6acCs9Y7d2I5dkDCrf5A2fk9fVRPyjUaHcQkm5TzLUSernK5G+V\nMB0Yn60lqZ89syt1hvst04YXGaaZkSM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', 'name': 'tempest-securitygroup--1022805381', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--1535383184', 'shared': False, 'security_group_rules': [{'id': '04ab2386-c457-4ddc-918d-e76d7ae40738', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', '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': 793, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_number': 0}, {'id': '6d90f32a-9bc0-40a9-bfa1-29a018d02484', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', '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': 794, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '0eeb2710-be9e-48f1-b4b4-ae5897e12f51', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.55', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:00:14Z', 'updated_at': '2025-08-06T15:00:14Z', 'revision_number': 0, 'ip': '172.24.4.55'}} 2025-08-06 15:00:15,791 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.766s 2025-08-06 15:00:15,791 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1281647588", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "key_name": "tempest-keypair-1896037291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f63b09a9-6520-4bbd-a852-b92de47d97de', 'x-compute-request-id': 'req-f63b09a9-6520-4bbd-a852-b92de47d97de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "adminPass": "password"}}' 2025-08-06 15:00:15,904 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1 0.109s 2025-08-06 15:00:15,904 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-5037f8cc-0e5a-49c3-a9bf-478d8bd17e5d', 'x-compute-request-id': 'req-5037f8cc-0e5a-49c3-a9bf-478d8bd17e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:16Z", "updated": "2025-08-06T15:00:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1896037291", "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-06 15:01:06,165 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1 0.204s 2025-08-06 15:01:06,165 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26b61663-f4dd-484c-9518-11f901d46fd2', 'x-compute-request-id': 'req-26b61663-f4dd-484c-9518-11f901d46fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:15Z", "updated": "2025-08-06T15:00:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1896037291", "OS-SRV-USG:launched_at": "2025-08-06T15:00:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:06,179 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:02:06,498 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1/os-interface 0.264s 2025-08-06 15:02:06,498 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Wed, 06 Aug 2025 15:02:06 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-a7c85e2a-fe6b-4725-ae28-4c0afb7ee8d4', 'x-compute-request-id': 'req-a7c85e2a-fe6b-4725-ae28-4c0afb7ee8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce", "mac_addr": "fa:16:3e:43:d5:ff", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.5"}]}]}' 2025-08-06 15:02:07,399 99411 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/0eeb2710-be9e-48f1-b4b4-ae5897e12f51 0.897s 2025-08-06 15:02:07,400 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-e51a38dd-d195-441f-b7ae-de34e5a9704a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51'} Body: b'{"floatingip": {"id": "0eeb2710-be9e-48f1-b4b4-ae5897e12f51", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.55", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:43:d5:ff", "admin_state_up": true, "status": "ACTIVE", "device_id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:00:14Z", "updated_at": "2025-08-06T15:02:06Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:07,401 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.55:22' as 'cirros' with public key authentication 2025-08-06 15:02:07,558 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:02:07,662 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:02:07,663 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.55 successfully created 2025-08-06 15:02:07,707 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1/ips 0.043s 2025-08-06 15:02:07,708 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-049e7a31-f3c1-42bb-88ab-e5196a498bac', 'x-compute-request-id': 'req-049e7a31-f3c1-42bb-88ab-e5196a498bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51c b9013-0788-40e9-b117-c7db3c8607f1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-06 15:02:07,944 99411 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.233s 2025-08-06 15:02:07,944 99411 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-691021195"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b72798-7c48-4a3c-adee-b0dbee8a1dbd', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b72798-7c48-4a3c-adee-b0dbee8a1dbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:07.872543", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:02:08,005 99411 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/b383040e-8f17-438d-ac26-3353eac7c875 0.048s 2025-08-06 15:02:08,005 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5835ff7a-03a4-4e3b-a29e-3303400464a2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5835ff7a-03a4-4e3b-a29e-3303400464a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:08.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:09,062 99411 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/b383040e-8f17-438d-ac26-3353eac7c875 0.042s 2025-08-06 15:02:09,063 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7199f1aa-56d3-4160-a2f7-7a937e9cd909', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7199f1aa-56d3-4160-a2f7-7a937e9cd909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:08.000000", "updated_at": "2025-08-06T15:02:08.000000", "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:09,196 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.118s 2025-08-06 15:02:09,196 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:09 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-185e3e4c-9b02-4493-88d9-43e98dfa5758', 'x-compute-request-id': 'req-185e3e4c-9b02-4493-88d9-43e98dfa5758', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'' 2025-08-06 15:02:09,396 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.199s 2025-08-06 15:02:09,396 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-90572675-365d-423b-9dd6-080728d9781c', 'x-compute-request-id': 'req-90572675-365d-423b-9dd6-080728d9781c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:15Z", "updated": "2025- 08-06T15:02:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}, {"version": 4, "addr": "172.24.4.55", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1896037291", "OS-SRV-USG:launched_at": "2025-08-06T15:00:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "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-06 15:02:59,496 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.033s 2025-08-06 15:02:59,497 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-564dd43b-8e9e-4e0e-a766-186405545f95', 'x-compute-request-id': 'req-564dd43b-8e9e-4e0e-a766-186405545f95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51cb9013-0788-40e9-b117-c7db3c8607f1 could not be found."}}' 2025-08-06 15:02:59,525 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1896037291 0.028s 2025-08-06 15:02:59,526 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-5d6215fd-4b86-4b05-a781-c88775c85e8f', 'x-compute-request-id': 'req-5d6215fd-4b86-4b05-a781-c88775c85e8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1896037291'} Body: b'' 2025-08-06 15:02:59,732 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101 0.205s 2025-08-06 15:02:59,732 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-25acfcc5-3899-4974-bdb0-f310c33b7e46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101'} Body: b'' 2025-08-06 15:02:59,750 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/n etworking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101 0.017s 2025-08-06 15:02:59,750 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-973ac2cc-1d47-40f5-8529-f1d8a4bccba1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 418c5b35-cb84-43e5-9374-8a0e80fa6101 does not exist", "detail": ""}}' 2025-08-06 15:03:00,090 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51 0.339s 2025-08-06 15:03:00,090 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fda77911-3fa2-4527-991e-1260b941e382', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51'} Body: b'' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.938928s] ... 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 ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:28,502 99401 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.190s 2025-08-06 15:03:28,502 99401 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-2022268657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a14d33c-c1cb-438b-b2a6-beb054e83132', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a14d33c-c1cb-438b-b2a6-beb054e83132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "0ce6243d-2fc6-46d3-994b-9968d2fc34bf", "name": "tempest-GroupSnapshotsTest-volume-type-2022268657", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:28,536 99401 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.030s 2025-08-06 15:03:28,536 99401 DEBUG [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-1212216592"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769cce78-aad1-49df-bf8c-61ad23cf8e97', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769cce78-aad1-49df-bf8c-61ad23cf8e97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "41a71a5e-3094-4562-9b47-1e5bf416d538", "name": "tempest-GroupSnapshotsTest-group-type-1212216592", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:28,710 99401 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.171s 2025-08-06 15:03:28,711 99401 DEBUG [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": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "name": "tempest-GroupSnapshotsTest-Group-198253944"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccfc56d0-e774-4a3f-9938-ce5fc27c36fe', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccfc56d0-e774-4a3f-9938-ce5fc27c36fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "name": "tempest-GroupSnapshotsTest-Group-198253944"}}' 2025-08-06 15:03:28,744 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.031s 2025-08-06 15:03:28,744 99401 DEBUG [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': 'Wed, 0 6 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb13026e-91aa-4cc1-842d-81638125b6ba', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb13026e-91aa-4cc1-842d-81638125b6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:29.000000", "name": "tempest-GroupSnapshotsTest-Group-198253944", "description": null, "group_type": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:29,794 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.044s 2025-08-06 15:03:29,794 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c067a71-ce8b-48ee-9e26-d586aef59366', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c067a71-ce8b-48ee-9e26-d586aef59366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:29.000000", "name": "tempest-GroupSnapshotsTest-Group-198253944", "description": null, "group_type": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:29,852 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.052s 2025-08-06 15:03:29,853 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee59ac0-4351-4deb-b473-ff143679c432', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee59ac0-4351-4deb-b473-ff143679c432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:29,982 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5/action 0.115s 2025-08-06 15:03:29,983 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 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-fa35da87-ef4c-45ee-b74e-6d33310b2cbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/a b44aa32-d9ed-4e8f-9765-3d92984a4ac5/action'} Body: b'' 2025-08-06 15:03:30,000 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.016s 2025-08-06 15:03:30,000 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 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-a19035c1-943b-47f0-84fd-f139d5147dbe', 'x-openstack-request-id': 'req-a19035c1-943b-47f0-84fd-f139d5147dbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 could not be found."}}' 2025-08-06 15:03:30,151 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/41a71a5e-3094-4562-9b47-1e5bf416d538 0.149s 2025-08-06 15:03:30,151 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:30 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-d3c84c7f-37db-4d7b-b65c-0ba9dc062068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/41a71a5e-3094-4562-9b47-1e5bf416d538'} Body: b'' 2025-08-06 15:03:30,233 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf 0.082s 2025-08-06 15:03:30,234 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-6c2b44c8-0a3a-4320-a4df-555281e3b0d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf'} Body: b'' 2025-08-06 15:03:30,249 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf 0.014s 2025-08-06 15:03:30,249 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 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-fa6e148c-f4f9-4a24-8f22-d883d7090e06', 'x-openstack-request-id': 'req-fa6e148c-f4f9-4a24-8f22-d883d7090e06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0ce6243d-2fc6-46d3-994b-9968d2fc34bf could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.742237s] ... 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 8d797ef3-168c-48b7-ab07-646909b97716 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:30,287 99401 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.033s 2025-08-06 15:03:30,287 99401 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-1465242214"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b75d4d-80c6-4525-a434-a841731ee415', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b75d4d-80c6-4525-a434-a841731ee415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "39b67650-815c-423f-a188-77bad5c64681", "name": "tempest-GroupSnapshotsTest-volume-type-1465242214", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:30,323 99401 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.033s 2025-08-06 15:03:30,324 99401 DEBUG [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-1830284990"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e7d63f-d87f-4f23-8128-3bf5c37b8a4b', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e7d63f-d87f-4f23-8128-3bf5c37b8a4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "name": "tempest-GroupSnapshotsTest-group-type-1830284990", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:30,401 99401 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.075s 2025-08-06 15:03:30,402 99401 DEBUG [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": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "name": "tempest-GroupSnapshotsTest-Group-1600010123"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a54007c-278c-4819-abf5-76a8b9876544', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a54007c-278c-4819-abf5-76a8b9876544', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "name": "tempest-GroupSnapshotsTest-Group-1600010123"}}' 2025-08-06 15:03:30,433 99401 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/8d797ef3-168c-48b7-ab07-646909b97716 0.029s 2025-08-06 15:03:30,433 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0406f972-04b0-41aa-961b-361df0f5c278', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0406f972-04b0-41aa-961b-361df0f5c278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1600010123", "description": null, "group_type": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:31,786 99401 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/8d797ef3-168c-48b7-ab07-646909b97716 0.347s 2025-08-06 15:03:31,786 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3494c330-c91b-4bcb-8a35-a29283f543b1', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3494c330-c91b-4bcb-8a35-a29283f543b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1600010123", "description": null, "group_type": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:31,791 99401 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-06 15:03:31,821 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.029s 2025-08-06 15:03:31,821 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ace5562-b6e1-4569-b0e1-b247c83815fe', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ace5562-b6e1-4569-b0e1-b247c83815fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:31,889 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716/action 0.054s 2025-08-06 15:03:31,890 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-b58f698d-0256-4ccb-b3ea-f72d3c5340de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716/action'} Body: b'' 2025-08-06 15:03:31,906 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716 0.015s 2025-08-06 15:03:31,906 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-41feaf6f-5ca4-4b9c-902f-e9213b451a05', 'x-openstack-request-id': 'req-41feaf6f-5ca4-4b9c-902f-e9213b451a05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8d797ef3-168c-48b7-ab07-646909b97716 could not be found."}}' 2025-08-06 15:03:31,933 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/64a97333-5e7d-42c8-8aaa-66681b277e1e 0.027s 2025-08-06 15:03:31,934 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-3e5a8670-41f0-43f2-b6e8-538492fe42e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/64a97333-5e7d-42c8-8aaa-66681b277e1e'} Body: b'' 2025-08-06 15:03:31,978 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681 0.044s 2025-08-06 15:03:31,979 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f344cae7-6211-4295-8147-608bcafcbb08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681'} Body: b'' 2025-08-06 15:03:31,993 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681 0.014s 2025-08-06 15:03:31,994 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 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-6d960dcc-113a-49ec-b9e8-6f5607edb3cd', 'x-openstack-request-id': 'req-6d960dcc-113a-49ec-b9e8-6f5607edb3cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/39b67 650-815c-423f-a188-77bad5c64681'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 39b67650-815c-423f-a188-77bad5c64681 could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.414478s] ... 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 49986255-8517-42c1-9cd3-f60e996a481b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:32,023 99401 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.027s 2025-08-06 15:03:32,024 99401 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-330906189"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6a9e94-95d7-4c82-947c-dcdfe76f4bb1', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6a9e94-95d7-4c82-947c-dcdfe76f4bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "276d67c0-be8b-4412-989a-47edc2229b61", "name": "tempest-GroupSnapshotsTest-volume-type-330906189", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:32,053 99401 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.026s 2025-08-06 15:03:32,053 99401 DEBUG [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-203167358"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff180729-06cf-47f4-bc30-e961577803c4', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff180729-06cf-47f4-bc30-e961577803c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "name": "tempest-GroupSnapshotsTest-group-type-203167358", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:32,136 99401 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.080s 2025-08-06 15:03:32,136 99401 DEBUG [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": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "name": "tempest-GroupSnapshotsTest-Group-1159875143"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2131e85-e872-47a9-95fc-6708f6168bc4', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2131e85-e872-47a9-95fc-6708f6168bc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "name": "tempest-GroupSnapshotsTest-Group-1159875143"}}' 2025-08-06 15:03:32,165 99401 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/49986255-8517-42c1-9cd3-f60e996a481b 0.027s 2025-08-06 15:03:32,166 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac5a4b4-49e6-483a-9aca-dcdff0740357', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac5a4b4-49e6-483a-9aca-dcdff0740357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:32.000000", "name": "tempest-GroupSnapshotsTest-Group-1159875143", "description": null, "group_type": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:33,199 99401 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/49986255-8517-42c1-9cd3-f60e996a481b 0.028s 2025-08-06 15:03:33,200 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc83717-e011-4895-9456-defb25c51e24', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc83717-e011-4895-9456-defb25c51e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:32.000000", "name": "tempest-GroupSnapshotsTest-Group-1159875143", "description": null, "group_type": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:33,234 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.029s 2025-08-06 15:03:33,234 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69283719-ff3a-459b-9bd0-30876304dbd3', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69283719-ff3a-459b-9bd0-30876304dbd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:33,306 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b/action 0.058s 2025-08-06 15:03:33,307 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-d40ac8cf-1b28-4461-80e5-51b158a6b693', 'connection': 'close', 'status': '202', 'content-location': 'http:/ /10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b/action'} Body: b'' 2025-08-06 15:03:33,321 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b 0.014s 2025-08-06 15:03:33,322 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-d5b2399f-8dab-4d3e-9e4e-a72b7df6404a', 'x-openstack-request-id': 'req-d5b2399f-8dab-4d3e-9e4e-a72b7df6404a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 49986255-8517-42c1-9cd3-f60e996a481b could not be found."}}' 2025-08-06 15:03:33,348 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d909e391-b9d9-44ab-91dd-c2072544dc4b 0.026s 2025-08-06 15:03:33,348 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-a05d7140-0bb1-45a7-9f39-e30a5144d4b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d909e391-b9d9-44ab-91dd-c2072544dc4b'} Body: b'' 2025-08-06 15:03:33,393 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61 0.044s 2025-08-06 15:03:33,393 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-6202f6e6-6937-42ab-b456-aca514e4d8d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61'} Body: b'' 2025-08-06 15:03:33,410 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61 0.016s 2025-08-06 15:03:33,410 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:33 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-e8e131c3-425f-4e1f-a8f4-91e312c941b1', 'x-openstack-request-id': 'req-e8e131c3-425f-4e1f-a8f4-91e312c941b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 276d67c0-be8b-4412-989a-47edc2229b61 could not be found."}}' {0} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {0} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {0} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 25054934-622c-4c0f-9980-f6bd5eb446e0 failed to build and is in ERROR status {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.933248s] ... 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 7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:49,120 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.143s 2025-08-06 15:03:49,120 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d5825938-53ce-4323-a713-34aa59a3dd87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:03:49,531 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.410s 2025-08-06 15:03:49,531 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-VolumesCloneTest-Volume-976098114"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa87933-44cb-46f3-b394-aa88bf8bca2a', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa87933-44cb-46f3-b394-aa88bf8bca2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.472302", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:49,645 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.101s 2025-08-06 15:03:49,646 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-8bca94b7-299a-4821-a4b0-8aada6fb05c5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bca94b7-299a-4821-a4b0-8aada6fb05c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,702 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.042s 2025-08-06 15:03:50,703 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8204d2-f035-4f9b-bf35-3ec0571f726e', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8204d2-f035-4f9b-bf35-3ec0571f726e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", "updated_at": "2025-08-06T15:03:50.000000", "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,755 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.037s 2025-08-06 15:03:50,756 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22322233-4d82-424c-a5d6-5361acc7b0c5', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22322233-4d82-424c-a5d6-5361acc7b0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", " updated_at": "2025-08-06T15:03:50.000000", "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,885 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.116s 2025-08-06 15:03:50,886 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-738946b1-f62d-460c-a442-2d23dd1e53e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'' 2025-08-06 15:03:50,907 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.021s 2025-08-06 15:03:50,908 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-56a65dc6-ab27-429d-ad3c-c7d1eecde3df', 'x-openstack-request-id': 'req-56a65dc6-ab27-429d-ad3c-c7d1eecde3df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 could not be found."}}' {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.470875s] ... 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 24d0beb6-dcda-45ce-939e-44f57a832d00 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:51,089 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.179s 2025-08-06 15:03:51,090 99401 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-907545002"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532fe312-27f3-4073-9090-ae8d8db4d02d', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532fe312-27f3-4073-9090-ae8d8db4d02d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.025963", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:51,141 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.038s 2025-08-06 15:03:51,141 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b78f01-d98f-489e-8b5c-e0ac2f17b0be', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b78f01-d98f-489e-8b5c-e0ac2f17b0be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,197 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.041s 2025-08-06 15:03:52,197 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20af7971-5daf-41b6-832e-4da5fe9059ab', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20af7971-5daf-41b6-832e-4da5fe9059ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": "2025-08-06T15:03:51.000000", "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,248 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.036s 2025-08-06 15:03:52,248 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f68e68-6180-4f47-8d3f-6766b877e086', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f68e68-6180-4f47-8d3f-6766b877e086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": "2025-08-06T15:03:51.000000", "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,354 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.093s 2025-08-06 15:03:52,355 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e139f19-e837-403b-89a3-8703cfcdedc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'' 2025-08-06 15:03:52,380 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.024s 2025-08-06 15:03:52,380 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f454e8-c7c3-4058-b1d2-91d071e198f2', 'x-openstack-request-id': 'req-13f454e8-c7c3-4058-b1d2-91d071e198f2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 24d0beb6-dcda-45ce-939e-44f57a832d00 could not be found."}}' {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.716393s] ... 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 94825116-6852-4e18-9816-61dd76681728 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:54,344 99401 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.392s 2025-08-06 15:03:54,344 99401 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-1234903786"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cad2410-b2e4-4ffa-af10-5bfd70dbd0d3', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cad2410-b2e4-4ffa-af10-5bfd70dbd0d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.260815", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:54,413 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.054s 2025-08-06 15:03:54,413 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fc8925-5280-4e39-ad14-ad31eac884fb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fc8925-5280-4e39-ad14-ad31eac884fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,470 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.038s 2025-08-06 15:03:55,471 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-e8bd5535-3831-48d6-b4b7-a66357c079be', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8bd5535-3831-48d6-b4b7-a66357c079be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": "2025-08-06T15:03:54.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,526 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.040s 2025-08-06 15:03:55,526 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99728d13-e2f5-4f78-88d0-c6c2b98cccac', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99728d13-e2f5-4f78-88d0-c6c2b98cccac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": "2025-08-06T15:03:54.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,634 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.094s 2025-08-06 15:03:55,635 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-05dff5f2-c581-43bc-ab86-a15552c42364', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'' 2025-08-06 15:03:55,666 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/94825116-6852- 4e18-9816-61dd76681728 0.031s 2025-08-06 15:03:55,667 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-d35d26f4-f781-444a-8855-f800bee6d3d7', 'x-openstack-request-id': 'req-d35d26f4-f781-444a-8855-f800bee6d3d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 94825116-6852-4e18-9816-61dd76681728 could not be found."}}' {0} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.404137s] ... 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 b393608c-eb4e-491b-bbd8-918bfb45ae52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:02:06,699 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.325s 2025-08-06 15:02:06,700 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9476c3a-0876-43d8-b8ed-fea2e8a8b4a8', 'x-compute-request-id': 'req-a9476c3a-0876-43d8-b8ed-fea2e8a8b4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:06,876 99407 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.095s 2025-08-06 15:03:06,877 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:06 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-44df9397-c088-4956-b8f9-3614244ed915', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "153841c342d945f5a3c23b773c9397ed", "name": "tempest-ServerActionsTestOtherA-1427807863-project-member", "password_expires_at": null}, "audit_ids": ["e7VzkvG0THi1KCmJTE2xtQ"], "expires_at": "2025-08-06T16:03:06.000000Z", "issued_at": "2025-08-06T15:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9bc37e14af45d1ac34c80de70a4426", "name": "tempest-ServerActionsTestOtherA-1427807863"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831 f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0e9bc37e14af45d1ac34c80de70a4426", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:03:06,877 99407 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'b2131bcb-289d-4363-979f-090c96d5ff42', 'name': 'tempest-ServerActionsTestOtherA-161575673-network', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22445, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 15:03:06,878 99407 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164088836', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdZmApS2RRjaEi4Qd/mEkbXd5ilJCAe2rPv6uK2o49Qf15flyatHlGOmPMqPigN3VkFFx1PfKmkUp0VbzoxmHVh00ScV1yCyQ/jQniLHAO4RSSczzY/gW6Gzyg6rx28JQ==', 'fingerprint': 'd3:8e:3c:79:9c:9f:0d:00:c1:e1:ac:ed:f0:8e:cd:40', 'user_id': '153841c342d945f5a3c23b773c9397ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmyQ2g9e+54oDiLk3IUsTsiqQ8cWyXJLrL5si9/ijyAu3Eli7Or+Sx\na0gzi4UOFzCgBwYFK4EEACKhZANiAATXWZgKUtkUY2hIuEHf5hJG13eYpSQgHtqz\n7+ritqOPUH9eX5cmrR5RjpjzKj4oDd1ZBRcdT3yppFKdFW86MZh1YdNEnFdcgskP\n40J4ixwDuEUknM82P4Fuhs8oOq8dvCU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '975b471c-946c-493b-8661-3ce460e717e4', 'name': 'tempest-securitygroup--600226728', 'stateful': True, 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': 'tempest-description--625670301', 'shared': False, 'security_group_rules': [{'id': '70134cfc-ffc3-421a-bc53-bd401d9ba068', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': '975b471c-946c-493b-8661-3ce460e717e4', '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': 176, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 0}, {'id': 'bd0e3515-5825-49f7-820b-7994d806fd85', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': '975b471c-946c-493b-8661-3ce460e717e4', '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': 175, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 1, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426'}, 'floating_ip': {'id': 'c5502e2d-873b-4921-a5ac-35c176459eb6', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:01Z', 'updated_at': '2025-08-06T14:55:01Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2025-08-06 15:03:07,263 99407 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.385s 2025-08-06 15:03:07,264 99407 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-1384450144", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a544dbe-e0df-47da-b907-d6b7e3cb9f9d', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a544dbe-e0df-47da-b907-d6b7e3cb9f9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.207587", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:07,314 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.038s 2025-08-06 15:03:07,314 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc168c6-8085-40f6-b184-e3ae47688a0c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc168c6-8085-40f6-b184-e3ae47688a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:03:08,366 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.037s 2025-08-06 15:03:08,366 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb926f3-8421-49cd-9106-b0c05e447419', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb926f3-8421-49cd-9106-b0c05e447419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.000000", "updated_at": "2025-08-06T15:03:07.000000", "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:03:08,477 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.098s 2025-08-06 15:03:08,478 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-e6f916e7-519a-463a-af64-fd2fa3f3b869', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'' 2025-08-06 15:03:08,500 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/vo lumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.021s 2025-08-06 15:03:08,500 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-db1f548e-1fd6-4613-8f07-1970fbb3dee5', 'x-openstack-request-id': 'req-db1f548e-1fd6-4613-8f07-1970fbb3dee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b393608c-eb4e-491b-bbd8-918bfb45ae52 could not be found."}}' 2025-08-06 15:03:08,500 99407 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-06 15:03:08,704 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.202s 2025-08-06 15:03:08,704 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad2289e-2cdd-453b-9bea-22159551f765', 'x-compute-request-id': 'req-3ad2289e-2cdd-453b-9bea-22159551f765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [168.027000s] ... 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 f9f8028e-1aef-4e71-889c-f53b39468f06 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:58,930 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.490s 2025-08-06 15:01:58,930 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55437cd8-c673-450e-a897-7a8e6f21cc84', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55437cd8-c673-450e-a897-7a8e6f21cc84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:58.858291", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:59,141 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.197s 2025-08-06 15:01:59,141 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-13178978", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b464565e-129d-4ead-a08f-f5b23ca8550f', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b464565e-129d-4ead-a08f-f5b23ca8550f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9839311d-4985-404a-b388-1d42ce508c8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.078082", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-13178978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9839311d-4985-404a-b388-1d42ce508c8c"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:59,210 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-08-06 15:01:59,211 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 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-99871598-b8c0-49b3-997a-07c93e5d5c06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "da8d8df0b64a431fb30ddd5f76dded81", "name": "tempest-TestServerVolumeAttachmentScenario-1907983534-project-member", "password_expires_at": null}, "audit_ids": ["iipI6KpQTVaIn1t1IJ-Fig"], "expires_at": "2025-08-06T16:01:59.000000Z", "issued_at": "2025-08-06T15:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70980f3c9109433f85bf687f1a11257c", "name": "tempest-TestServerVolumeAttachmentScenario-1907983534"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70980f3c9109433f85bf687f1a11257c", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:01:59,211 99409 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '15eacfe8-3fe7-47d8-ae7c-aea4c050c56e', 'name': 'tempest-TestServerVolumeAttachmentScenario-1659141337-network', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70980f3c9109433f85bf687f1a11257c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:01:43Z', 'updated_at': '2025-08-06T15:01:43Z', 'revision_number': 1} available for tenant 2025-08-06 15:01:59,212 99409 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:01:59,213 99409 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08- 06 15:01:59,269 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-06 15:01:59,270 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1259315961", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 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-02b4f165-92e9-4108-8006-203fe8d55343', 'x-compute-request-id': 'req-02b4f165-92e9-4108-8006-203fe8d55343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1259315961", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ==", "fingerprint": "da:2f:90:d8:73:80:c5:65:c1:cb:e4:74:82:f3:83:c2", "user_id": "da8d8df0b64a431fb30ddd5f76dded81"}}' 2025-08-06 15:01:59,272 99409 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1259315961 created 2025-08-06 15:01:59,516 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.243s 2025-08-06 15:01:59,516 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--654513411", "description": "tempest-description--961921693"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c5e49cf3-cc0e-4948-aafa-5cac76738235', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2a104a67-5290-486b-8492-8cb62deac7c5", "name": "tempest-securitygroup--654513411", "stateful": true, "tenant_id": "70980f3c9109433f85bf687f1a11257c", "description": "tempest-description--961921693", "shared": false, "security_group_rules": [{"id": "738eac03-7df3-4049-bc52-114b13180516", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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": 866, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}, {"id": "a635b7b5-efd1-48d9-996f-3d7ce0c0e633", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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": 867, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}], "ta gs": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 1, "project_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:01:59,749 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.232s 2025-08-06 15:01:59,750 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-36416356-6b6d-4152-80a1-c6b5425a4b36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eef26f37-434f-42e2-9e78-14f49eee5dcd", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}}' 2025-08-06 15:02:00,274 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.523s 2025-08-06 15:02:00,274 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b0d1a3d-807d-49b8-9615-4f783cf5943d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a43ecff-2196-4043-9c48-4f119d3cb008", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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-06T15:02:00Z", "updated_at": "2025-08-06T15:02:00Z", "revision_number": 0}}' 2025-08-06 15:02:00,275 99409 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--654513411 created 2025-08-06 15:02:01,131 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.855s 2025-08-06 15:02:01,131 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-898bc3c5-39df-439d-9d32-481da6f1d77b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "527970d3-7665-443c-9c0a-82441d3a09dd", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "floating_ip_address": "172.24.4.110", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70980f3c9109433f85bf687f1a11257c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:02:00Z", "updated_at": "2025-08-06T15:02:00Z", "revision_number": 0}}' 2025-08-06 15:02:01,131 99409 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '527970d3-7665-443c-9c0a-82441d3a09dd', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:02:00Z', 'updated_at': '2025-08-06T15:02:00Z', 'revision_number': 0, 'ip': '172.24.4.110'} created 2025-08-06 15:02:01,132 99409 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1259315961', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ==', 'fingerprint': 'da:2f:90:d8:73:80:c5:65:c1:cb:e4:74:82:f3:83:c2', 'user_id': 'da8d8df0b64a431fb30ddd5f76dded81', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDCPcv8jvrX0ptUwFHIJtjK/Bezcs9OK2XywSIJVPKIZGoRe64pJBXm\nphmZ7R7yoOKgBwYFK4EEACKhZANiAATKxN8tApB8CQE0cHIBsLBAWxGkb85kgBC2\nmbpJtLe4A0XyiPfVd17p3KttHl+rdWqYnFjnmQkf7DKzhJ6ixgmSsOi0OdEeBq7y\nnfYAWYs1AQoJgFgqXFzu1G4PL2pMqDU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2a104a67-5290-486b-8492-8cb62deac7c5', 'name': 'tempest-securitygroup--654513411', 'stateful': True, 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'description': 'tempest-description--961921693', 'shared': False, 'security_group_rules': [{'id': '738eac03-7df3-4049-bc52-114b13180516', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'security_group_id': '2a104a67-5290-486b-8492-8cb62deac7c5', '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': 866, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 0}, {'id': 'a635b7b5-efd1-48d9-996f-3d7ce0c0e633', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'security_group_id': '2a104a67-5290-486b-8492-8cb62deac7c5', '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': 867, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 1, 'project_id': '70980f3c9109433f85bf687f1a11257c'}, 'floating_ip': {'id': '527970d3-7665-443c-9c0a-82441d3a09dd', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '709 80f3c9109433f85bf687f1a11257c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:02:00Z', 'updated_at': '2025-08-06T15:02:00Z', 'revision_number': 0, 'ip': '172.24.4.110'}} 2025-08-06 15:02:01,883 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.750s 2025-08-06 15:02:01,883 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e"}], "security_groups": [{"name": "tempest-securitygroup--654513411"}], "key_name": "tempest-keypair-1259315961", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eb634b2-3b52-4424-9fd4-a720ac0652ff', 'x-compute-request-id': 'req-9eb634b2-3b52-4424-9fd4-a720ac0652ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--654513411"}], "adminPass": "AUMJN2f3cYLj"}}' 2025-08-06 15:02:01,962 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.075s 2025-08-06 15:02:01,962 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:01 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-4f47064b-b388-4780-8154-f4c2052df1c2', 'x-compute-request-id': 'req-4f47064b-b388-4780-8154-f4c2052df1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "BUILD", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:02Z", "updated": "2025-08-06T15:02:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS- DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1259315961", "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-06 15:02:52,254 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.218s 2025-08-06 15:02:52,256 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de5f7cf-8e07-4f2a-b830-9c5f2fdd3317', 'x-compute-request-id': 'req-5de5f7cf-8e07-4f2a-b830-9c5f2fdd3317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:02:18Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:02:52,270 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:03:52,515 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2/os-interface 0.185s 2025-08-06 15:03:52,515 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c480bce3-8398-45fd-9480-e92b439769f7', 'x-compute-request-id': 'req-c480bce3-8398-45fd-9480-e92b439769f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d6 96-c008-4ad8-839e-a298ffc81ac2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e", "port_id": "d29e372a-0872-41f3-93f8-99ca541780b4", "mac_addr": "fa:16:3e:70:9d:b6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cbc0b4b1-89dc-4743-b6e5-fc296d1a6477", "ip_address": "10.0.0.6"}]}]}' 2025-08-06 15:03:53,558 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd 1.038s 2025-08-06 15:03:53,559 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d29e372a-0872-41f3-93f8-99ca541780b4"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce8501ac-acdb-4048-888b-f01db1d0fa5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd'} Body: b'{"floatingip": {"id": "527970d3-7665-443c-9c0a-82441d3a09dd", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "floating_ip_address": "172.24.4.110", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5a51bb06-06a7-4cb9-9472-720f7e9be39e", "port_id": "d29e372a-0872-41f3-93f8-99ca541780b4", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e", "mac_address": "fa:16:3e:70:9d:b6", "admin_state_up": true, "status": "ACTIVE", "device_id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:02:00Z", "updated_at": "2025-08-06T15:03:52Z", "revision_number": 1, "project_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:53,563 99409 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.110:22' as 'cirros' with public key authentication 2025-08-06 15:03:53,574 99409 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:03:53,640 99409 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:03:53,640 99409 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.110 successfully created 2025-08-06 15:03:53,849 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.207s 2025-08-06 15:03:53,849 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dc64fd6-404e-422e-a3bf-56737f6a59ee', 'x-compute-request-id': 'req-8dc64fd6-404e-422e-a3bf-56737f6a59ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2e e9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:02:18Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:53,937 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.068s 2025-08-06 15:03:53,938 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 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-3582d74d-04a4-4edf-99a2-bfdc96dc7569', 'x-compute-request-id': 'req-3582d74d-04a4-4edf-99a2-bfdc96dc7569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}]}]}' 2025-08-06 15:03:53,982 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.040s 2025-08-06 15:03:53,982 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f9c646-349b-4c2a-af3b-aa3dd1c457df', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f9c646-349b-4c2a-af3b-aa3dd1c457df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.000000", "updated_at": "2025-08-06T15:01:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:55,033 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.036s 2025-08-06 15:03:55,033 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef01a66c-9da1-4bcd-95a2-727b61804968', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef01a66c-9da1-4bcd-95a2-727b61804968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.000000", "updated_at": "2025-08-06T15:01:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:55,167 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.118s 2025-08-06 15:03:55,167 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-240cf227-ef6e-46ce-8fc1-68ca458e2782', 'x-compute-request-id': 'req-240cf227-ef6e-46ce-8fc1-68ca458e2782', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'' 2025-08-06 15:03:55,366 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.198s 2025-08-06 15:03:55,366 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33739033-c2b4-4a7e-9302-405f3386a0ce', 'x-compute-request-id': 'req-33739033-c2b4-4a7e-9302-405f3386a0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status" : "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:03:55Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}, {"version": 4, "addr": "172.24.4.110", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "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-06 15:04:45,498 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.069s 2025-08-06 15:04:45,499 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-734d0ff8-882b-47a3-b808-1d949cc15e91', 'x-compute-request-id': 'req-734d0ff8-882b-47a3-b808-1d949cc15e91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8c04d696-c008-4ad8-839e-a298ffc81ac2 could not be found."}}' 2025-08-06 15:04:45,528 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1259315961 0.029s 2025-08-06 15:04:45,528 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c697d72c-5e17-488e-8325-f6b3400bbd0b', 'x-compute-request-id': 'req-c697d72c-5e17-488e-8325-f6b3400bbd0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1259315961'} Body: b'' 2025-08-06 15:04:45,772 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5 0.242s 2025-08-06 15:04:45,772 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-11235dfe-7003-4282-974a-c232852a64b3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5'} Body: b'' 2025-08-06 15:04:45,823 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5 0.051s 2025-08-06 15:04:45,824 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-14b0cb14-5c90-44d5-9de6-c54fbac1605c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2a104a67-5290-486b-8492-8cb62deac7c5 does not exist", "detail": ""}}' 2025-08-06 15:04:46,179 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd 0.355s 2025-08-06 15:04:46,179 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8ff68d88-2a81-4128-86d4-b56730ea6929', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd'} Body: b'' 2025-08-06 15:04:46,280 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c 0.100s 2025-08-06 15:04:46,280 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f30760-1c89-47b4-8be8-71e2372f8520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c'} Body: b'' 2025-08-06 15:04:46,303 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c 0.022s 2025-08-06 15:04:46,303 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04: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-5dd3bf6f-f75b-4e37-84bd-efb55303b537', 'x-openstack-request-id': 'req-5dd3bf6f-f75b-4e37-84bd-efb55303b537', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9839311d-4985-404a-b388-1d42c e508c8c could not be found."}}' 2025-08-06 15:04:46,431 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.128s 2025-08-06 15:04:46,432 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd45af9-0e64-48f5-984b-cf2bff2538d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'' 2025-08-06 15:04:46,463 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.030s 2025-08-06 15:04:46,464 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04: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-d5fb3626-b5ef-42e9-bba4-c8f0aee2b47b', 'x-openstack-request-id': 'req-d5fb3626-b5ef-42e9-bba4-c8f0aee2b47b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9f8028e-1aef-4e71-889c-f53b39468f06 could not be found."}}' {4} 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`. {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.543275s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.001126s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.745788s] ... 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 ac4a3513-03a7-4b22-bf4d-839ec5c978f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:09,560 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.309s 2025-08-06 15:05:09,561 99407 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-479326224"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6368e28-f6c3-4e2d-a973-b0d39a437039', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6368e28-f6c3-4e2d-a973-b0d39a437039', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.497227", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:05:09,612 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.038s 2025-08-06 15:05:09,613 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7ef2c2-1f16-4978-b898-756e8b4bfc13', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7ef2c2-1f16-4978-b898-756e8b4bfc13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,666 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.037s 2025-08-06 15:05:10,667 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45bd5b16-351d-4679-9132-feb3c6fb5706', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bd5b16-351d-4679-9132-feb3c6fb5706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": "2025-08-06T15:05:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,719 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.038s 2025-08-06 15:05:10,720 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b3083c7-df05-4e1b-8fec-1189bebad1be', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b3083c7-df05-4e1b-8fec-1189bebad1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": "2025-08-06T15:05:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,972 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.238s 2025-08-06 15:05:10,972 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14250578-1796-433c-b6de-3a01e727785b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'' 2025-08-06 15:05:10,995 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.022s 2025-08-06 15:05:10,995 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0792e38-a5c0-44a0-8cba-52f1f2090e03', 'x-openstack-request-id': 'req-c0792e38-a5c0-44a0-8cba-52f1f2090e03', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac4a3513-03a7-4b22-bf4d-839ec5c978f9 could not be found."}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.000204s] ... 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 6669d8b7-31bf-440c-9ff1-78041e52e8ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:00,093 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:03:00,094 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:03:00,141 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2025-08-06 15:03:00,141 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2128457382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 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-277610bf-7567-420a-b3a7-3f27fc1d16d3', 'x-compute-request-id': 'req-277610bf-7567-420a-b3a7-3f27fc1d16d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2128457382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw==", "fingerprint": "ba:fc:fb:42:d3:db:25:59:be:c9:50:45:16:52:dc:f9", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:03:00,144 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2128457382 created 2025-08-06 15:03:00,595 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.451s 2025-08-06 15:03:00,596 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1033118710", "description": "tempest-description--256953809"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-4da0901f-a9a1-4d1e-a5ab-e4bb89cf4635', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "name": "tempest-securitygroup--1033118710", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--256953809", "shared": false, "security_group_rules": [{"id": "968a9ead-92af-449c-8c8c-ebf68e0f13c4", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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": 896, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}, {"id": "f42f6ea5-d888-4d4c-a176-6d86a0327e5d", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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": 895, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:03:00,789 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-06 15:03:00,790 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6976154d-af88-45bb-9815-b597db5799e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcf5bab3-06a7-48e7-941f-5709750dc5dc", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}}' 2025-08-06 15:03:01,004 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:03:01,005 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b619fba-52be-43de-8678-f42679753c89', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "87a2d16d-0461-4b77-8778-f9ccec19dc27", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}}' 2025-08-06 15:03:01,005 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1033118710 created 2025-08-06 15:03:01,726 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.720s 2025-08-06 15:03:01,726 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-732c6db6-f5b5-4aa6-9cb2-65cc04281547', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "957f50ca-f937-40ea-8a35-4ec6eb67a2ea", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.18", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:03:01Z", "updated_at": "2025-08-06T15:03:01Z", "revision_number": 0}}' 2025-08-06 15:03:01,726 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '957f50ca-f937-40ea-8a35-4ec6eb67a2ea', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:03:01Z', 'updated_at': '2025-08-06T15:03:01Z', 'revision_number': 0, 'ip': '172.24.4.18'} created 2025-08-06 15:03:01,818 99411 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.086s 2025-08-06 15:03:01,818 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 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-8c21fe82-5bd7-44fb-ac1e-c2f61d4b6bc5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["8pdFO-BQQFqMaeG6t1H_8A"], "expires_at": "2025-08-06T16:03:01.000000Z", "issued_at": "2025-08-06T15:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843 b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:03:01,819 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:03:01,820 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2128457382', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw==', 'fingerprint': 'ba:fc:fb:42:d3:db:25:59:be:c9:50:45:16:52:dc:f9', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCG5GomEe0LGw1SlTsjTPBBARjg/ZCN/1LYmqp81VLqdRQkgOtNDr5C\nJlvB5tzGV42gBwYFK4EEACKhZANiAATLY+8kQMYwjvyWpMty+f8kxy6VQEUAAYp7\njWqkYJa0QHrwuAsycTwAtVb0IyWj7KcYs1bUYuNKqy+aLEX2SMYjx9+ljmlbbibO\nU0vlOnNNk58TF22vY+cKS0/AEeW4RZM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', 'name': 'tempest-securitygroup--1033118710', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--256953809', 'shared': False, 'security_group_rules': [{'id': '968a9ead-92af-449c-8c8c-ebf68e0f13c4', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', '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': 896, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 0}, {'id': 'f42f6ea5-d888-4d4c-a176-6d86a0327e5d', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', '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': 895, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 0}], 't ags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '957f50ca-f937-40ea-8a35-4ec6eb67a2ea', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:03:01Z', 'updated_at': '2025-08-06T15:03:01Z', 'revision_number': 0, 'ip': '172.24.4.18'}} 2025-08-06 15:03:02,514 99411 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.692s 2025-08-06 15:03:02,514 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1758854054", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "key_name": "tempest-keypair-2128457382", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6938a8bc-ae12-43aa-952e-415eaf70dff9', 'x-compute-request-id': 'req-6938a8bc-ae12-43aa-952e-415eaf70dff9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "adminPass": "password"}}' 2025-08-06 15:03:02,581 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.064s 2025-08-06 15:03:02,582 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:02 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-540f95f7-620f-4163-ad67-eb26a8de7fcd', 'x-compute-request-id': 'req-540f95f7-620f-4163-ad67-eb26a8de7fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ 2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:03:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2128457382", "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-06 15:03:52,878 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.232s 2025-08-06 15:03:52,878 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43f71ab1-152f-48a7-8360-9a8b62d37ff3', 'x-compute-request-id': 'req-43f71ab1-152f-48a7-8360-9a8b62d37ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:03:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2128457382", "OS-SRV-USG:launched_at": "2025-08-06T15:03:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:52,895 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:04:53,109 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850/os-interface 0.152s 2025-08-06 15:04:53,109 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:52 GM T', '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-c3a69c05-c739-4dd6-825c-ec03629b8698', 'x-compute-request-id': 'req-c3a69c05-c739-4dd6-825c-ec03629b8698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6", "mac_addr": "fa:16:3e:f5:25:fc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.4"}]}]}' 2025-08-06 15:04:54,091 99411 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/957f50ca-f937-40ea-8a35-4ec6eb67a2ea 0.973s 2025-08-06 15:04:54,091 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7307f568-8232-4d2a-a980-c298f94b5a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea'} Body: b'{"floatingip": {"id": "957f50ca-f937-40ea-8a35-4ec6eb67a2ea", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.18", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:f5:25:fc", "admin_state_up": true, "status": "ACTIVE", "device_id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:03:01Z", "updated_at": "2025-08-06T15:04:53Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:54,092 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.18:22' as 'cirros' with public key authentication 2025-08-06 15:04:54,099 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:04:54,203 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:04:54,204 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.18 successfully created 2025-08-06 15:04:54,245 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850/ips 0.040s 2025-08-06 15:04:54,245 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 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-56e8ca6e-5fc7-4f74-99b6-85ac440fafbd', 'x-compute-request-id': 'req-56e8ca6e-5fc7-4f74-99b6-85ac440fafbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2025-08-06 15:04:54,477 99411 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.229s 2025-08-06 15:04:54,477 99411 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-2049157100"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d6846a-fd82-431b-9811-32c745845e67', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d6846a-fd82-431b-9811-32c745845e67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.392266", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:04:54,546 99411 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/6669d8b7-31bf-440c-9ff1-78041e52e8ee 0.056s 2025-08-06 15:04:54,546 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df13cbfd-eb6b-4a30-bcc9-ddd852763c2d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df13cbfd-eb6b-4a30-bcc9-ddd852763c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:55,597 99411 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/6669d8b7-31bf-440c-9ff1-78041e52e8ee 0.037s 2025-08-06 15:04:55,597 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3819ed7-7c35-464c-bca2-c554dab9e5e7', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3819ed7-7c35-464c-bca2-c554dab9e5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.000000", "updated_at": "2025-08-06T15:04:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:55,722 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.111s 2025-08-06 15:04:55,723 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5211169-7edf-48ef-a8e7-336bd4b354d6', 'x-compute-request-id': 'req-e5211169-7edf-48ef-a8e7-336bd4b354d6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'' 2025-08-06 15:04:56,129 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.406s 2025-08-06 15:04:56,130 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 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-6e437695-b345-49b4-afa1-ebe2159d909b', 'x-compute-request-id': 'req-6e437695-b345-49b4-afa1-ebe2159d909b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:04:56Z", "addresses": {"tempest-AttachVolumeN egativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2128457382", "OS-SRV-USG:launched_at": "2025-08-06T15:03:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "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-06 15:05:46,345 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.151s 2025-08-06 15:05:46,345 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a89c0af4-4d32-4721-bb18-067a028ef2e7', 'x-compute-request-id': 'req-a89c0af4-4d32-4721-bb18-067a028ef2e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0b30a80d-fc48-47d0-a6e5-8ac6167df850 could not be found."}}' 2025-08-06 15:05:46,381 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2128457382 0.035s 2025-08-06 15:05:46,382 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-057a39f1-6845-4989-8029-5e129faf3fd4', 'x-compute-request-id': 'req-057a39f1-6845-4989-8029-5e129faf3fd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2128457382'} Body: b'' 2025-08-06 15:05:46,601 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349 0.219s 2025-08-06 15:05:46,602 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-69dc51fa-9fa4-46e9-9f43-f4ef00764a84', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349'} Body: b'' 2025-08-06 15:05:46,631 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c -7e91848fd349 0.029s 2025-08-06 15:05:46,632 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ece5ce07-5aa1-42fb-8c43-27f4ed1b0adc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a93d4611-89ac-4a27-8b1c-7e91848fd349 does not exist", "detail": ""}}' 2025-08-06 15:05:47,091 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea 0.459s 2025-08-06 15:05:47,092 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-46ec5de1-0522-408c-8fb8-4606197f4c79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea'} Body: b'' {6} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [121.992296s] ... 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 a7829efd-5204-49ba-9a60-114183e60e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:04:05,790 99413 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a 0.267s 2025-08-06 15:04:05,791 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:05 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-717cb250-45fc-495d-bc5f-997454b5dcdb', 'x-compute-request-id': 'req-717cb250-45fc-495d-bc5f-997454b5dcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a'} Body: b'{"server": {"id": "8e0b0988-2f38-4963-82a2-ac55ea65505a", "name": "tempest-ServerActionsTestOtherB-server-790797255", "status": "ACTIVE", "tenant_id": "4ce0ee01060a4982801c6ad1a35441e8", "user_id": "0380858ea05c40e989278196bf5cad68", "metadata": {}, "hostId": "1c4da4337b015c6fde2b73c22949b42fa575b5104bfe55cae80a2f0d", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:13Z", "updated": "2025-08-06T15:02:30Z", "addresses": {"tempest-ServerActionsTestOtherB-1689533515-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-559338422", "OS-SRV-USG:launched_at": "2025-08-06T15:02:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--421877886"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:05:06,089 99413 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.223s 2025-08-06 15:05:06,090 99413 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-1480439984"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d928b044-a367-4866-acff-3521f379aa82', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d928b044-a367-4866-acff-3521f379aa82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.023565", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183 e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:05:06,146 99413 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/a7829efd-5204-49ba-9a60-114183e60e86 0.043s 2025-08-06 15:05:06,146 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2664470e-6b5d-4e9a-8bc4-0523232cb334', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2664470e-6b5d-4e9a-8bc4-0523232cb334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ce0ee01060a4982801c6ad1a35441e8"}}' 2025-08-06 15:05:07,206 99413 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/a7829efd-5204-49ba-9a60-114183e60e86 0.043s 2025-08-06 15:05:07,206 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8e6304-d496-4ad6-805e-e0d8d9d47b87', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8e6304-d496-4ad6-805e-e0d8d9d47b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.000000", "updated_at": "2025-08-06T15:05:06.000000", "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ce0ee01060a4982801c6ad1a35441e8"}}' 2025-08-06 15:05:07,220 99413 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-06 15:05:07,438 99413 INFO [tempest.lib.common.rest_client] Request (ServerActionsTes tOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a 0.216s 2025-08-06 15:05:07,438 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e258c3-8947-4c4f-b9be-94841e104659', 'x-compute-request-id': 'req-d4e258c3-8947-4c4f-b9be-94841e104659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a'} Body: b'{"server": {"id": "8e0b0988-2f38-4963-82a2-ac55ea65505a", "name": "tempest-ServerActionsTestOtherB-server-790797255", "status": "ACTIVE", "tenant_id": "4ce0ee01060a4982801c6ad1a35441e8", "user_id": "0380858ea05c40e989278196bf5cad68", "metadata": {}, "hostId": "1c4da4337b015c6fde2b73c22949b42fa575b5104bfe55cae80a2f0d", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:13Z", "updated": "2025-08-06T15:02:30Z", "addresses": {"tempest-ServerActionsTestOtherB-1689533515-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-559338422", "OS-SRV-USG:launched_at": "2025-08-06T15:02:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--421877886"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.336421s] ... 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 5cc37443-698f-4a47-934f-e309c463e436 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:04:48,067 99419 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:04:48,067 99419 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:04:48,219 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.147s 2025-08-06 15:04:48,219 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-954921907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577aa9d9-6ac1-4b9b-ad3e-9920423601cd', 'x-compute-request-id': 'req-577aa9d9-6ac1-4b9b-ad3e-9920423601cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-954921907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw==", "fingerprint": "e2:40:65:e6:d5:c8:62:3a:14:75:c4:70:71:bc:be:66", "user_id": "1378d7b5b6bd4a749855d0858cceb00f"}}' 2025-08-06 15:04:48,225 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-954921907 created 2025-08-06 15:04:48,495 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.269s 2025-08-06 15:04:48,495 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1009589759", "description": "tempest-description--1349717795"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-1d945781-ac38-468d-9dc8-13384dfc8c6b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "name": "tempest-securitygroup--1009589759", "stateful": true, "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "description": "tempest-description--1349717795", "shared": false, "security_group_rules": [{"id": "0f25f402-475b-471b-b68f-3735bee8130a", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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": 949, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}, {"id": "eb0038e0-9de6-400d-b3a6-b0a6cc2482ff", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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": 948, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:04:48,689 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-06 15:04:48,689 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e5c98e8f-d2d0-44ce-9ce3-e0cd7b4c7eb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a12a2652-237a-4917-a7e1-f5f9faadce12", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}}' 2025-08-06 15:04:48,891 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-06 15:04:48,891 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fa76a965-6101-4338-a11f-efc7f26f9f7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4c60cf0-8e71-4a1a-92df-a861bb8d2158", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}}' 2025-08-06 15:04:48,891 99419 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1009589759 created 2025-08-06 15:04:49,565 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.673s 2025-08-06 15:04:49,565 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c55d946e-1def-4f21-af84-b1123e95c2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fc24035d-f76f-4fe1-8d28-b9f873dfc77e", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.100", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d711b10855f48488a10b07d98a71c6f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:04:49Z", "updated_at": "2025-08-06T15:04:49Z", "revision_number": 0}}' 2025-08-06 15:04:49,566 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fc24035d-f76f-4fe1-8d28-b9f873dfc77e', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.100', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:04:49Z', 'updated_at': '2025-08-06T15:04:49Z', 'revision_number': 0, 'ip': '172.24.4.100'} created 2025-08-06 15:04:49,620 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.049s 2025-08-06 15:04:49,620 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:49 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-a9390a37-0d6a-4942-9d05-6ae2a59ef77c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1378d7b5b6bd4a749855d0858cceb00f", "name": "tempest-AttachVolumeTestJSON-1438382085-project-member", "password_expires_at": null}, "audit_ids": ["n4hfpWAWQCmncD2sIeLHGA"], "expires_at": "2025-08-06T16:04:49.000000Z", "issued_at": "2025-08-06T15:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d711b10855f48488a10b07d98a71c6f", "name": "tempest-AttachVolumeTestJSON-1438382085"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type" : "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7d711b10855f48488a10b07d98a71c6f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:04:49,621 99419 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '50cda9e0-9805-4ade-8718-a0b5aa1c94d2', 'name': 'tempest-AttachVolumeTestJSON-1299211992-network', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37931, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:04:42Z', 'updated_at': '2025-08-06T15:04:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:04:49,622 99419 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-954921907', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw==', 'fingerprint': 'e2:40:65:e6:d5:c8:62:3a:14:75:c4:70:71:bc:be:66', 'user_id': '1378d7b5b6bd4a749855d0858cceb00f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCB3uU7aVOiDKz8HkBJHWJdP+8PgTAsMM+c+fN+uRSfLzFiMMHbcY3d\nYWEgkFZkSRmgBwYFK4EEACKhZANiAAR1Xcmpb52fmUI8u0T1b8uCeJlrfYw+Fovb\n1GYwA+Vi32XMrtdOOoC7j1IB3DZJzAv53xRcrMIFX8XxakD1DXrud+Gt4MxBTJnf\nT5/RifiKhTdS/vGn+G2LVP1sYBJMGSM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', 'name': 'tempest-securitygroup--1009589759', 'stateful': True, 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'description': 'tempest-description--1349717795', 'shared': False, 'security_group_rules': [{'id': '0f25f402-475b-471b-b68f-3735bee8130a', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', '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': 949, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:04:48Z', 'updated_at': '2025-08-06T15:04:48Z', 'revision_number': 0}, {'id': 'eb0038e0-9de6-400d-b3a6-b0a6cc2482ff', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', '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': 948, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:04:48Z', 'updated_at': '2025-08-06T15:04:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:04:48Z', ' updated_at': '2025-08-06T15:04:48Z', 'revision_number': 1, 'project_id': '7d711b10855f48488a10b07d98a71c6f'}, 'floating_ip': {'id': 'fc24035d-f76f-4fe1-8d28-b9f873dfc77e', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.100', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:04:49Z', 'updated_at': '2025-08-06T15:04:49Z', 'revision_number': 0, 'ip': '172.24.4.100'}} 2025-08-06 15:04:50,214 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.590s 2025-08-06 15:04:50,214 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-87053010", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2"}], "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "key_name": "tempest-keypair-954921907", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f860747-bf79-498b-9849-39bc297b8f5b', 'x-compute-request-id': 'req-0f860747-bf79-498b-9849-39bc297b8f5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "adminPass": "password"}}' 2025-08-06 15:04:50,291 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.073s 2025-08-06 15:04:50,291 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce592834-d40a-45b1-b23b-522a5cca35e4', 'x-compute-request-id': 'req-ce592834-d40a-45b1-b23b-522a5cca35e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "BUILD", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:04:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-954921907", "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-06 15:05:40,618 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.261s 2025-08-06 15:05:40,618 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:40 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-7c35289d-ab7f-4008-9f08-6823140a15b3', 'x-compute-request-id': 'req-7c35289d-ab7f-4008-9f08-6823140a15b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:05:06Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-954921907", "OS-SRV-USG:launched_at": "2025-08-06T15:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:05:40,632 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:06:40,847 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/os-interface 0.153s 2025-08-06 15:06:40,847 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:40 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-04e88b44-a1c3-4ce1-b36c-a54d113c67b3', 'x-compute-request-id': 'req-04e88b44-a1c3-4ce1-b36c-a54d113c67b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657", "mac_addr": "fa:16:3e:df:fe:59", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36ee1a0f-1e10-4f98-abd0-832dc3da6c2f", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 15:06:41,636 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e 0.784s 2025-08-06 15:06:41,636 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-7ae22181-74e7-4db9-bf17-4f005bf97398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e'} Body: b'{"floatingip": {"id": "fc24035d-f76f-4fe1-8d28-b9f873dfc77e", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.100", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b11c689d-c66c-4bfd-bda0-1495303d117d", "port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "mac_address": "fa:16:3e:df:fe:59", "admin_state_up": true, "status": "ACTIVE", "device_id": "bd488953-a668-4d14-a9db-a6c0742f0498", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:04:49Z", "updated_at": "2025-08-06T15:06:41Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:41,642 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,654 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,722 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,723 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:41,767 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/ips 0.043s 2025-08-06 15:06:41,768 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:41 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-a447798a-ea3f-4fa3-8b24-3321ff509cf3', 'x-compute-request-id': 'req-a447798a-ea3f-4fa3-8b24-3321ff509cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-06 15:06:41,771 99419 INFO [tempest.lib.common.ssh] Creatin g ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,774 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,879 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,879 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:41,880 99419 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-06 15:06:41,880 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,882 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,985 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,986 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:42,187 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.193s 2025-08-06 15:06:42,188 99419 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-910956467"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc32d401-20e4-4670-9261-eabcec3f2c3b', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc32d401-20e4-4670-9261-eabcec3f2c3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.132218", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:06:42,259 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436 0.045s 2025-08-06 15:06:42,259 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a9f532-192c-469c-9b4e-8c42c184c70f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a9f532-192c-469c-9b4e-8c42c184c70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:43,336 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436 0.062s 2025-08-06 15:06:43,336 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971b8a3d-9294-4db8-bbea-3afbd6b9af4f', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971b8a3d-9294-4db8-bbea-3afbd6b9af4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.000000", "updated_at": "2025-08-06T15:06:42.000000", "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:43,514 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.160s 2025-08-06 15:06:43,515 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df6b7ecd-6e96-4be5-8917-c116742e803c', 'x-compute-request-id': 'req-df6b7ecd-6e96-4be5-8917-c116742e803c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'' 2025-08-06 15:06:43,711 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.196s 2025-08-06 15:06:43,712 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 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-d38b403a-1a80-4aa5-a19c-9fe50904f7ca', 'x-compute-request-id': 'req-d38b403a-1a80-4aa5-a19c-9fe50904f7ca', 'co nnection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:06:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}, {"version": 4, "addr": "172.24.4.100", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-954921907", "OS-SRV-USG:launched_at": "2025-08-06T15:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "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-06 15:07:33,795 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.037s 2025-08-06 15:07:33,796 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-593d2071-a379-4298-97aa-04c7a8483fa7', 'x-compute-request-id': 'req-593d2071-a379-4298-97aa-04c7a8483fa7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd488953-a668-4d14-a9db-a6c0742f0498 could not be found."}}' 2025-08-06 15:07:33,824 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-954921907 0.028s 2025-08-06 15:07:33,824 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f322ce29-4d33-47ee-83b0-9891c347ca15', 'x-compute-request-id': 'req-f322ce29-4d33-47ee-83b0-9891c347ca15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-954921907'} Body: b'' 2025-08-06 15:07:33,979 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0 .210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 0.154s 2025-08-06 15:07:33,979 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d8a40787-f70f-4782-bd4f-d73b250b499d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51'} Body: b'' 2025-08-06 15:07:33,997 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 0.017s 2025-08-06 15:07:33,997 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-827604a2-ca1a-4683-a8e6-851163e24a6b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 does not exist", "detail": ""}}' 2025-08-06 15:07:34,399 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e 0.401s 2025-08-06 15:07:34,399 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-95ce0986-0867-4c3e-90cb-34f044d109e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e'} Body: b'' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.259501s] ... 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 ed816f3b-7e90-4004-8bcc-6b825900c5d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:29,524 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2025-08-06 15:05:29,524 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:29 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-57d5a54a-b712-464b-9974-cda59ce5a164', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4ca1de4b7af4342a81c2190d3b65010", "name": "tempest-VolumesActionsTest-880947411-project-member", "password_expires_at": null}, "audit_ids": ["PrMz2C1tSDS4TI_n7etigQ"], "expires_at": "2025-08-06T16:05:29.000000Z", "issued_at": "2025-08-06T15:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "126176cf6c19457fa5b4f9f023557c43", "name": "tempest-VolumesActionsTest-880947411"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/126176cf6c19457fa5b4f9f023557c43", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:05:29,525 99407 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ec528484-e69c-4c19-97f2-2896dae64c2c', 'name': 'tempest-VolumesActionsTest-1828935765-network', 'tenant_id': '126176cf6c19457fa5b4f9f023557c43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '126176cf6c19457fa5b4f9f023557c43', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10771, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:05:13Z', 'updated_at': '2025-0 8-06T15:05:13Z', 'revision_number': 1} available for tenant 2025-08-06 15:05:30,250 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.724s 2025-08-06 15:05:30,250 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2016095326", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ec528484-e69c-4c19-97f2-2896dae64c2c"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dca9e2f-8d8a-442b-9d41-dfe393205a29', 'x-compute-request-id': 'req-1dca9e2f-8d8a-442b-9d41-dfe393205a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xJxi2KZknGFw"}}' 2025-08-06 15:05:30,374 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.121s 2025-08-06 15:05:30,375 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca64265e-d5a4-4671-831e-f4bc0e8ddd0e', 'x-compute-request-id': 'req-ca64265e-d5a4-4671-831e-f4bc0e8ddd0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "BUILD", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:05:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "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-06 15:06:20,677 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834 -4f24-9bdb-082b574c6edb 0.238s 2025-08-06 15:06:20,678 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5ad0b6-7fc2-4797-a7d6-13f3869ab8e5', 'x-compute-request-id': 'req-7a5ad0b6-7fc2-4797-a7d6-13f3869ab8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "ACTIVE", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "f80194f5b1c543d2fd358af74301544baa174d37e4171f34069333ae", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:05:46Z", "addresses": {"tempest-VolumesActionsTest-1828935765-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:46:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:05:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:06:20,696 99407 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:07:20,958 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.202s 2025-08-06 15:07:20,959 99407 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-663885226"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dcff4d-b1c1-4a89-9b93-6c9e26d174dd', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dcff4d-b1c1-4a89-9b93-6c9e26d174dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:20.898404", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consisten cygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:21,011 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.039s 2025-08-06 15:07:21,011 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1600c0c9-3796-4c71-b7be-afcf6ff00bb9', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1600c0c9-3796-4c71-b7be-afcf6ff00bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,067 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.040s 2025-08-06 15:07:22,068 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3501a65d-e1f4-4116-9a2a-c661a662265a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3501a65d-e1f4-4116-9a2a-c661a662265a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": "2025-08-06T15:07:21.000000", "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,123 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.041s 2025-08-06 15:07:22,124 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bf1555-9d8f-40ae-b4ea-acd8ab66ead1', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bf1555-9d8f-40ae-b4ea-acd8ab66ead1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": "2025-08-06T15:07:21.000000", "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,231 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.093s 2025-08-06 15:07:22,231 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-d3a36aeb-432a-4935-a262-9fac218f07dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'' 2025-08-06 15:07:22,253 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.021s 2025-08-06 15:07:22,254 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-ec0b8344-d5a4-41fa-889c-1b9faa9b5789', 'x-openstack-request-id': 'req-ec0b8344-d5a4-41fa-889c-1b9faa9b5789', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed816f3b-7e90-4004-8bcc-6b825900c5d9 could not be found."}}' 2025-08-06 15:07:22,370 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.116s 2025-08-06 15:07:22,371 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e99200ed-4425-4216-ab57-8523fc27a108', 'x-compute-request-id': 'req-e99200ed-4425-4216-ab57-8523fc27a108', 'connection': 'close', 'status': '204', 'conten t-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'' 2025-08-06 15:07:22,581 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.209s 2025-08-06 15:07:22,582 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61961872-82d5-4ade-8d24-ffaae74588f9', 'x-compute-request-id': 'req-61961872-82d5-4ade-8d24-ffaae74588f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "ACTIVE", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "f80194f5b1c543d2fd358af74301544baa174d37e4171f34069333ae", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:07:22Z", "addresses": {"tempest-VolumesActionsTest-1828935765-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:46:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:05:46.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-06 15:08:12,686 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.040s 2025-08-06 15:08:12,686 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-31a4493a-8945-456c-8c15-63057a6186ac', 'x-compute-request-id': 'req-31a4493a-8945-456c-8c15-63057a6186ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6ac38d8f-f834-4f24-9bdb-082b574c6edb could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.494760s] ... 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 e5da7433-7f11-42f8-9128-0940670cf090 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:12,882 99407 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.192s 2025-08-06 15:08:12,882 99407 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-809233668"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a89a1c5-9b55-4114-affd-7533b72168e4', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a89a1c5-9b55-4114-affd-7533b72168e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:12.821220", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:12,941 99407 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/e5da7433-7f11-42f8-9128-0940670cf090 0.047s 2025-08-06 15:08:12,942 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7efcf03-3650-4c81-886f-9f3657c3a4c6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7efcf03-3650-4c81-886f-9f3657c3a4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:13,996 99407 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/e5da7433-7f11-42f8-9128-0940670cf090 0.040s 2025-08-06 15:08:13,996 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf9fe20-5ec7-4648-ad41-1e2c1074f90a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf9fe20-5ec7-4648-ad41-1e2c1074f90a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": "2025-08-06T15:08:13.000000", "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:14,050 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.039s 2025-08-06 15:08:14,050 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b4f41b0-d3bd-414b-9b1d-baa79484dc05', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b4f41b0-d3bd-414b-9b1d-baa79484dc05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": "2025-08-06T15:08:13.000000", "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:14,161 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.098s 2025-08-06 15:08:14,162 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae861821-05d7-481e-b527-0b1778f1102e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'' 2025-08-06 15:08:14,183 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.020s 2025-08-06 15:08:14,183 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b0d3dd7-63de-4a20-a5e9-45ac103f0fb2', 'x-openstack-request-id': 'req-4b0d3dd7-63de-4a20-a5e9-45ac103f0fb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5da7433-7f11-42f8-9128-0940670cf090 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.461598s] ... 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 4ac913c6-5e75-4631-b9ab-4769be9eaac8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:14,352 99407 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.166s 2025-08-06 15:08:14,352 99407 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-651541367"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab8f7be-7ef0-482b-a71e-6f694f5cdb15', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab8f7be-7ef0-482b-a71e-6f694f5cdb15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.296270", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:14,402 99407 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/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.037s 2025-08-06 15:08:14,403 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10fad8c-bfdc-44ba-a19d-d00b63952707', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10fad8c-bfdc-44ba-a19d-d00b63952707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,456 99407 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/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.038s 2025-08-06 15:08:15,457 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-73f3418a-a995-4247-82de-6c86bdb89d80', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f3418a-a995-4247-82de-6c86bdb89d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": "2025-08-06T15:08:14.000000", "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,509 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.038s 2025-08-06 15:08:15,509 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cae2c68-3206-455d-82ae-9f47498acc24', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cae2c68-3206-455d-82ae-9f47498acc24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": "2025-08-06T15:08:14.000000", "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,625 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.101s 2025-08-06 15:08:15,625 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-40e46535-7cb0-4142-8462-3e5483c7048d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'' 2025-08-06 15:08:15,646 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.020s 2025-08-06 15: 08:15,647 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-3a8acbe4-0d18-48e5-82de-91e046f4285a', 'x-openstack-request-id': 'req-3a8acbe4-0d18-48e5-82de-91e046f4285a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4ac913c6-5e75-4631-b9ab-4769be9eaac8 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.619633s] ... 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 237c6aa7-b018-4acf-9d86-687c21d2e42e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:15,876 99407 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.226s 2025-08-06 15:08:15,876 99407 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-1910805262"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ec0159-54f5-4801-bda5-1d005745f18a', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ec0159-54f5-4801-bda5-1d005745f18a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:15.779402", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:15,925 99407 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/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.036s 2025-08-06 15:08:15,925 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d371a2ef-577c-4a17-a89e-7ef9a4e7d024', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d371a2ef-577c-4a17-a89e-7ef9a4e7d024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,061 99407 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/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.121s 2025-08-06 15:08:17,061 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-795e1609-a74e-4cfd-9963-27c3ee351a57', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795e1609-a74e-4cfd-9963-27c3ee351a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": "2025-08-06T15:08:16.000000", "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,116 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.040s 2025-08-06 15:08:17,116 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9dd576-81aa-4cf7-aebd-8dba017ff98e', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9dd576-81aa-4cf7-aebd-8dba017ff98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": "2025-08-06T15:08:16.000000", "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,231 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.101s 2025-08-06 15:08:17,232 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-9f93317d-5f82-4be5-a266-6933593dd8c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'' 2025-08-06 15:08:17,267 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.035s 2025-08-06 15:08:1 7,268 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-54adf5c8-a58c-4cd9-9847-75df7e374efd', 'x-openstack-request-id': 'req-54adf5c8-a58c-4cd9-9847-75df7e374efd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 237c6aa7-b018-4acf-9d86-687c21d2e42e could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.469831s] ... 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 513a1f2c-1718-446a-bcc4-0f18beb1ea29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:17,450 99407 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.179s 2025-08-06 15:08:17,450 99407 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-1341198022"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a95e053-4b77-4f18-a05e-afaceee4d722', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a95e053-4b77-4f18-a05e-afaceee4d722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.389909", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:17,502 99407 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/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.039s 2025-08-06 15:08:17,502 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9ea9c7-d83b-486e-9bb4-e6f120aab1ec', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9ea9c7-d83b-486e-9bb4-e6f120aab1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,554 99407 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/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.038s 2025-08-06 15:08:18,555 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-89de1d08-1eca-45a5-8513-4c41fd3982f0', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89de1d08-1eca-45a5-8513-4c41fd3982f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": "2025-08-06T15:08:18.000000", "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,608 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.038s 2025-08-06 15:08:18,608 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ce31e6-4458-49f3-a1a2-93e22795d21a', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ce31e6-4458-49f3-a1a2-93e22795d21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": "2025-08-06T15:08:18.000000", "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,717 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.094s 2025-08-06 15:08:18,717 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307e6632-5850-431f-8625-0ed6965389fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'' 2025-08-06 15:08:18,739 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.021s 2025-08-06 15:08:18,739 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a63d4b-71fe-416a-86c7-0c9bcfe8ff50', 'x-openstack-request-id': 'req-10a63d4b-71fe-416a-86c7-0c9bcfe8ff50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 513a1f2c-1718-446a-bcc4-0f18beb1ea29 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.497733s] ... 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 3f02ca37-95df-43b7-bf5a-b767cef80384 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:18,923 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-06 15:08:18,923 99407 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-2091449996"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3119dd8c-c201-4e59-9652-dcc736897c8e', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3119dd8c-c201-4e59-9652-dcc736897c8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:18.862180", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:18,973 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.038s 2025-08-06 15:08:18,974 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123a864e-61d1-4d4c-8154-81f125db7486', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123a864e-61d1-4d4c-8154-81f125db7486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,034 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.045s 2025-08-06 15:08:20,034 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-149a1421-b564-4373-bd78-da7cb5ac0137', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-149a1421-b564-4373-bd78-da7cb5ac0137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": "2025-08-06T15:08:19.000000", "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,090 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.042s 2025-08-06 15:08:20,091 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694f8c95-80ee-4c4e-a916-88f536dc8eb6', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694f8c95-80ee-4c4e-a916-88f536dc8eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": "2025-08-06T15:08:19.000000", "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,208 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.104s 2025-08-06 15:08:20,209 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-1e7a6f70-51c8-48cf-b1f8-e6516f1ce1b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'' 2025-08-06 15:08:20,238 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.029s 2025-08-06 15:08:20,239 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd4f855-538e-4541-a6b6-d26df3c42193', 'x-openstack-request-id': 'req-cdd4f855-538e-4541-a6b6-d26df3c42193', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3f02ca37-95df-43b7-bf5a-b767cef80384 could not be found."}}' {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.111588s] ... 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 e366a0b6-9eb6-4f25-a328-1c3b85c7b857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:06:24,634 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.207s 2025-08-06 15:06:24,634 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06: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-f4100b2a-fe47-4957-b61b-480a5474d1c9', 'x-compute-request-id': 'req-f4100b2a-fe47-4957-b61b-480a5474d1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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-06 15:07:25,114 99423 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.407s 2025-08-06 15:07:25,115 99423 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-143211271"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54c4e33-21e2-4b92-9fbb-9b7506e1c476', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54c4e33-21e2-4b92-9fbb-9b7506e1c476', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.044897", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137 a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:25,173 99423 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/e366a0b6-9eb6-4f25-a328-1c3b85c7b857 0.046s 2025-08-06 15:07:25,173 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f1bcc6-a45d-46a3-a984-f8f6a504f0c5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f1bcc6-a45d-46a3-a984-f8f6a504f0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:07:26,229 99423 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/e366a0b6-9eb6-4f25-a328-1c3b85c7b857 0.042s 2025-08-06 15:07:26,230 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d60d363-97ac-4c5e-9859-0a72ceb48177', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d60d363-97ac-4c5e-9859-0a72ceb48177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.000000", "updated_at": "2025-08-06T15:07:25.000000", "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:07:26,460 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.217s 2025-08-06 15:07:26,461 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-08260722-412f-4956-893b-a7a2b3b2a7f4', 'x-compute-request-id': 'req-08260722-412f-4956-893b-a7a2b3b2a7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.670372s] ... 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 809067b9-dd57-495d-9d99-ecd7eba0c385 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:29,598 99407 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.386s 2025-08-06 15:08:29,598 99407 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-888707447"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ee0e94-3eef-4068-b04e-f8ad161d5367', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ee0e94-3eef-4068-b04e-f8ad161d5367', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:29.542921", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 15:08:29,650 99407 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/809067b9-dd57-495d-9d99-ecd7eba0c385 0.039s 2025-08-06 15:08:29,650 99407 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': 'Wed, 06 Aug 2025 15:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b983de74-76ce-4b93-bf5c-202fc3381d9b', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b983de74-76ce-4b93-bf5c-202fc3381d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,702 99407 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/809067b9-dd57-495d-9d99-ecd7eba0c385 0.038s 2025-08-06 15:08:30,703 99407 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': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91162cfe-1dec-4900-84cb-0f30779d3427', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91162cfe-1dec-4900-84cb-0f30779d3427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": "2025-08-06T15:08:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,753 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.037s 2025-08-06 15:08:30,754 99407 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': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00238b03-f41e-4591-8514-771b694b7ecd', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00238b03-f41e-4591-8514-771b694b7ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": "2025-08-06T15:08:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,861 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.093s 2025-08-06 15:08:30,861 99407 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': 'Wed, 06 Aug 2025 15:08:30 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-624ea28e-cd63-4934-95bd-89d070c5d411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'' 2025-08-06 15:08:30,880 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.019s 2025-08-06 15:08:30,881 99407 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': 'Wed, 06 Aug 2025 15:08:30 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-08831c3a-5430-4c59-a229-966803d796fa', 'x-openstack-request-id': 'req-08831c3a-5430-4c59-a229-966803d796fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 809067b9-dd57-495d-9d99-ecd7eba0c385 could not be found."}}' {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.533066s] ... 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 e48af939-aefc-4272-a5a4-d5ca0ac6b099 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:31,049 99407 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.165s 2025-08-06 15:08:31,049 99407 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-494684035"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bc099a-e687-4c3d-abb8-76dc39c6bc12', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bc099a-e687-4c3d-abb8-76dc39c6bc12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.994862", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 15:08:31,099 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.037s 2025-08-06 15:08:31,100 99407 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': 'Wed, 06 Aug 2025 15:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b50047-3352-4f27-bc00-919ec78bfa27', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b50047-3352-4f27-bc00-919ec78bfa27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,155 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.041s 2025-08-06 15:08:32,156 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5e2354-3155-42f5-a199-745739e236eb', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5e2354-3155-42f5-a199-745739e236eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": "2025-08-06T15:08:31.000000", "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,217 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.047s 2025-08-06 15:08:32,217 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5318c151-047b-4a52-b681-346a979de6ab', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5318c151-047b-4a52-b681-346a979de6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": "2025-08-06T15:08:31.000000", "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,391 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.158s 2025-08-06 15:08:32,392 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8a552e-be18-4f0b-8fde-b906d166d7a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'' 2025-08-06 15:08:32,416 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.023s 2025-08-06 15:08:32,416 99407 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': 'Wed, 06 Aug 2025 15:08:32 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-1d42d455-3265-4cc4-b123-af175d6b11fa', 'x-openstack-request-id': 'req-1d42d455-3265-4cc4-b123-af175d6b11fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e48af939-aefc-4272-a5a4-d5ca0ac6b099 could not be found."}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.023485s] ... 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 3575067c-9ce8-473a-a229-3731d081ab9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:47,098 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:05:47,099 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:05:47,159 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2025-08-06 15:05:47,159 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1318194511", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 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-79749872-43a1-4a3e-94d3-e16daa3a65fa', 'x-compute-request-id': 'req-79749872-43a1-4a3e-94d3-e16daa3a65fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1318194511", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw==", "fingerprint": "9a:49:5d:c5:50:f2:fe:ae:69:1c:72:cd:af:df:52:7c", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:05:47,162 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1318194511 created 2025-08-06 15:05:47,412 99411 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-06 15:05:47,413 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--353477446", "description": "tempest-description--946683368"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-f03635d7-a98a-456c-82cf-820dfd62b217', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "11a20687-2470-4900-b4df-cf1d87754b8d", "name": "tempest-securitygroup--353477446", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--946683368", "shared": false, "security_group_rules": [{"id": "1429391f-9579-48b0-ac6e-d3f49502e307", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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": 1002, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}, {"id": "4048e0d8-8760-4e59-adf6-a6dde43d709f", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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": 1001, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:05:47,650 99411 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-06 15:05:47,650 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8be976f0-ec4e-4d6b-9b51-a7a87531cc93', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6fb63e5c-8b90-4275-853e-e407847b4216", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}}' 2025-08-06 15:05:47,859 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.209s 2025-08-06 15:05:47,860 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-80c39159-5f74-4549-a026-390465cd01e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f97ad5cf-385d-4f81-bcfa-615b067954c6", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}}' 2025-08-06 15:05:47,860 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--353477446 created 2025-08-06 15:05:48,593 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.732s 2025-08-06 15:05:48,594 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9a8f4081-bdda-4685-93a1-351847e6ef67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "886b426e-535e-4e40-86b8-6b7e04ae9d93", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.20", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:05:48Z", "updated_at": "2025-08-06T15:05:48Z", "revision_number": 0}}' 2025-08-06 15:05:48,594 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '886b426e-535e-4e40-86b8-6b7e04ae9d93', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.20', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:05:48Z', 'updated_at': '2025-08-06T15:05:48Z', 'revision_number': 0, 'ip': '172.24.4.20'} created 2025-08-06 15:05:48,640 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2025-08-06 15:05:48,641 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05: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-f8287ff4-011e-4540-a063-7e02f0b5cf65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["KUbTqR8nQCGqLyCt75mrEw"], "expires_at": "2025-08-06T16:05:48.000000Z", "issued_at": "2025-08-06T15:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c6 4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:05:48,641 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:05:48,642 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1318194511', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw==', 'fingerprint': '9a:49:5d:c5:50:f2:fe:ae:69:1c:72:cd:af:df:52:7c', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYnAbSNj3eg3XBrWYtH8O5LXnk9GvBljTvWMGlykGFG08B0m2qllOD\nXtrPZr0kRemgBwYFK4EEACKhZANiAATb9OTJfaCLHisFJVXxn6+1TjUdpphubQre\n8FrLFyM4mcjDajcHGbPfli7ILE8wqdYAW9VjUNuVSfFOnIYmaN45D1hIFTI/NRqm\nDVaOd9Jf4ihSDrxRf/LozKjobRjiC18=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '11a20687-2470-4900-b4df-cf1d87754b8d', 'name': 'tempest-securitygroup--353477446', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--946683368', 'shared': False, 'security_group_rules': [{'id': '1429391f-9579-48b0-ac6e-d3f49502e307', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '11a20687-2470-4900-b4df-cf1d87754b8d', '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': 1002, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 0}, {'id': '4048e0d8-8760-4e59-adf6-a6dde43d709f', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '11a20687-2470-4900-b4df-cf1d87754b8d', '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': 1001, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025- 08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '886b426e-535e-4e40-86b8-6b7e04ae9d93', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.20', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:05:48Z', 'updated_at': '2025-08-06T15:05:48Z', 'revision_number': 0, 'ip': '172.24.4.20'}} 2025-08-06 15:05:49,192 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.550s 2025-08-06 15:05:49,193 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1342181110", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--353477446"}], "key_name": "tempest-keypair-1318194511", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501c7b8a-4e8f-41fd-9f76-590d6d0f46e5', 'x-compute-request-id': 'req-501c7b8a-4e8f-41fd-9f76-590d6d0f46e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--353477446"}], "adminPass": "password"}}' 2025-08-06 15:05:49,269 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.072s 2025-08-06 15:05:49,269 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:49 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-5c0e879d-58bf-4c90-b190-7ac21132b9f4', 'x-compute-request-id': 'req-5c0e879d-58bf-4c90-b190-7ac21132b9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1" , "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:05:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1318194511", "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-06 15:06:39,541 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.207s 2025-08-06 15:06:39,541 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:39 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-8f7dda25-7f77-4a52-ab08-591fe6230f7c', 'x-compute-request-id': 'req-8f7dda25-7f77-4a52-ab08-591fe6230f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:06:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1318194511", "OS-SRV-USG:launched_at": "2025-08-06T15:06:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--353477446"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:06:39,556 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:07:39,747 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/os-interface 0.145s 2025-08-06 15:07:39,747 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-763acdcf-ba2a-4151-886c-624b47c2a2af', 'x-compute-request-id': 'req-763acdcf-ba2a-4151-886c-624b47c2a2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "e87f920e-e585-4fcc-b8af-332068ff104b", "mac_addr": "fa:16:3e:9d:1c:a1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:07:40,604 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93 0.853s 2025-08-06 15:07:40,605 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e87f920e-e585-4fcc-b8af-332068ff104b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7b13b882-24cc-4df5-875a-0f8d0d99be4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93'} Body: b'{"floatingip": {"id": "886b426e-535e-4e40-86b8-6b7e04ae9d93", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.20", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "e87f920e-e585-4fcc-b8af-332068ff104b", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:9d:1c:a1", "admin_state_up": true, "status": "ACTIVE", "device_id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:05:48Z", "updated_at": "2025-08-06T15:07:39Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:40,606 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.20:22' as 'cirros' with public key authentication 2025-08-06 15:07:40,630 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:07:40,734 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:07:40,735 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.20 successfully created 2025-08-06 15:07:40,778 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/ips 0.042s 2025-08-06 15:07:40,778 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:40 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-1270b595-1af1-42f2-bdb7-34a0fb748753', 'x-compute-request-id': 'req-1270b595-1af1-42f2-bdb7-34a0fb748753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2 025-08-06 15:07:41,031 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.250s 2025-08-06 15:07:41,032 99411 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-39760293"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d09f97-2180-4de6-ba3f-4ac36cb6d517', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d09f97-2180-4de6-ba3f-4ac36cb6d517', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:40.954838", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:41,081 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f 0.037s 2025-08-06 15:07:41,081 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada57f65-a849-4317-944c-6db5c9d3d81a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada57f65-a849-4317-944c-6db5c9d3d81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:41.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:42,139 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f 0.043s 2025-08-06 15:07:42,140 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': ' req-cf30a4ef-603d-48f3-b3fd-f99f6991eb94', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf30a4ef-603d-48f3-b3fd-f99f6991eb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:41.000000", "updated_at": "2025-08-06T15:07:41.000000", "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:42,277 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.123s 2025-08-06 15:07:42,278 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-e6e0df1e-8e8b-4704-b4af-715bd2c0cdc4', 'x-compute-request-id': 'req-e6e0df1e-8e8b-4704-b4af-715bd2c0cdc4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'' 2025-08-06 15:07:42,437 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.158s 2025-08-06 15:07:42,437 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:42 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-fd087ec0-100c-4e7a-9dc8-d73d27b0c131', 'x-compute-request-id': 'req-fd087ec0-100c-4e7a-9dc8-d73d27b0c131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:07:42Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}, {"version": 4, "addr": "172.24. 4.20", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1318194511", "OS-SRV-USG:launched_at": "2025-08-06T15:06:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--353477446"}], "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-06 15:08:32,538 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.037s 2025-08-06 15:08:32,539 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-0267dd76-c448-4379-9290-57d9077ffbab', 'x-compute-request-id': 'req-0267dd76-c448-4379-9290-57d9077ffbab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5a2b6fa2-7c55-450c-b02d-dcb43e87df36 could not be found."}}' 2025-08-06 15:08:32,566 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1318194511 0.027s 2025-08-06 15:08:32,567 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-ab4b9645-db8b-4696-9651-e31b47832e42', 'x-compute-request-id': 'req-ab4b9645-db8b-4696-9651-e31b47832e42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1318194511'} Body: b'' 2025-08-06 15:08:32,745 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d 0.178s 2025-08-06 15:08:32,746 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-542dd25b-7051-4427-bfcf-74da22dcec22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d'} Body: b'' 2025-08-06 15:08:32,763 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d 0.016s 2025-08-06 15:08:32,763 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json' , 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-228a4f22-98ae-423a-8622-329da9571b5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 11a20687-2470-4900-b4df-cf1d87754b8d does not exist", "detail": ""}}' 2025-08-06 15:08:33,120 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93 0.356s 2025-08-06 15:08:33,120 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7ef46784-5bbb-4d0b-8b52-06b68bad0153', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93'} Body: b'' {5} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {3} 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 42224d47-7f5c-402e-85a7-25ce482080c8 failed to build and is in ERROR status {3} 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`. {3} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.607250s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.157254s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.127407s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.153218s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.018621s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.027938s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.134023s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [1.958515s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.975385s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.015080s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016768s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.028682s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.017379s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.027198s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.019110s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.017862s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.013663s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.013080s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.033098s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.035774s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.031456s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.155280s] ... ok {5} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 879de0f5-9327-41d1-a89e-767db9c1d022 failed to build and is in ERROR status {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [165.957753s] ... 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 afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:07:10,439 99413 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:07:10,439 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:07:10,587 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.147s 2025-08-06 15:07:10,588 99413 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-2083471810", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add72580-7f57-4af5-a0d6-1cd26fea5a7c', 'x-compute-request-id': 'req-add72580-7f57-4af5-a0d6-1cd26fea5a7c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2083471810", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg==", "fingerprint": "d3:1f:76:bf:db:cf:71:9d:59:a3:dd:b2:60:fe:fc:3f", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f"}}' 2025-08-06 15:07:10,592 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2083471810 created 2025-08-06 15:07:10,824 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.231s 2025-08-06 15:07:10,825 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1699902579", "description": "tempest-description--157300034"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-70b5b34c-1b98-496c-b8ca-d0f01230a063', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b37701a0-efe7-4063-8d31-9766154617b5", "name": "tempest-securitygroup--1699902579", "stateful": true, "tenant_id": "fa0df23508414437bbdea5435135f522", "description": "tempest-description--157300034", "shared": false, "security_group_rules": [{"id": "3beb8985-7b59-40d0-bca6-072cc2cafb39", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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": 1021, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}, {"id": "9e67268d-e0fd-49bb-973d-aae96abe3f30", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "etherty pe": "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": 1022, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:07:11,012 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.186s 2025-08-06 15:07:11,012 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-16cb0686-9449-480e-b885-582a54583b9c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7842e6f-a23b-4bff-bd21-8b85f573198d", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}}' 2025-08-06 15:07:11,227 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:07:11,227 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-17246f15-9d9b-449d-aa76-e060b42488f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e252e973-28b9-4d88-bbf6-3c78e8d50bf5", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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-06T15:07:11Z", "updated_at": "2025-08-06T15:07:11Z", "revision_number": 0}}' 2025-08-06 15:07:11,228 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1699902579 created 2025-08-06 15:07:11,877 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.648s 2025-08-06 15:07:11,877 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-35671e7c-02dc-46d1-8b7a-d65d2e719481', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fcaca6dd-c464-42f2-a323-d32360bfdfd6", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.156", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fa0df23508414437bbdea5435135f522", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:11Z", "updated_at": "2025-08-06T15:07:11Z", "revision_number": 0}}' 2025-08-06 15:07:11,877 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fcaca6dd-c464-42f2-a323-d32360bfdfd6', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.156', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:11Z', 'updated_at': '2025-08-06T15:07:11Z', 'revision_number': 0, 'ip': '172.24.4.156'} created 2025-08-06 15:07:11,924 99413 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.040s 2025-08-06 15:07:11,924 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e469eb4a-f5e2-42bc-9ecf-07960ebe7b05', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "07edcf0d97b54cc0b04693f40f8c0d2f", "name": "tempest-AttachVolumeShelveTestJSON-925682836-project-member", "password_expires_at": null}, "audit_ids": ["uIZG6O4oR2CLNHGiRmhljw"], "expires_at": "2025-08-06T16:07:11.000000Z", "issued_at": "2025-08-06T15:07:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa0df23508414437bbdea5435135f522", "name": "tempest-AttachVolumeShelveTestJSON-925682836"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa0df23508414437bbdea5435135f522", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:07:11,925 99413 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'b683129c-cabe-4ebb-9dc9-15f8a2bdcf36', 'name': 'tempest-AttachVolumeShelveTestJSON-343314350-network', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa0df23508414437bbdea5435135f522', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62949, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:07:04Z', 'updated_at': '2025-08-06T15:07:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:07:11,925 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2083471810', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg==', 'fingerprint': 'd3:1f:76:bf:db:cf:71:9d:59:a3:dd:b2:60:fe:fc:3f', 'user_id': '07edcf0d97b54cc0b04693f40f8c0d2f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDATPr1rOCUCnvdNvdRNIoilG2AsWwNCc9fU5X7w+IFN3t53ak1Tv9go\nospcC0dTrZOgBwYFK4EEACKhZANiAATGBV9PYjlzT2AKZTCMbS1eEFaMHvQvuzEi\nmJa0c7Oe/+AfzhRR4YmzyxBhDLz/OZv3wKAz+2QUllxTQJBrP3wyN+cE00an0Vn4\nz4MbgyB2kobFzRf5iRlJOI31FJMaKGI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b37701a0-efe7-4063-8d31-9766154617b5', 'name': 'tempest-securitygroup--1699902579', 'stateful': True, 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'description': 'tempest-description--157300034', 'shared': False, 'security_group_rules': [{'id': '3beb8985-7b59-40d0-bca6-072cc2cafb39', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': 'b37701a0-efe7-4063-8d31-9766154617b5', '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': 1021, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 0}, {'id': '9e67268d-e0fd-49bb-973d-aae96abe3f30', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': 'b37701a0-efe7-4063-8d31-9766154617b5', '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': 1022, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_ at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 1, 'project_id': 'fa0df23508414437bbdea5435135f522'}, 'floating_ip': {'id': 'fcaca6dd-c464-42f2-a323-d32360bfdfd6', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.156', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:11Z', 'updated_at': '2025-08-06T15:07:11Z', 'revision_number': 0, 'ip': '172.24.4.156'}} 2025-08-06 15:07:12,476 99413 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.550s 2025-08-06 15:07:12,476 99413 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-718664719", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36"}], "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "key_name": "tempest-keypair-2083471810", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f', '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-b64f2cdc-222f-45b4-b538-cfa23cbdf4d9', 'x-compute-request-id': 'req-b64f2cdc-222f-45b4-b538-cfa23cbdf4d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "adminPass": "password"}}' 2025-08-06 15:07:12,565 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f 0.086s 2025-08-06 15:07:12,566 99413 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': 'Wed, 06 Aug 2025 15:07:12 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-fc5384e8-c4a2-4026-8519-6bef6f3c71fe', 'x-compute-request-id': 'req-fc5384e8-c4a2-4026-8519-6bef6f3c71fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "BUILD", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07ed cf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:07:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2083471810", "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-06 15:08:02,836 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f 0.220s 2025-08-06 15:08:02,837 99413 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': 'Wed, 06 Aug 2025 15:08:02 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-4f1b5367-876d-4973-a61a-b26b3c320be9', 'x-compute-request-id': 'req-4f1b5367-876d-4973-a61a-b26b3c320be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:07:28Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2083471810", "OS-SRV-USG:launched_at": "2025-08-06T15:07:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "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-06 15:08:02,854 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:09:03,065 99413 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/309cc75 5-eab3-4656-8047-d1d91a6e036f/os-interface 0.167s 2025-08-06 15:09:03,066 99413 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': 'Wed, 06 Aug 2025 15:09:02 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-005e6dad-b6de-4231-8633-2e8930f2bde8', 'x-compute-request-id': 'req-005e6dad-b6de-4231-8633-2e8930f2bde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab", "mac_addr": "fa:16:3e:09:99:f6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "38c2eaf9-be81-40d0-b126-4e41fa7d0d65", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:09:03,866 99413 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/fcaca6dd-c464-42f2-a323-d32360bfdfd6 0.796s 2025-08-06 15:09:03,867 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-db5238b6-903b-44a6-83ca-f785cde18fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6'} Body: b'{"floatingip": {"id": "fcaca6dd-c464-42f2-a323-d32360bfdfd6", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.156", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "6bb8359f-42ef-40b8-8276-c162ae611b97", "port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "mac_address": "fa:16:3e:09:99:f6", "admin_state_up": true, "status": "ACTIVE", "device_id": "309cc755-eab3-4656-8047-d1d91a6e036f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:11Z", "updated_at": "2025-08-06T15:09:03Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:03,868 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.156:22' as 'cirros' with public key authentication 2025-08-06 15:09:03,880 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:09:03,985 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:09:03,985 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.156 successfully created 2025-08-06 15:09:04,046 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f/ips 0.060s 2025-08-06 15:09:04,046 99413 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': 'Wed, 06 Aug 2025 15:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', '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-8e311b23-0158-4125-b799-c2c3e6a5c5de', 'x-compute-request-id': 'req-8e311b23-0158-4125-b799-c2c3e6a5c5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2025-08-06 15:09:04,265 99413 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.215s 2025-08-06 15:09:04,265 99413 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-2063434100"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea9f029-95c1-47a5-a7a4-33e8ee556e1f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea9f029-95c1-47a5-a7a4-33e8ee556e1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.203894", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:04,327 99413 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/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe 0.047s 2025-08-06 15:09:04,327 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743dd79d-f395-4857-9c77-40145579e321', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743dd79d-f395-4857-9c77-40145579e321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025- 08-06 15:09:05,378 99413 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/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe 0.036s 2025-08-06 15:09:05,379 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0f8a4d-bbf6-4523-80ea-cb884dde5b31', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0f8a4d-bbf6-4523-80ea-cb884dde5b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.000000", "updated_at": "2025-08-06T15:09:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:05,507 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.113s 2025-08-06 15:09:05,507 99413 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': 'Wed, 06 Aug 2025 15:09:05 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-2ca1dd35-c4cf-40fd-8055-d4bbff741ee5', 'x-compute-request-id': 'req-2ca1dd35-c4cf-40fd-8055-d4bbff741ee5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'' 2025-08-06 15:09:05,682 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.175s 2025-08-06 15:09:05,683 99413 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': 'Wed, 06 Aug 2025 15:09:05 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-c448db21-1c79-4176-b04e-a30714536eed', 'x-compute-request-id': 'req-c448db21-1c79-4176-b04e-a30714536eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5 435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:09:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}, {"version": 4, "addr": "172.24.4.156", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2083471810", "OS-SRV-USG:launched_at": "2025-08-06T15:07:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "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-06 15:09:55,788 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.039s 2025-08-06 15:09:55,788 99413 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': 'Wed, 06 Aug 2025 15:09:55 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-790dea2f-fcaa-4423-8025-448ec1f984a3', 'x-compute-request-id': 'req-790dea2f-fcaa-4423-8025-448ec1f984a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 309cc755-eab3-4656-8047-d1d91a6e036f could not be found."}}' 2025-08-06 15:09:55,823 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2083471810 0.034s 2025-08-06 15:09:55,823 99413 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': 'Wed, 06 Aug 2025 15:09:55 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-342f0a07-0430-4000-b265-758a91f222f0', 'x-compute-request-id': 'req-342f0a07-0430-4000-b265-758a91f222f0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2083471810'} Body: b'' 2025-08-06 15:09:56,015 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5 0.190s 2025-08-06 15:09:56,015 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-dcdabf15-86b7-4727-8a52-6d02618ace4a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5'} Body: b'' 2025-08-06 15:09:56,041 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5 0.026s 2025-08-06 15:09:56,042 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4c096a7c-2874-4034-b38a-e8baaaecec6b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b37701a0-efe7-4063-8d31-9766154617b5 does not exist", "detail": ""}}' 2025-08-06 15:09:56,395 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6 0.352s 2025-08-06 15:09:56,395 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-153428eb-e049-4f42-9dde-6f2909753776', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.044710s] ... 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 2a53bba8-6df4-446e-bba2-86be90131874 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:07:34,404 99419 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:07:34,404 99419 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:07:34,462 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-06 15:07:34,462 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1692926812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 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-a799b396-1ab8-4d69-9b47-74bcdf09fdad', 'x-compute-request-id': 'req-a799b396-1ab8-4d69-9b47-74bcdf09fdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1692926812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg==", "fingerprint": "ff:c0:c5:78:0e:98:c5:20:46:12:6a:05:f6:fb:da:f4", "user_id": "1378d7b5b6bd4a749855d0858cceb00f"}}' 2025-08-06 15:07:34,464 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1692926812 created 2025-08-06 15:07:34,677 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.212s 2025-08-06 15:07:34,677 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2074288871", "description": "tempest-description--1313116709"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-b53136fb-59ab-469b-9d0b-b50f3f4c748e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "16ad4335-064c-47db-839a-905185f28085", "name": "tempest-securitygroup--2074288871", "stateful": true, "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "description": "tempest-description--1313116709", "shared": false, "security_group_rules": [{"id": "3b5d502a-5e4f-48dd-8120-5caa5ff8b81d", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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": 1029, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}, {"id": "e1c96022-d36c-4f4a-91ba-5b4ed285fa1f", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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": 1030, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:07:34,870 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.192s 2025-08-06 15:07:34,870 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16ad4335-064c-47db-839a-905185f28085", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-759e176c-97cb-4a20-9f0b-b3a110027115', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77c199ad-ec02-46d8-884a-cf9c6c11c8f2", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}}' 2025-08-06 15:07:35,078 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-06 15:07:35,078 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16ad4335-064c-47db-839a-905185f28085", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d4ddfa48-3ece-4ef1-a14a-60d17ccd773d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a95dfe29-4f51-460e-9a75-44c76eb2cc84", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}}' 2025-08-06 15:07:35,079 99419 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2074288871 created 2025-08-06 15:07:35,728 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.648s 2025-08-06 15:07:35,728 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b32df461-1d2d-4288-94f8-6ca98b251bab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.183", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d711b10855f48488a10b07d98a71c6f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:35Z", "updated_at": "2025-08-06T15:07:35Z", "revision_number": 0}}' 2025-08-06 15:07:35,728 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:35Z', 'updated_at': '2025-08-06T15:07:35Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2025-08-06 15:07:35,822 99419 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.088s 2025-08-06 15:07:35,822 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 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-bbc7a1f2-80b0-4994-b687-2c8656411c55', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1378d7b5b6bd4a749855d0858cceb00f", "name": "tempest-AttachVolumeTestJSON-1438382085-project-member", "password_expires_at": null}, "audit_ids": ["A9il3UpQR9-p-mAJxDE_hA"], "expires_at": "2025-08-06T16:07:35.000000Z", "issued_at": "2025-08-06T15:07:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d711b10855f48488a10b07d98a71c6f", "name": "tempest-AttachVolumeTestJSON-1438382085"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c 64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7d711b10855f48488a10b07d98a71c6f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:07:35,823 99419 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '50cda9e0-9805-4ade-8718-a0b5aa1c94d2', 'name': 'tempest-AttachVolumeTestJSON-1299211992-network', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37931, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:04:42Z', 'updated_at': '2025-08-06T15:04:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:07:35,824 99419 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1692926812', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg==', 'fingerprint': 'ff:c0:c5:78:0e:98:c5:20:46:12:6a:05:f6:fb:da:f4', 'user_id': '1378d7b5b6bd4a749855d0858cceb00f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAPQ+22f9u+MOvDKPQwGpDmOULLBFPpipCssW3vDM3L0u4jAh6bVUVo\ntTgUjTcoReigBwYFK4EEACKhZANiAAQ2vGXU/NDK4q0kHmJ51UXmBCOyuYaUfDJW\nwjiSTiX51t99ALy+CN5Gj8+daaPdzlU+jWSvoah8tcX0HXgDP9dnKJybor1WhoLG\ny1B2VCTMmk9Mm1VwG3c23bjEjUfaf7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '16ad4335-064c-47db-839a-905185f28085', 'name': 'tempest-securitygroup--2074288871', 'stateful': True, 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'description': 'tempest-description--1313116709', 'shared': False, 'security_group_rules': [{'id': '3b5d502a-5e4f-48dd-8120-5caa5ff8b81d', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': '16ad4335-064c-47db-839a-905185f28085', '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': 1029, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 0}, {'id': 'e1c96022-d36c-4f4a-91ba-5b4ed285fa1f', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': '16ad4335-064c-47db-839a-905185f28085', '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': 1030, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '20 25-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 1, 'project_id': '7d711b10855f48488a10b07d98a71c6f'}, 'floating_ip': {'id': 'c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:35Z', 'updated_at': '2025-08-06T15:07:35Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2025-08-06 15:07:36,379 99419 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.554s 2025-08-06 15:07:36,380 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1806135147", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2"}], "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "key_name": "tempest-keypair-1692926812", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1b6f365-8fe6-41f4-a2d2-9dc42a924c5d', 'x-compute-request-id': 'req-a1b6f365-8fe6-41f4-a2d2-9dc42a924c5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "adminPass": "password"}}' 2025-08-06 15:07:36,492 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.109s 2025-08-06 15:07:36,493 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00dc6e90-c5ab-4a96-9e95-a2dd4dab6ce8', 'x-compute-request-id': 'req-00dc6e90-c5ab-4a96-9e95-a2dd4dab6ce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "BUILD", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1 ", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:07:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1692926812", "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-06 15:08:26,781 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.223s 2025-08-06 15:08:26,782 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:26 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-4635a39e-5dc1-4e99-b9d2-13e079403ef8', 'x-compute-request-id': 'req-4635a39e-5dc1-4e99-b9d2-13e079403ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:07:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1692926812", "OS-SRV-USG:launched_at": "2025-08-06T15:07:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:08:26,801 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:09:27,007 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/os-interface 0.183s 2025-08-06 15:09:27,008 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10abee92-81c7-4faa-a237-c0e6d120214c', 'x-compute-request-id': 'req-10abee92-81c7-4faa-a237-c0e6d120214c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582", "mac_addr": "fa:16:3e:ed:46:de", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36ee1a0f-1e10-4f98-abd0-832dc3da6c2f", "ip_address": "10.0.0.9"}]}]}' 2025-08-06 15:09:28,004 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d 0.992s 2025-08-06 15:09:28,004 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6a73fb3f-e160-40cb-b834-8b658315da76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d'} Body: b'{"floatingip": {"id": "c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.183", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b11c689d-c66c-4bfd-bda0-1495303d117d", "port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "mac_address": "fa:16:3e:ed:46:de", "admin_state_up": true, "status": "ACTIVE", "device_id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:35Z", "updated_at": "2025-08-06T15:09:27Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:28,006 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.183:22' as 'cirros' with public key authentication 2025-08-06 15:09:28,015 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:09:28,118 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:09:28,118 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.183 successfully created 2025-08-06 15:09:28,170 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/ips 0.051s 2025-08-06 15:09:28,170 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 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-b421d045-599c-43ae-ba11-92038e74424e', 'x-compute-request-id': 'req-b421d045-599c-43ae-ba11-92038e74424e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 20 25-08-06 15:09:28,354 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-06 15:09:28,355 99419 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-701624311"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa0e09-d1c1-4351-bb04-73b41a647e8b', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfa0e09-d1c1-4351-bb04-73b41a647e8b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.290762", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:28,404 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874 0.037s 2025-08-06 15:09:28,404 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bee844-fabd-4a0a-8aaf-0d2443645728', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bee844-fabd-4a0a-8aaf-0d2443645728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:29,461 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874 0.043s 2025-08-06 15:09:29,462 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b 13410-b172-47c5-9896-73ab0d8a7db2', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b13410-b172-47c5-9896-73ab0d8a7db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.000000", "updated_at": "2025-08-06T15:09:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:29,600 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.119s 2025-08-06 15:09:29,601 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 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-8356aa73-0692-407c-b28a-20401cfd4329', 'x-compute-request-id': 'req-8356aa73-0692-407c-b28a-20401cfd4329', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'' 2025-08-06 15:09:29,807 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.205s 2025-08-06 15:09:29,807 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 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-1291c935-ba38-43b9-a9dc-0e905c9c3bbe', 'x-compute-request-id': 'req-1291c935-ba38-43b9-a9dc-0e905c9c3bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:09:30Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}, {"version": 4, "addr": "172.24.4.183", "OS-EXT-IPS:type" : "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1692926812", "OS-SRV-USG:launched_at": "2025-08-06T15:07:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "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-06 15:10:20,008 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.135s 2025-08-06 15:10:20,008 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-53b69369-f04d-4912-9a0f-9c0dee9ec7a2', 'x-compute-request-id': 'req-53b69369-f04d-4912-9a0f-9c0dee9ec7a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce could not be found."}}' 2025-08-06 15:10:20,037 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1692926812 0.028s 2025-08-06 15:10:20,038 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:20 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-438f7706-b8a6-489e-968c-fcd25aa7f932', 'x-compute-request-id': 'req-438f7706-b8a6-489e-968c-fcd25aa7f932', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1692926812'} Body: b'' 2025-08-06 15:10:21,077 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085 1.039s 2025-08-06 15:10:21,078 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ffeb788-d29c-4a57-a934-aeafdf1f5aad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085'} Body: b'' 2025-08-06 15:10:21,095 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085 0.016s 2025-08-06 15:10:21,095 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-370e4ee4-b2d2-4f1b-baa8-5b2fadaf9fb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 16ad4335-064c-47db-839a-905185f28085 does not exist", "detail": ""}}' 2025-08-06 15:10:21,448 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d 0.352s 2025-08-06 15:10:21,448 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-110122b0-5978-4de2-9a69-80b82920385c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d'} Body: b'' {9} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.618858s] ... 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 bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:26,346 99419 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.492s 2025-08-06 15:10:26,346 99419 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-1260492298"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21a996ab-ef55-44c7-a111-618164fc2362', 'x-compute-request-id': 'req-21a996ab-ef55-44c7-a111-618164fc2362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T15:10:26.192228", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-06 15:10:26,403 99419 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/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e 0.052s 2025-08-06 15:10:26,404 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:26 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-5d8a8ab3-29f0-4c43-bee8-003ae16d0094', 'x-compute-request-id': 'req-5d8a8ab3-29f0-4c43-bee8-003ae16d0094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T15:10:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-06 15:10:27,465 99419 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/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e 0.055s 2025-08-06 15:10:27,466 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:27 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-c05d20a9-be85-4994-8fac-fd9bf6c8ae02', 'x-compute-request-id': 'req-c05d20a9-be85-4994-8fac-fd9bf6c8ae02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 6T15:10:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.882228s] ... 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 835bab00-8fb8-426f-b33f-563a8246b962 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:26,795 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.255s 2025-08-06 15:08:26,795 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-0985b90e-9ef8-484c-8597-44f068ff3ee8', 'x-compute-request-id': 'req-0985b90e-9ef8-484c-8597-44f068ff3ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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-06 15:09:27,016 99423 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.186s 2025-08-06 15:09:27,017 99423 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-1915398273"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cee16ed-e3ec-4f64-b85d-f6fb0fee8547', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cee16ed-e3ec-4f64-b85d-f6fb0fee8547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:26.952641", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed013 7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:27,069 99423 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/835bab00-8fb8-426f-b33f-563a8246b962 0.038s 2025-08-06 15:09:27,069 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ddc03e-3850-42ce-8d9e-e23b7b6368fc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ddc03e-3850-42ce-8d9e-e23b7b6368fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:27.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:09:28,122 99423 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/835bab00-8fb8-426f-b33f-563a8246b962 0.038s 2025-08-06 15:09:28,122 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c3ec5b-d57e-4514-81ae-013db5654a2b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c3ec5b-d57e-4514-81ae-013db5654a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:27.000000", "updated_at": "2025-08-06T15:09:27.000000", "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:09:28,346 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.210s 2025-08-06 15:09:28,347 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 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-4f1ed169-4458-4cae-af82-cc02120ba550', 'x-compute-request-id': 'req-4f1ed169-4458-4cae-af82-cc02120ba550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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": []}}' {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.155792s] ... ok {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.127177s] ... ok {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.156074s] ... ok {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.750284s] ... ok {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.928725s] ... 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 f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:36,617 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.183s 2025-08-06 15:10:36,618 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f02ae34e-e198-4b36-bea4-999d8df65d1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:10:37,048 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.429s 2025-08-06 15:10:37,048 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1630056818"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4952c740-072e-4c55-b8e1-9962fb972d97', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4952c740-072e-4c55-b8e1-9962fb972d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:36.988131", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:37,108 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.047s 2025-08-06 15:10:37,108 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -64335d69-071e-4ed6-9696-32a718c0f4aa', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64335d69-071e-4ed6-9696-32a718c0f4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,160 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.037s 2025-08-06 15:10:38,160 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb546e39-e254-4ff3-b8b9-6310c2492c66', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb546e39-e254-4ff3-b8b9-6310c2492c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": "2025-08-06T15:10:37.000000", "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,213 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.037s 2025-08-06 15:10:38,213 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8467698-7180-48e4-a2fc-9cf922731822', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8467698-7180-48e4-a2fc-9cf922731822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": "2025-08-06T15:10:37.000000", "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,340 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.113s 2025-08-06 15:10:38,340 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-ddb38bc2-ad5d-406c-b0c1-4bee260dea42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'' 2025-08-06 15:10:38,361 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.020s 2025-08-06 15:10:38,361 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-73e182a4-f019-485c-9e72-45fc6fd02604', 'x-openstack-request-id': 'req-73e182a4-f019-485c-9e72-45fc6fd02604', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 could not be found."}}' {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.501847s] ... 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 5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:38,548 99419 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.183s 2025-08-06 15:10:38,548 99419 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-1121020658"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8453edb5-d590-484a-a04d-eb019bcfa775', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8453edb5-d590-484a-a04d-eb019bcfa775', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.473174", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:38,598 99419 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/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.036s 2025-08-06 15:10:38,598 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a756ca0-5409-45b6-bf2f-6b9204611561', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a756ca0-5409-45b6-bf2f-6b9204611561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,687 99419 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/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.073s 2025-08-06 15:10:39,687 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-d768b8a5-6a32-455b-b24f-878baad6bbdd', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d768b8a5-6a32-455b-b24f-878baad6bbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": "2025-08-06T15:10:39.000000", "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,738 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.036s 2025-08-06 15:10:39,738 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44e2ab80-8948-4036-98d7-6959a8e27dbb', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44e2ab80-8948-4036-98d7-6959a8e27dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": "2025-08-06T15:10:39.000000", "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,842 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.090s 2025-08-06 15:10:39,843 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-643c6411-47d8-4606-8da7-0c3e1cc76560', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'' 2025-08-06 15:10:39,865 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.021s 2025-08-06 15:10:39,865 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-e22b52d3-9757-487a-ba07-e92f589a278f', 'x-openstack-request-id': 'req-e22b52d3-9757-487a-ba07-e92f589a278f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 could not be found."}}' {9} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.802519s] ... 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 128, 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 90, 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 cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:54,302 99419 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.193s 2025-08-06 15:10:54,302 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2122312156", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFfsXrDzEOz9/Oxv8WP4H97U9TWbEinheSGP58UHgdZ2uvNjDgJAn27hi8sRDem6fud16UXqFNOY2lm0rbr/sweNVABz8WTSp5LKcmdzr8yPqSuDOtUbd8JcmTZ76N+Kg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d121f62-3e1d-4828-8704-9a59295e2247', 'x-compute-request-id': 'req-3d121f62-3e1d-4828-8704-9a59295e2247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2122312156", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFfsXrDzEOz9/Oxv8WP4H97U9TWbEinheSGP58UHgdZ2uvNjDgJAn27hi8sRDem6fud16UXqFNOY2lm0rbr/sweNVABz8WTSp5LKcmdzr8yPqSuDOtUbd8JcmTZ76N+Kg==", "fingerprint": "10:ba:73:21:88:fa:de:82:4c:d3:64:32:de:f1:22:fb", "user_id": "62f8b21d69dd45fa82298869b4cbc063"}}' 2025-08-06 15:10:54,558 99419 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.253s 2025-08-06 15:10:54,559 99419 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-1618424705", "description": "tempest-secgroup-smoke-1618424705 description", "project_id": "eb95083932304697928a8aa24704dd50"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-a6461cfd-2acc-4f8e-be25-ab2e7c3c2696', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "433266d3-4116-443d-9b3c-6a14c43171ff", "name": "tempest-secgroup-smoke-1618424705", "stateful": true, "tenant_id": "eb95083932304697928a8aa24704dd50", "description": "tempest-secgroup-smoke-1618424705 description", "shared": false, "security_group_rules": [{"id": "36a651aa-f858-4c6d-ad4e-0e598f59209f", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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": 1160, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 0}, {"id": "bbaab65f-9f4a-4d72-8e8f-0c61b4de9ed3", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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": 1159, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_n umber": 0}], "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 1, "project_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:54,952 99419 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.392s 2025-08-06 15:10:54,952 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d9406bba-1766-4d6a-a822-50e945926cae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "74d537ba-455d-4be3-829f-bc794b062bc5", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 0}}' 2025-08-06 15:10:55,164 99419 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.212s 2025-08-06 15:10:55,165 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-459eadad-258e-421f-bd7f-ce683f270944', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99aa5f1d-a7aa-42bb-967d-36fca69ece7c", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,388 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-06 15:10:55,388 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json ', 'content-length': '602', 'x-openstack-request-id': 'req-3ad6a30e-9861-4cc2-be04-254b8fc65755', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "660f25dc-5e2c-4390-b98c-7b8037a25624", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,591 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-06 15:10:55,591 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-8aa6bce6-85ae-43ef-a56a-9aacd01a3ed6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5248493-02f5-4d18-a7cf-6d7c5fc1cace", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,800 99419 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.208s 2025-08-06 15:10:55,801 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-e19d0d8b-3a5f-479e-ac93-d236066a1a73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5a3e533-de6f-4d22-a967-d97bef8f42df", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:56,018 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_vo lume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.216s 2025-08-06 15:10:56,019 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5328a106-4ff2-4fd5-a6fd-0f3636c0bc32', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34c816da-4fb8-4e44-a2f6-d27ef0c3555f", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:56,064 99419 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.040s 2025-08-06 15:10:56,065 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 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-99da0158-84b6-4801-8a16-3621fbebb1aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62f8b21d69dd45fa82298869b4cbc063", "name": "tempest-TestShelveInstance-1170543654-project-member", "password_expires_at": null}, "audit_ids": ["TU7QYeJbR4yvkd4vu31WbQ"], "expires_at": "2025-08-06T16:10:56.000000Z", "issued_at": "2025-08-06T15:10:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb95083932304697928a8aa24704dd50", "name": "tempest-TestShelveInstance-1170543654"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eb95083932304697928a8aa24704dd50", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:10:56,065 99419 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '2bd3a8cb-b5a7-4f1c-86ac-3408003def10', 'name': 'tempest-TestShelveInstance-748979896-network', 'tenant_id': 'eb95083932304697928a8aa24704dd50', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eb95083932304697928a8aa24704dd50', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38418, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:10:41Z', 'updated_at': '2025-08-06T15:10:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:10:56,403 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-06 15:10:56,404 99419 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-548161452", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108f289d-d35f-42d0-9652-05cbe0f54af4', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108f289d-d35f-42d0-9652-05cbe0f54af4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.341193", "updated_at": null, "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:56,455 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.039s 2025-08-06 15:10:56,455 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e568fd66-f7b1-475a-9139-35690a5b1e08', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e568fd66-f7 b1-475a-9139-35690a5b1e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:57,508 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.038s 2025-08-06 15:10:57,509 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a0489a-d0dc-478d-8666-ee39f94cfea2', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a0489a-d0dc-478d-8666-ee39f94cfea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.000000", "updated_at": "2025-08-06T15:10:56.000000", "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:57,611 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.088s 2025-08-06 15:10:57,611 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c7f8f0-e416-47ce-a91f-101455a821fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'' 2025-08-06 15:10:57,633 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.022s 2025-08-06 15:10:57,634 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d933fd51-5e50-470f-8650-7c9bbabea3d2', 'x-openstack-request-id': 'req-d933fd51-5e50-470f-8650-7c9bbabea3d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d could not be found."}}' 2025-08-06 15:10:57,873 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/433266d3-4116-443d-9b3c-6a14c43171ff 0.237s 2025-08-06 15:10:57,873 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3dcff70e-dcd0-4e40-b29a-95b4d9b6968a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/433266d3-4116-443d-9b3c-6a14c43171ff'} Body: b'' 2025-08-06 15:10:57,907 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2122312156 0.033s 2025-08-06 15:10:57,908 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 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-4d3e20ac-ae89-46f1-97f2-e81548f158df', 'x-compute-request-id': 'req-4d3e20ac-ae89-46f1-97f2-e81548f158df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2122312156'} Body: b'' {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.821638s] ... 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 e0ca7f03-708f-4126-be28-257b3b01523a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:20,900 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.166s 2025-08-06 15:11:20,900 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7c7ab4bd-1c74-4c54-89e1-a11d8b2b1592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:21,315 99419 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.415s 2025-08-06 15:11:21,316 99419 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-1439726452", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab444215-5a23-4437-8151-265164b045c1', 'content-length': '782', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab444215-5a23-4437-8151-265164b045c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.251726", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:11:21,367 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.038s 2025-08-06 15:11:21,368 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applic ation/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a611df9-73b7-4221-aac8-60c98118a91e', 'content-length': '850', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a611df9-73b7-4221-aac8-60c98118a91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "13b800a51d77499e860e3201eb3dec66"}}' 2025-08-06 15:11:22,420 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.038s 2025-08-06 15:11:22,420 99419 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': 'Wed, 06 Aug 2025 15:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af38a91-a257-4ebc-8a85-f52c6b0fad0d', 'content-length': '871', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af38a91-a257-4ebc-8a85-f52c6b0fad0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.000000", "updated_at": "2025-08-06T15:11:21.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "13b800a51d77499e860e3201eb3dec66"}}' 2025-08-06 15:11:22,532 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.097s 2025-08-06 15:11:22,532 99419 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': 'Wed, 06 Aug 2025 15:11:22 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 -99890dad-c9f7-4a18-9eae-0c7d81ec677a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'' 2025-08-06 15:11:22,553 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.020s 2025-08-06 15:11:22,553 99419 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': 'Wed, 06 Aug 2025 15:11:22 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-7909eedb-993e-41a7-8a21-b86deb620c6d', 'x-openstack-request-id': 'req-7909eedb-993e-41a7-8a21-b86deb620c6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0ca7f03-708f-4126-be28-257b3b01523a could not be found."}}' {11} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [3.431778s] ... 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 c10b8131-0d01-4533-a7d9-1f05ed865827 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:24,033 99423 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.644s 2025-08-06 15:11:24,033 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1389855596", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-66d3304a-b2af-4249-bd08-bde3c3d37209', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1389855596", "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": "6ce01f2e5b3743c297e949525609de21", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1cb4a781-4280-4c16-8195-228d50f11d4b", "created_at": "2025-08-06T15:11:24Z", "updated_at": "2025-08-06T15:11:24Z", "tags": [], "self": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b", "file": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:25,059 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file 1.022s 2025-08-06 15:11:25,059 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3e80b911-ed96-4404-9ba3-627a2c7549f6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file'} Body: b'' 2025-08-06 15:11:25,078 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b 0.019s 2025-08-06 15:11:25,078 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f5cb3656-0f62-4ca4-8730-beb73768f6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b'} Body: b'{"name": "tempest-image-dependency-test-1389855596", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "fbc425e60c95212f4bc85ca20046d7da", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "6ce01f2e5b3743c297e949525609de21", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d7f1c6b772a2014da78931f661fa0e0524a0f1e5810d835ec6e961945baa2c12dd89a0e7622e8b0f59fffcb0170a94110df41ca9c8bfbbef38fc758df8917d19", "id": "1cb4a781-4280-4c16-8195-228d50f11d4b", "created_at": "2025-08-06T15:11:24Z", "updated_at": "2025-08-06T15:11:25Z", "tags": [], "self": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b", "file": "/v2/images/1cb4a781-4280-4c1 6-8195-228d50f11d4b/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:25,131 99423 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.047s 2025-08-06 15:11:25,132 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 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-48720d4c-6e97-456a-9cf4-0b1d99e6ad96', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bf5ca172404f4d1e91429228c4edabc7", "name": "tempest-ImageDependencyTests-831444785-project-member", "password_expires_at": null}, "audit_ids": ["bZ8afMu6SLenWJO5tmGf2w"], "expires_at": "2025-08-06T16:11:25.000000Z", "issued_at": "2025-08-06T15:11:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ce01f2e5b3743c297e949525609de21", "name": "tempest-ImageDependencyTests-831444785"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6ce01f2e5b3743c297e949525609de21", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:11:25,132 99423 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-06 15:11:25,581 99423 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.447s 2025-08-06 15:11:25,581 99423 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-208444070", "imageRef": "1cb4a781-4280-4c16-8195-228d50f11d4b", "size": 1}} Response - Headers: {'dat e': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611f959a-c13c-4da1-a3ce-c6abfb8acb26', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611f959a-c13c-4da1-a3ce-c6abfb8acb26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:25.520618", "updated_at": null, "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:11:25,632 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.039s 2025-08-06 15:11:25,632 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3176f38-5307-44e5-927e-f0742bbd40fc', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3176f38-5307-44e5-927e-f0742bbd40fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:26.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ce01f2e5b3743c297e949525609de21"}}' 2025-08-06 15:11:26,683 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.036s 2025-08-06 15:11:26,683 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec8ec61-eac6-41bc-bd9b-c07d50e0a6ea', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec8ec61-eac6-41bc-bd9b-c07d50e0a6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "error", "size": 1, "availability_zone": "nova", "creat ed_at": "2025-08-06T15:11:26.000000", "updated_at": "2025-08-06T15:11:26.000000", "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ce01f2e5b3743c297e949525609de21"}}' 2025-08-06 15:11:26,795 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.098s 2025-08-06 15:11:26,796 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3fd0d47-738c-4faa-9cce-e1c6d5f7fb34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'' 2025-08-06 15:11:26,818 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.022s 2025-08-06 15:11:26,818 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2bea51-8476-44e4-9432-9e4449d15a84', 'x-openstack-request-id': 'req-2c2bea51-8476-44e4-9432-9e4449d15a84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c10b8131-0d01-4533-a7d9-1f05ed865827 could not be found."}}' {9} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {11} 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 7e8d1c4e-5967-4cc6-8165-a0eb26344e91 failed to build and is in ERROR status {11} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.264032s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.740109s] ... 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 700ae9a2-27e0-42c7-8720-c43173284bf2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:09:56,399 99413 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:09:56,399 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:09:56,465 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2025-08-06 15:09:56,465 99413 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-1867310660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5538713b-68e6-40fc-ac04-f404f5ada995', 'x-compute-request-id': 'req-5538713b-68e6-40fc-ac04-f404f5ada995', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1867310660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA==", "fingerprint": "e0:ed:40:48:7e:ed:e6:67:c2:1c:97:89:5e:fb:15:e1", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f"}}' 2025-08-06 15:09:56,468 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1867310660 created 2025-08-06 15:09:56,937 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.468s 2025-08-06 15:09:56,938 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1626502792", "description": "tempest-description--219896437"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-ef149e7d-9e30-46a5-8f98-027116f9b247', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "183dade1-dd5e-452e-972d-0bacd128433a", "name": "tempest-securitygroup--1626502792", "stateful": true, "tenant_id": "fa0df23508414437bbdea5435135f522", "description": "tempest-description--219896437", "shared": false, "security_group_rules": [{"id": "48dea032-80cc-4e58-8537-5a6e353c91e5", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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": 1098, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 0}, {"id": "e0cf45a6-cf89-4745-b9db-286e1cf74c74", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "etherty pe": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1097, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:57,158 99413 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-06 15:09:57,158 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-058ff4af-1b45-4308-b08e-b2345a2b9e6c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5033635b-49d9-49be-89ad-c350ec7522d2", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:57,374 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:09:57,374 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b48819fd-e743-47c3-8cd0-350b03ca8e98', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "121535b1-47da-4824-9a5a-d5b4a50260da", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:57,374 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1626502792 created 2025-08-06 15:09:58,047 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.672s 2025-08-06 15:09:58,048 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-63d1e993-faaf-45c1-acf7-42f91411bd6f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fc1db391-fd57-46e7-ba33-15e65118f2be", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.185", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fa0df23508414437bbdea5435135f522", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:58,048 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fc1db391-fd57-46e7-ba33-15e65118f2be', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:09:57Z', 'updated_at': '2025-08-06T15:09:57Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2025-08-06 15:09:58,135 99413 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.080s 2025-08-06 15:09:58,135 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4bf79da2-7dba-4908-9e19-5c8f65739f16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "07edcf0d97b54cc0b04693f40f8c0d2f", "name": "tempest-AttachVolumeShelveTestJSON-925682836-project-member", "password_expires_at": null}, "audit_ids": ["tsYosWa4T9anH-Rl8NYpDg"], "expires_at": "2025-08-06T16:09:58.000000Z", "issued_at": "2025-08-06T15:09:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa0df23508414437bbdea5435135f522", "name": "tempest-AttachVolumeShelveTestJSON-925682836"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa0df23508414437bbdea5435135f522", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:09:58,135 99413 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'b683129c-cabe-4ebb-9dc9-15f8a2bdcf36', 'name': 'tempest-AttachVolumeShelveTestJSON-343314350-network', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa0df23508414437bbdea5435135f522', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62949, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:07:04Z', 'updated_at': '2025-08-06T15:07:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:09:58,136 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1867310660', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA==', 'fingerprint': 'e0:ed:40:48:7e:ed:e6:67:c2:1c:97:89:5e:fb:15:e1', 'user_id': '07edcf0d97b54cc0b04693f40f8c0d2f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeGQV/q9Yw4TpVRvSciuFkZBhGlJ6R2viLSPf4pA+bUYGooPYpZjFC\nFnofsQqTDW6gBwYFK4EEACKhZANiAAROR+Kpn188M5ozikFmgLiCnbMg92UeEwaG\nRu5Xl7urPBvBXFaKsEocAu/0kki6TUIp4VwfquZFKTe3lF/OBL7ZLYoWhe2IqLhR\notOeJ6TzOTHzqn2f3Yo5UtN1hJq28yQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '183dade1-dd5e-452e-972d-0bacd128433a', 'name': 'tempest-securitygroup--1626502792', 'stateful': True, 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'description': 'tempest-description--219896437', 'shared': False, 'security_group_rules': [{'id': '48dea032-80cc-4e58-8537-5a6e353c91e5', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': '183dade1-dd5e-452e-972d-0bacd128433a', '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': 1098, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 0}, {'id': 'e0cf45a6-cf89-4745-b9db-286e1cf74c74', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': '183dade1-dd5e-452e-972d-0bacd128433a', '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': 1097, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_ at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 1, 'project_id': 'fa0df23508414437bbdea5435135f522'}, 'floating_ip': {'id': 'fc1db391-fd57-46e7-ba33-15e65118f2be', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:09:57Z', 'updated_at': '2025-08-06T15:09:57Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2025-08-06 15:09:58,856 99413 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.720s 2025-08-06 15:09:58,857 99413 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-662031444", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36"}], "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "key_name": "tempest-keypair-1867310660", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae', '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-ac7ca3dd-bdbd-4459-b64f-bfb5daf0af64', 'x-compute-request-id': 'req-ac7ca3dd-bdbd-4459-b64f-bfb5daf0af64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "adminPass": "password"}}' 2025-08-06 15:09:58,975 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae 0.115s 2025-08-06 15:09:58,975 99413 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': 'Wed, 06 Aug 2025 15:09:58 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-859ab251-e9d3-4573-a6a0-be5b6fe48f84', 'x-compute-request-id': 'req-859ab251-e9d3-4573-a6a0-be5b6fe48f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "BUILD", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07ed cf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:59Z", "updated": "2025-08-06T15:09:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1867310660", "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-06 15:10:49,455 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae 0.408s 2025-08-06 15:10:49,458 99413 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': 'Wed, 06 Aug 2025 15:10:49 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-d4297684-50f0-47c0-8462-f6441dba0ce9', 'x-compute-request-id': 'req-d4297684-50f0-47c0-8462-f6441dba0ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:58Z", "updated": "2025-08-06T15:10:14Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1867310660", "OS-SRV-USG:launched_at": "2025-08-06T15:10:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "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-06 15:10:49,476 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:11:49,692 99413 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/fbd5962 5-2bd2-46fa-9829-2e42109315ae/os-interface 0.158s 2025-08-06 15:11:49,693 99413 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': 'Wed, 06 Aug 2025 15:11:49 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-7e7a440c-672d-46f1-902c-26e9664fb980', 'x-compute-request-id': 'req-7e7a440c-672d-46f1-902c-26e9664fb980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b", "mac_addr": "fa:16:3e:4f:6f:93", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "38c2eaf9-be81-40d0-b126-4e41fa7d0d65", "ip_address": "10.0.0.3"}]}]}' 2025-08-06 15:11:50,498 99413 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/fc1db391-fd57-46e7-ba33-15e65118f2be 0.801s 2025-08-06 15:11:50,498 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bcaf8966-3cf3-4aad-bd2a-e43f0c565c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be'} Body: b'{"floatingip": {"id": "fc1db391-fd57-46e7-ba33-15e65118f2be", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.185", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "6bb8359f-42ef-40b8-8276-c162ae611b97", "port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "mac_address": "fa:16:3e:4f:6f:93", "admin_state_up": true, "status": "ACTIVE", "device_id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:09:57Z", "updated_at": "2025-08-06T15:11:49Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:11:50,500 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.185:22' as 'cirros' with public key authentication 2025-08-06 15:11:50,522 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:11:50,627 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:11:50,628 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.185 successfully created 2025-08-06 15:11:50,671 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae/ips 0.043s 2025-08-06 15:11:50,672 99413 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': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', '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-80875c57-d94e-4cfc-87d6-549647e1b261', 'x-compute-request-id': 'req-80875c57-d94e-4cfc-87d6-549647e1b261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2025-08-06 15:11:50,840 99413 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.165s 2025-08-06 15:11:50,840 99413 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-1146187018"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55b08d0-1450-4f79-85fc-bcad4c53afbe', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55b08d0-1450-4f79-85fc-bcad4c53afbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:50.785626", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:11:50,889 99413 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/700ae9a2-27e0-42c7-8720-c43173284bf2 0.036s 2025-08-06 15:11:50,890 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455c640a-96af-4098-8aa3-b5f70fc984b5', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455c640a-96af-4098-8aa3-b5f70fc984b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:51.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025- 08-06 15:11:51,940 99413 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/700ae9a2-27e0-42c7-8720-c43173284bf2 0.036s 2025-08-06 15:11:51,941 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e7ac50-c762-4768-bfbe-a3ac30f7a942', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e7ac50-c762-4768-bfbe-a3ac30f7a942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:51.000000", "updated_at": "2025-08-06T15:11:51.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:11:52,062 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.107s 2025-08-06 15:11:52,063 99413 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': 'Wed, 06 Aug 2025 15:11:51 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-392cd653-6a76-4674-8f4d-752bf3898910', 'x-compute-request-id': 'req-392cd653-6a76-4674-8f4d-752bf3898910', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'' 2025-08-06 15:11:52,371 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.307s 2025-08-06 15:11:52,371 99413 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': 'Wed, 06 Aug 2025 15:11:52 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-df4fac4f-a5a3-42d1-9148-3895f0d3d3d5', 'x-compute-request-id': 'req-df4fac4f-a5a3-42d1-9148-3895f0d3d3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5 435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:58Z", "updated": "2025-08-06T15:11:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}, {"version": 4, "addr": "172.24.4.185", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1867310660", "OS-SRV-USG:launched_at": "2025-08-06T15:10:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "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-06 15:12:42,550 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.123s 2025-08-06 15:12:42,550 99413 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': 'Wed, 06 Aug 2025 15:12:42 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-602bd97d-4aaf-4e94-9448-e04ac1cc4cf7', 'x-compute-request-id': 'req-602bd97d-4aaf-4e94-9448-e04ac1cc4cf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fbd59625-2bd2-46fa-9829-2e42109315ae could not be found."}}' 2025-08-06 15:12:42,582 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1867310660 0.031s 2025-08-06 15:12:42,582 99413 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': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-def4d015-d8fb-42d1-9283-6b13f3d3c0b8', 'x-compute-request-id': 'req-def4d015-d8fb-42d1-9283-6b13f3d3c0b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1867310660'} Body: b'' 2025-08-06 15:12:42,754 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a 0.170s 2025-08-06 15:12:42,754 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-415141bb-9106-492d-8c36-32748a9a6cd5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a'} Body: b'' 2025-08-06 15:12:42,776 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a 0.022s 2025-08-06 15:12:42,777 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a36ef6f0-f849-410c-9345-20e138020edb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 183dade1-dd5e-452e-972d-0bacd128433a does not exist", "detail": ""}}' 2025-08-06 15:12:43,138 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be 0.360s 2025-08-06 15:12:43,138 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6eef7afe-dc11-4cba-9cf2-a1fe0bac01d8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be'} Body: b'' {6} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [1.933366s] ... 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 6669f5be-0cde-4e3d-9009-93c331692b82 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:48,513 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.166s 2025-08-06 15:12:48,514 99413 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-1394249714", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9346abd2-212b-484a-b16b-b5c8f1955d44', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9346abd2-212b-484a-b16b-b5c8f1955d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "name": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-06 15:12:48,625 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.108s 2025-08-06 15:12:48,626 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-21db9a20-1bf2-428e-81eb-f3206c7a8934', 'x-openstack-request-id': 'req-21db9a20-1bf2-428e-81eb-f3206c7a8934', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2be0d799-ec5a-4130-a188-e282bb22c2fb could not be found."}}' 2025-08-06 15:12:48,627 99413 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-06 15:12:48,679 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action 0.052s 2025-08-06 15:12:48,680 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "aa85f6a946db48babfa421e13bb6c8c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b45b5e-b9fd-4006-b90e-0cb9bafe25e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action'} Body: b'' 2025-08-06 15:12:48,885 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-06 15:12:48,885 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-3c0a1ca3-e21f-4082-b312-ae157560f571', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0a1ca3-e21f-4082-b312-ae157560f571', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:48.816984", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:48,944 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.038s 2025-08-06 15:12:48,944 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8580683-8b07-4a3a-b499-2090f6730cc2', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8580683-8b07-4a3a-b499-2090f6730cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,006 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.047s 2025-08-06 15:12:50,006 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac19e340-2c11-4336-ae90-f05813d1be26', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac19e340-2c11-4336-ae90-f05813d1be26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": "2025-08-06T15:12:49.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,059 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.038s 2025-08-06 15:12:50,060 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb6d3cf-2cd8-4777-89eb-de8adc3b23d2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb6d3cf-2cd8-4777-89eb-de8adc3b23d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": "2025-08-06T15:12:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,163 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.090s 2025-08-06 15:12:50,163 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-9042ea7c-8906-4017-8b0a-d3a6b414af6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'' 2025-08-06 15:12:50,183 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.020s 2025-08-06 15:12:50,184 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-93d7a4ae-6ca7-40bd-b2bc-414 b146a99a2', 'x-openstack-request-id': 'req-93d7a4ae-6ca7-40bd-b2bc-414b146a99a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6669f5be-0cde-4e3d-9009-93c331692b82 could not be found."}}' 2025-08-06 15:12:50,212 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action 0.028s 2025-08-06 15:12:50,213 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "aa85f6a946db48babfa421e13bb6c8c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-c5e3fe98-8e21-471d-a624-545868e1aa9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action'} Body: b'' 2025-08-06 15:12:50,261 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb 0.047s 2025-08-06 15:12:50,261 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-8764cf36-9a87-47fd-893f-d981dfa78c9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb'} Body: b'' 2025-08-06 15:12:50,278 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb 0.016s 2025-08-06 15:12:50,279 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:50 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-a2e80dd9-b905-4761-aafb-7c79d8f798eb', 'x-openstack-request-id': 'req-a2e80dd9-b905-4761-aafb-7c79d8f798eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2be0d799-ec5a-4130-a188-e282bb22c2fb could not be found."}}' {6} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.263034s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.159241s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.302087s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012532s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.109500s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.016419s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.015619s] ... ok {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.710372s] ... 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 50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:57,805 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-06 15:12:57,805 99413 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-1011273657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c08d64-53b2-49e5-82a9-9499010be356', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c08d64-53b2-49e5-82a9-9499010be356', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:57.747055", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:57,854 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.037s 2025-08-06 15:12:57,854 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4abcd1a5-ecb5-45b8-a465-3024552460ec', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4abcd1a5-ecb5-45b8-a465-3024552460ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:58,907 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.038s 2025-08-06 15:12:58,907 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01247103-a595-4480-af96- 01b64a4fd064', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01247103-a595-4480-af96-01b64a4fd064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": "2025-08-06T15:12:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:58,963 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.039s 2025-08-06 15:12:58,964 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c0b26d-e645-49f4-8dd6-c658d5e5c41c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c0b26d-e645-49f4-8dd6-c658d5e5c41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": "2025-08-06T15:12:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:59,144 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.167s 2025-08-06 15:12:59,144 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4371aa8-428c-487b-9419-744c504b29a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'' 2025-08-06 15:12:59,164 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.020s 2025-08-06 15:12:59,165 99413 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-804c8597-a405-4b72-ae48-2746b46f079f', 'x-openstack-request-id': 'req-804c8597-a405-4b72-ae48-2746b46f079f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 could not be found."}}' {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.475435s] ... 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 4aaad17e-75ab-4178-b663-d64779ba059f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:59,332 99413 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.164s 2025-08-06 15:12:59,332 99413 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-806140297"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc65daa-0c97-4177-bade-3ec084f3c0d1', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc65daa-0c97-4177-bade-3ec084f3c0d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.276845", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:59,408 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.064s 2025-08-06 15:12:59,408 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76bda362-c590-4876-badc-40143cab989e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76bda362-c590-4876-badc-40143cab989e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,459 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.036s 2025-08-06 15:13:00,459 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-452ee06e-0125-4b8b-b557-b637f0bac9a0', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452ee06e-0125-4b8b-b557-b637f0bac9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": "2025-08-06T15:12:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,512 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.038s 2025-08-06 15:13:00,512 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaae3ad-c7f2-4ef4-b454-d2a9832ee4cd', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcaae3ad-c7f2-4ef4-b454-d2a9832ee4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": "2025-08-06T15:12:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,620 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.093s 2025-08-06 15:13:00,620 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a16f93d-c0bd-45cf-b11e-a993d741a8c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'' 2025-08-06 15:13:00,641 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.021s 2025-08-06 15:13 :00,642 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc048abe-1c55-4ee7-9b50-f7abff29e18c', 'x-openstack-request-id': 'req-bc048abe-1c55-4ee7-9b50-f7abff29e18c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4aaad17e-75ab-4178-b663-d64779ba059f could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [1.791564s] ... 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 100df681-6807-4b46-ac6f-d93511464cdf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:14,006 99413 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.212s 2025-08-06 15:13:14,006 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-06addcb8-8e21-47ee-8c53-e155fa07af7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:14,342 99413 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.335s 2025-08-06 15:13:14,342 99413 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-55161915", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30dd66fc-4e05-4adf-8614-56b57745a817', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30dd66fc-4e05-4adf-8614-56b57745a817', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.281035", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:14,395 99413 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/100df681-6807-4b46-ac6f-d93511464cdf 0.040s 2025-08-06 15:13:14,395 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b1d35d-a256-48b8-b1a7-ecec4382a2a2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b1d35d-a256-48b8-b1a7-ecec4382a2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:15,449 99413 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/100df681-6807-4b46-ac6f-d93511464cdf 0.037s 2025-08-06 15:13:15,450 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9161d20d-ea5f-484c-9270-21b18406e6d8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9161d20d-ea5f-484c-9270-21b18406e6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.000000", "updated_at": "2025-08-06T15:13:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:15,561 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf 0.095s 2025-08-06 15:13:15,561 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-f60e5101-c3f4-4218-adb7-931e1f122e93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'' 2025-08-06 15:13:15,583 99413 INFO [ tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf 0.021s 2025-08-06 15:13:15,583 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-ab97516c-28b9-4b1c-9f4b-a29a0151722b', 'x-openstack-request-id': 'req-ab97516c-28b9-4b1c-9f4b-a29a0151722b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 100df681-6807-4b46-ac6f-d93511464cdf could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.576623s] ... 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 16f89ede-0f14-4ab7-bf79-c1f432fca659 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:15,604 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.019s 2025-08-06 15:13:15,605 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fba3d903-e67a-4727-935b-8db9afe02b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:15,893 99413 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.288s 2025-08-06 15:13:15,894 99413 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-1850363378", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb82632-9b42-43ed-9863-04d81d3327e9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb82632-9b42-43ed-9863-04d81d3327e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:15.835212", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:15,971 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.064s 2025-08-06 15:13:15,971 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11241bd5-a85b-4aa1-b54a-45aec0557adf', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11241bd5-a85b-4aa1-b54a-45aec0557adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:17,032 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.041s 2025-08-06 15:13:17,033 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de90e38-e932-455a-8d25-acac2b466e10', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de90e38-e932-455a-8d25-acac2b466e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:16.000000", "updated_at": "2025-08-06T15:13:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:17,140 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.091s 2025-08-06 15:13:17,140 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-d2e9bf16-76dc-482d-9fd9-af3eb8dc4a52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'' 2025-08-06 15:13:17,161 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.020s 2025-08-06 15:13:17,161 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-15e99b64-67a0-4c55-8ce3-0fa282eb903a', 'x-openstack-request-id': 'req-15e99b64-67a0-4c55-8ce3-0fa282eb903a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16f89ede-0f14-4ab7-bf79-c1f432fca659 could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.697909s] ... 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 4a021cc1-107c-4602-bcfa-71df49fd0f95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:17,182 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.019s 2025-08-06 15:13:17,183 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e025ee34-4555-4c32-8b1d-b05516dfe746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:17,534 99413 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.351s 2025-08-06 15:13:17,535 99413 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-1925683939", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7e6baf-5aa2-4ff0-8a04-287d54d380c4', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7e6baf-5aa2-4ff0-8a04-287d54d380c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.461830", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:17,630 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.079s 2025-08-06 15:13:17,630 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12004fe5-f901-4752-9c1e-9e6a0b402c38', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12004fe5-f901-4752-9c1e-9e6a0b402c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:18,711 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.061s 2025-08-06 15:13:18,711 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf50cc3-4cc4-4c86-a9ef-9bed457d30b9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf50cc3-4cc4-4c86-a9ef-9bed457d30b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.000000", "updated_at": "2025-08-06T15:13:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:18,835 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.106s 2025-08-06 15:13:18,836 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10fd8b81-5e67-4c0d-904c-e7277b7214f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'' 2025-08-06 15:13:18,860 99413 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.024s 2025-08-06 15:13:18,860 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a06b07-5d43-436c-8839-89bfafc5f79a', 'x-openstack-request-id': 'req-d7a06b07-5d43-436c-8839-89bfafc5f79a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a021cc1-107c-4602-bcfa-71df49fd0f95 could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.052432s] ... 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 a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:18,863 99413 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-06 15:13:18,924 99413 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.058s 2025-08-06 15:13:18,924 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-925642780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQTDgEbX5P0vICnzpAXtKO55rLsr0PZlEn7ymUFXJnrjpRxwlLWS+rqvZQAgkYJC7p6/4lidBLCUuvlRdQqtDnaNzAD+fKL75bXY2A1TkcIS4A5TvA1ClyE0eFH0c5qCg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3661d4c5-e244-4307-8fc2-91022037e079', 'x-compute-request-id': 'req-3661d4c5-e244-4307-8fc2-91022037e079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-925642780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQTDgEbX5P0vICnzpAXtKO55rLsr0PZlEn7ymUFXJnrjpRxwlLWS+rqvZQAgkYJC7p6/4lidBLCUuvlRdQqtDnaNzAD+fKL75bXY2A1TkcIS4A5TvA1ClyE0eFH0c5qCg==", "fingerprint": "ac:8c:74:38:87:43:77:62:f1:c3:f0:91:7a:7f:0b:62", "user_id": "06db3a11184b419eabd627fa417dd178"}}' 2025-08-06 15:13:19,169 99413 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.242s 2025-08-06 15:13:19,169 99413 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-378634094", "description": "tempest-secgroup-smoke-378634094 description", "project_id": "819f807b1b234cdc9eb9439319a5c749"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-2bb9c37c-76ea-4c62-8988-dfe353f4a6f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "name": "tempest-secgroup-smoke-378634094", "stateful": true, "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "description": "tempest-secgroup-smoke-378634094 description", "shared": false, "security_group_rules": [{"id": "66dd485b-7bb5-444b-b41f-055dd7791001", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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": 1298, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}, {"id": "ab86a230-26f2-42a1-aa42-90c123a7bc75", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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": 1299, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:13:18Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 1, "project_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:19,874 99413 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-06 15:13:19,874 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-da719b5d-d9fc-458b-b9b3-0b1ea199c328', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "401e9524-e157-43b8-b992-71e21515e911", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}}' 2025-08-06 15:13:20,084 99413 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.209s 2025-08-06 15:13:20,085 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-61fcba51-02d4-418c-a78e-e8d109089179', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e352ec71-4dae-44c5-9b85-62b19e170f37", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}}' 2025-08-06 15:13:20,298 99413 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.213s 2025-08-06 15:13:20,298 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-83c6352c-ffde-4c9c-ab3b-06fc6fdb4511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2af1876-ccaa-4a42-9603-80ff4f189e7a", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,508 99413 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.209s 2025-08-06 15:13:20,508 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7e2cb387-a779-4530-8394-a3db420c3ce9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ae3d38b-c65b-4211-80a4-a79f4d65271f", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,717 99413 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.208s 2025-08-06 15:13:20,717 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3c847b11-a8a4-4b5a-9cde-53b1ddb3455b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "980faf0a-daee-48aa-aec3-d9ff347173b4", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,940 99413 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.222s 2025-08-06 15:13:20,940 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0b2f4f0b-9233-4d52-a3e5-0468b3b4b46d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d900756f-7381-42aa-8683-5b0016f540b9", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,941 99413 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-06 15:13:20,960 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.018s 2025-08-06 15:13:20,960 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-827307f5-42a1-4227-bfae-6fc580e26632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:21,296 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-08-06 15:13:21,297 99413 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-1715135519", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu )', 'content-type': 'application/json', 'x-compute-request-id': 'req-2218c307-97d8-4d1e-9555-f0bc85a023a9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2218c307-97d8-4d1e-9555-f0bc85a023a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.224539", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:21,357 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.048s 2025-08-06 15:13:21,357 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c8e48b-3085-4c02-ba95-fd665398f125', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c8e48b-3085-4c02-ba95-fd665398f125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:22,412 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.040s 2025-08-06 15:13:22,412 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05bf9d1d-b382-41a6-a3e3-178f597efe0d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05bf9d1d-b382-41a6-a3e3-178f597efe0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.000000", "updated_at": "2025-08-06T15:13:21.000000", "name": "te mpest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:22,551 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.125s 2025-08-06 15:13:22,552 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-c52bf540-6d23-4935-adcb-7ab687b144e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'' 2025-08-06 15:13:22,575 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.022s 2025-08-06 15:13:22,575 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-aaa5efef-22e8-4944-8e57-7725b1c7dac4', 'x-openstack-request-id': 'req-aaa5efef-22e8-4944-8e57-7725b1c7dac4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 could not be found."}}' 2025-08-06 15:13:22,879 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/5cf3aaab-da9b-486e-a258-7b4b6a0ef03d 0.303s 2025-08-06 15:13:22,879 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e356f05b-0fcb-4f90-8dc2-7d55e1f2fd90', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/5cf3aaab-da9b-486e-a258-7b4b6a0ef03d'} Body: b'' 2025-08-06 15:13:22,914 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-925642780 0.034s 2025-08-06 15:13:22,915 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-58 a1188b-d924-43a3-9ed8-eab502cc534d', 'x-compute-request-id': 'req-58a1188b-d924-43a3-9ed8-eab502cc534d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-925642780'} Body: b'' {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [166.717248s] ... 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 cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:47,553 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.102s 2025-08-06 15:11:47,554 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2529', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fb0e82db-914d-4539-86c8-cb54b42802a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fcef63aa9c542e999b48f3fc47475c0", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1553008905-project-member", "password_expires_at": null}, "audit_ids": ["uQ2XFDGmTGGouAmsD7vf9Q"], "expires_at": "2025-08-06T16:11:47.000000Z", "issued_at": "2025-08-06T15:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff7384f7994a4c4a963fbbcc19e636d0", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1553008905"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ff7384f7994a4c4a963fbbcc19e636d0", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:11:47,554 99423 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '80ebd6d7-401e-43b6-8f92-f4e0aafabd1d', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25089, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:11:35Z', 'updated_at': '2025-08-06T15:11:35Z', 'revision_number': 1} available for tenant 2025-08-06 15:11:47,555 99423 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:11:47,556 99423 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:11:47,725 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.167s 2025-08-06 15:11:47,725 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2117577370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 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-b3cf3b97-8311-40db-a75c-ff6146cfe7ff', 'x-compute-request-id': 'req-b3cf3b97-8311-40db-a75c-ff6146cfe7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2117577370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ==", "fingerprint": "4e:6c:2c:9b:a3:73:31:96:a3:24:2e:2b:7b:99:8d:c3", "user_id": "9fcef63aa9c542e999b48f3fc47475c0"}}' 2025-08-06 15:11:47,728 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2117577370 created 2025-08-06 15:11:47,950 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-06 15:11:47,950 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2131909258", "description": "tempest-description--26266891"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-acfdddce-531f-44d5-a141-b3c412c496ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "name": "tempest-securitygroup--2131909258", "stateful": true, "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "description": "tempest-description--26266891", "shared": false, "security_group_rules": [{"id": "5be96398-27d1-4e04-841e-b98ee3c257b9", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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": 1237, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 0}, {"id": "d08d4ea5-fcb8-4b4e-b283-516791ffece9", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tena nt_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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": 1236, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 1, "project_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:11:48,154 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-08-06 15:11:48,155 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-64645124-d770-4a06-99fc-13929a2201a8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0770f1cf-71cf-4602-a325-6267d7d6d9bd", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:48,441 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.285s 2025-08-06 15:11:48,441 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-813d82b3-b89a-410c-9e76-d7a20a636511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f188e89-0675-438a-aa82-a2e44e842be5", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:48,442 99423 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2131909258 created 2025-08-06 15:11:49,046 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0. 604s 2025-08-06 15:11:49,046 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1f40f064-ac3d-4e87-a42e-447e229f1a69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85506d4c-6fd3-4933-a2ce-aca55bcec5a8", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "floating_ip_address": "172.24.4.90", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:49,047 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85506d4c-6fd3-4933-a2ce-aca55bcec5a8', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:11:48Z', 'updated_at': '2025-08-06T15:11:48Z', 'revision_number': 0, 'ip': '172.24.4.90'} created 2025-08-06 15:11:49,047 99423 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2117577370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ==', 'fingerprint': '4e:6c:2c:9b:a3:73:31:96:a3:24:2e:2b:7b:99:8d:c3', 'user_id': '9fcef63aa9c542e999b48f3fc47475c0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDWKUpQ+0hFLVRYHctYNBay57wnPtAqDBGGayct/XNw4MNTMO19SyLk\nIl02ZkhGHxqgBwYFK4EEACKhZANiAAQK82vJAthpjsBgOMKTMO+CJrzZeR8HGEaJ\ng/S8g6MFzCiDpZsu4LQuNDL4vXKeNsdZmGjHlO8lI9kbSUhvZMec3nz+4C1+otfM\nwPOF986+aFnFt3cpqIvfzH1JAP7fWiU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', 'name': 'tempest-securitygroup--2131909258', 'stateful': True, 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': 'tempest-description--26266891', 'shared': False, 'security_group_rules': [{'id': '5be96398-27d1-4e04-841e-b98ee3c257b9', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'security_group_id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', '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': 1237, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2025-08-06T15:11:47Z', 'revision_number': 0}, {'id': 'd08d4ea5-fcb8-4b4e-b283-516791ffece9', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'security_group_id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', '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': 1236, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2 025-08-06T15:11:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2025-08-06T15:11:47Z', 'revision_number': 1, 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0'}, 'floating_ip': {'id': '85506d4c-6fd3-4933-a2ce-aca55bcec5a8', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:11:48Z', 'updated_at': '2025-08-06T15:11:48Z', 'revision_number': 0, 'ip': '172.24.4.90'}} 2025-08-06 15:11:49,694 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.646s 2025-08-06 15:11:49,695 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d"}], "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "key_name": "tempest-keypair-2117577370", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26c38d0b-1283-41cd-9a9a-48a84d107e8c', 'x-compute-request-id': 'req-26c38d0b-1283-41cd-9a9a-48a84d107e8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "adminPass": "sn3Ahy852Vje"}}' 2025-08-06 15:11:49,819 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.121s 2025-08-06 15:11:49,820 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67f9c2a-8082-48ba-be4b-d0b26c326a1a', 'x-compute-request-id': 'req-d67f9c2a-8082-48ba-be4b-d0b26c326a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "BUILD", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": " bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:50Z", "updated": "2025-08-06T15:11:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2117577370", "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-06 15:12:40,088 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.222s 2025-08-06 15:12:40,089 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08667fe1-7136-4a17-93d6-3cbcf8a94fa2', 'x-compute-request-id': 'req-08667fe1-7136-4a17-93d6-3cbcf8a94fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:12:06Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:12:40,104 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:13:40,353 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f/os-interface 0.198s 2025-08-06 15:13:40,354 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96e8ec88-0079-47fa-baec-f74266f636a5', 'x-compute-request-id': 'req-96e8ec88-0079-47fa-baec-f74266f636a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d", "port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082", "mac_addr": "fa:16:3e:b3:ef:6f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c5c874da-3246-4b59-b601-36c543082cd7", "ip_address": "10.0.0.3"}]}]}' 2025-08-06 15:13:41,107 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8 0.749s 2025-08-06 15:13:41,107 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-d9b5333f-b1fb-414e-bb9c-4aaebfbf0519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8'} Body: b'{"floatingip": {"id": "85506d4c-6fd3-4933-a2ce-aca55bcec5a8", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "floating_ip_address": "172.24.4.90", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "f3e832b2-0f68-4d76-815c-ebba37a5d7a9", "port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d", "mac_address": "fa:16:3e:b3:ef:6f", "admin_state_up": true, "status": "ACTIVE", "device_id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:11:48Z", "updated_at": "2025-08-06T15:13:40Z", "revision_number": 1, "project_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:41,110 99423 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.90:22' as 'cirros' with public key authentication 2025-08-06 15:13:41,123 99423 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:13:41,226 99423 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:13:41,227 99423 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.90 successfully created 2025-08-06 15:13:41,487 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.259s 2025-08-06 15:13:41,487 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1193ea19-8f3d-4684-8b84-839d97ff7969', 'x-compute-request-id': 'req-1193ea19-8f3d-4684-8b84-839d97ff7969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:12:06Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:13:41,598 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.079s 2025-08-06 15:13:41,598 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a7aea5-a8b5-4be1-909a-9262de88b653', 'x-compute-request-id': 'req-94a7aea5-a8b5-4be1-909a-9262de88b653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}]}]}' 2025-08-06 15:13:41,898 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.295s 2025-08-06 15:13:41,898 99423 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-1405181881", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110682fe-faed-436f-bb3d-c8776228c8d0', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110682fe-faed-436f-bb3d-c8776228c8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id" : "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:41.784152", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:13:41,950 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.039s 2025-08-06 15:13:41,950 99423 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': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebaf980-2dad-4d51-be7e-06da43cab385', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebaf980-2dad-4d51-be7e-06da43cab385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"volume": {"id": "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:42.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:43,005 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.040s 2025-08-06 15:13:43,005 99423 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': 'Wed, 06 Aug 2025 15:13:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8528fe59-36d0-4a0f-a28c-996902370085', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8528fe59-36d0-4a0f-a28c-996902370085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"volume": {"id": "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:42.000000", "updated_at": "2025-08-06T15:13:42.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0. 210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:43,126 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.104s 2025-08-06 15:13:43,127 99423 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': 'Wed, 06 Aug 2025 15:13:43 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-e72c046c-f421-4958-a1ad-b9fc3ccb780f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'' 2025-08-06 15:13:43,148 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.021s 2025-08-06 15:13:43,148 99423 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': 'Wed, 06 Aug 2025 15:13:43 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-b042cc46-e55b-4597-9957-f240c5d8d2ff', 'x-openstack-request-id': 'req-b042cc46-e55b-4597-9957-f240c5d8d2ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 could not be found."}}' 2025-08-06 15:13:43,271 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.122s 2025-08-06 15:13:43,272 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0224be9-b50c-4935-b467-17ae769a7cee', 'x-compute-request-id': 'req-c0224be9-b50c-4935-b467-17ae769a7cee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'' 2025-08-06 15:13:43,432 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.160s 2025-08-06 15:13:43,433 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1699', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67edb139-8e13-4743-b599-99eac2a89c7a', 'x-compute-request-id': 'req-67edb139-8e13-4743-b599-99eac2a89c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:13:43Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}, {"version": 4, "addr": "172.24.4.90", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "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-06 15:14:33,548 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.049s 2025-08-06 15:14:33,549 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dc8498a9-98de-4ab4-947f-5c7eaf81d021', 'x-compute-request-id': 'req-dc8498a9-98de-4ab4-947f-5c7eaf81d021', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0ab19ed9-4579-427c-a123-469f7ab8422f could not be found."}}' 2025-08-06 15:14:33,584 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117577370 0.034s 2025-08-06 15:14:33,584 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f17278a-d8e4-4083-b707-4a565d62 48f2', 'x-compute-request-id': 'req-7f17278a-d8e4-4083-b707-4a565d6248f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117577370'} Body: b'' 2025-08-06 15:14:33,787 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7 0.202s 2025-08-06 15:14:33,788 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ea8f1384-c6d2-4050-a5fb-6b39cf9c22dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7'} Body: b'' 2025-08-06 15:14:33,811 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7 0.022s 2025-08-06 15:14:33,811 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8bf6930b-4912-47ac-b09f-361d2cf7b4b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 83336a31-0a55-4d86-b347-fcfe3c97c6c7 does not exist", "detail": ""}}' 2025-08-06 15:14:34,161 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8 0.349s 2025-08-06 15:14:34,161 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3c09597c-8c13-4c48-be9b-e9e5870d660c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8'} Body: b'' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [3.112992s] ... 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 a711eae7-95f3-431e-9d8b-d9d175fa8846 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:42,374 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.678s 2025-08-06 15:14:42,375 99423 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': 'Wed, 06 Aug 2025 15:14:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-84da715e-4934-4043-bbed-dd00d634bdaa', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:42Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,325 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file 0.947s 2025-08-06 15:14:43,325 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-be799695-f3f1-4191-98ea-3dbbb205df9a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file'} Body: b'' 2025-08-06 15:14:43,345 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.019s 2025-08-06 15:14:43,345 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-55843f8f-45a3-45d6-bccb-6aa2d3766eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46- 4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,363 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.017s 2025-08-06 15:14:43,363 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ddbf420-b1f7-49ba-a1c6-b692e9a23437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,380 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.017s 2025-08-06 15:14:43,380 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af2778b-fc01-49ac-abaa-492a19d3bacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,682 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.301s 2025-08-06 15:14:43,682 99423 DEBUG [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": "840af4af-ec46-4390-9649-dcd56b1374a4", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ee16f2-ea11-4 5a4-96b6-14c88b069a62', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ee16f2-ea11-45a4-96b6-14c88b069a62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:43.624462", "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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:43,734 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846 0.040s 2025-08-06 15:14:43,734 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7b3ea5-8877-48b7-a9ec-9f0505aa79e0', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7b3ea5-8877-48b7-a9ec-9f0505aa79e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:44.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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:44,790 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846 0.041s 2025-08-06 15:14:44,791 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04022d0-87c4-4167-92f3-d0593eb056dd', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04022d0-87c4-4167-92f3-d0593eb056dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:44.000000" , "updated_at": "2025-08-06T15:14:44.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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [2.753136s] ... 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 c2400445-0ae1-42f1-acec-88f8a0fb7983 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:45,258 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.448s 2025-08-06 15:14:45,259 99423 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': 'Wed, 06 Aug 2025 15:14:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-20be607f-d816-4969-a760-8ab6086ab7a7', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:45Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,112 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file 0.850s 2025-08-06 15:14:46,112 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-26e9bedb-becc-449e-93e8-e8388cee7c64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file'} Body: b'' 2025-08-06 15:14:46,131 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.018s 2025-08-06 15:14:46,131 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d955fbf9-322a-47dd-a8a4-92af4ce5af14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72- 4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,148 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.017s 2025-08-06 15:14:46,149 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8526a69e-c738-4b4d-89ff-928199215da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,167 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.018s 2025-08-06 15:14:46,168 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d1bef80-abc5-41a3-8aa8-6d06a1738c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,446 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.278s 2025-08-06 15:14:46,447 99423 DEBUG [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": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c57f8335-1ddc-4 397-ad7d-b8aff5456e00', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c57f8335-1ddc-4397-ad7d-b8aff5456e00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.391480", "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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:46,493 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983 0.035s 2025-08-06 15:14:46,494 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9b825a-fda9-4f30-a535-0425b8c4a280', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9b825a-fda9-4f30-a535-0425b8c4a280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:47,549 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983 0.040s 2025-08-06 15:14:47,549 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29abd93-0599-492c-bca5-87eb75d53760', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29abd93-0599-492c-bca5-87eb75d53760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.000000" , "updated_at": "2025-08-06T15:14:47.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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [2.856749s] ... 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 798a8e9e-ab6d-4411-a235-2bf34548945b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:48,047 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.482s 2025-08-06 15:14:48,048 99423 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': 'Wed, 06 Aug 2025 15:14:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9500560d-5514-460d-bf31-f8b466d166b2', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:48Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,896 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file 0.846s 2025-08-06 15:14:48,896 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7ef4229f-767a-41f7-8368-eee77e8cc4c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file'} Body: b'' 2025-08-06 15:14:48,916 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.019s 2025-08-06 15:14:48,916 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e829a93-c285-4ac3-a727-fa7aee5cb982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e- 4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,934 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.018s 2025-08-06 15:14:48,935 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a867e6da-07aa-4425-b3fa-f0a7ada809c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,953 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.018s 2025-08-06 15:14:48,954 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-62378e74-6ea4-41e9-8862-817191dba042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:49,303 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-06 15:14:49,304 99423 DEBUG [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": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99746465-6c3e-4 482-b88c-7d087121f648', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99746465-6c3e-4482-b88c-7d087121f648', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.225713", "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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:49,355 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b 0.039s 2025-08-06 15:14:49,355 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669973c6-cdd4-409e-9e32-66b962c8b2ca', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669973c6-cdd4-409e-9e32-66b962c8b2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:50,407 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b 0.037s 2025-08-06 15:14:50,407 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5b92e2-c607-4f22-92ff-ef0a7a8e030f', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5b92e2-c607-4f22-92ff-ef0a7a8e030f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.000000" , "updated_at": "2025-08-06T15:14:50.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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' ============================== Failed 112 tests - output below: ============================== 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-06 14:54:33,502 99403 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.894s 2025-08-06 14:54:33,503 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c16854c-3261-4a71-9a8f-fdade0437e93', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c16854c-3261-4a71-9a8f-fdade0437e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 949, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:34,068 99403 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.555s 2025-08-06 14:54:34,069 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf6f35a-8612-4eff-88b2-cf71ce8d9323', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf6f35a-8612-4eff-88b2-cf71ce8d9323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' tempest.api.volume.admin.test_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 2d134002-216e-43e4-8966-5c216080d3fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:33,471 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.241s 2025-08-06 14:54:33,471 99405 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-1770510179"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2fd969-ed35-4017-89f9-2028a7ff4509', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2fd969-ed35-4017-89f9-2028a7ff4509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c6563ab3-eccd-4a91-85d8-4ddaaf25220a", "name": "tempest-GroupSnapshotsV319Test-volume-type-1770510179", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:33,556 99405 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.082s 2025-08-06 14:54:33,557 99405 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-692749425"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9fb07d-9be5-4e96-acbc-f155dadb4faa', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9fb07d-9be5-4e96-acbc-f155dadb4faa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "name": "tempest-GroupSnapshotsV319Test-group-type-692749425", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:34,227 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.666s 2025-08-06 14:54:34,227 99405 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": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "name": "tempest-GroupSnapshotsV319Test-Group-514159473"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a984ff42-cbea-4863-8017-4e0b1b4082ff', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a984ff42-cbea-4863-8017-4e0b1b4082ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "name": "tempest-GroupSnapshotsV319Test-Group-514159473"}}' 2025-08-06 14:54:34,276 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.046s 2025-08-06 14:54:34,276 99405 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': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c533c2-ea67-4687-8247-9e2ba1a31053', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c533c2-ea67-4687-8247-9e2ba1a31053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-GroupSnapshotsV319Test-Group-514159473", "description": null, "group_type": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:35,329 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.047s 2025-08-06 14:54:35,330 99405 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f152f433-1cee-4805-959e-cc53c79bf595', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f152f433-1cee-4805-959e-cc53c79bf595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"group": {"id": "2d134002-216e-43e4-8966-5c216080d3fb", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-GroupSnapshotsV319Test-Group-514159473", "description": null, "group_type": "9fac58c2-eaaf-41ce-b15c-5252120e3072", "volume_types": ["c6563ab3-eccd-4a91-85d8-4ddaaf25220a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:35,405 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.069s 2025-08-06 14:54:35,406 99405 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b906818-9ab7-4d6c-825c-e1c76d0d36db', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b906818-9ab7-4d6c-825c-e1c76d0d36db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:35,490 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb/action 0.070s 2025-08-06 14:54:35,491 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-904fdb2a-a409-475a-91c5-a9646eef4498', 'connection': 'close', 'status': '202', 'content-location': 'htt p://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb/action'} Body: b'' 2025-08-06 14:54:35,505 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb 0.013s 2025-08-06 14:54:35,505 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-0cd90bd7-0d44-484d-921d-02b3e6298e3a', 'x-openstack-request-id': 'req-0cd90bd7-0d44-484d-921d-02b3e6298e3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2d134002-216e-43e4-8966-5c216080d3fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2d134002-216e-43e4-8966-5c216080d3fb could not be found."}}' 2025-08-06 14:54:35,546 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9fac58c2-eaaf-41ce-b15c-5252120e3072 0.041s 2025-08-06 14:54:35,547 99405 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': 'Wed, 06 Aug 2025 14:54:35 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-aace98af-128a-4670-91ea-df9c721f1bdd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9fac58c2-eaaf-41ce-b15c-5252120e3072'} Body: b'' 2025-08-06 14:54:35,630 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a 0.083s 2025-08-06 14:54:35,631 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16741f92-b1de-402a-87e9-23ff5e8896e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a'} Body: b'' 2025-08-06 14:54:35,647 99405 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a 0.016s 2025-08-06 14:54:35,648 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 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-42e2a696-5b2a-4df8-bf9d-1b36668573f4', 'x-openstack-request-id': 'req-42e2a696-5b2a-4df8-bf9d-1b36668573f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c6563ab3-eccd-4a91-85d8-4ddaaf25220a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c6563ab3-eccd-4a91-85d8-4ddaaf25220a could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 81a1347f-2fbb-4881-89b4-7003b3607fb2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:33,777 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 1.051s 2025-08-06 14:54:33,777 99409 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-1201915848"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60cc103-5b3e-4d55-9006-187178a289d6', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60cc103-5b3e-4d55-9006-187178a289d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e4e7a546-3734-4a18-87c9-13b7f7847c76", "name": "tempest-GroupsTest-volume-type-1201915848", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:33,906 99409 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.125s 2025-08-06 14:54:33,907 99409 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-1505804312"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d28e0f-a26b-4b5f-9ec5-376c51bb235d', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d28e0f-a26b-4b5f-9ec5-376c51bb235d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "name": "tempest-GroupsTest-group-type-1505804312", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:34,312 99409 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.402s 2025-08-06 14:54:34,313 99409 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": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"], "name": "tempest-Group1-1270298715"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dbf8b56-43c3-4856-b459-6d315d52f0d8', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dbf8b56-43c3-4856-b459-6d315d52f0d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "name": "tempest-Group1-1270298715"}}' 2025-08-06 14:54:34,351 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.034s 2025-08-06 14:54:34,351 99409 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': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-411969ff-a3f9-4be2-8490-d5dd641811cd', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411969ff-a3f9-4be2-8490-d5dd641811cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-Group1-1270298715", "description": null, "group_type": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"]}}' 2025-08-06 14:54:35,387 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.029s 2025-08-06 14:54:35,387 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67215e8c-4e46-4b17-b314-e1c6f61772d5', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67215e8c-4e46-4b17-b314-e1c6f61772d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"group": {"id": "81a1347f-2fbb-4881-89b4-7003b3607fb2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:34.000000", "name": "tempest-Group1-1270298715", "description": null, "group_type": "4b6445e7-4ac4-4c2c-968d-afe344a42aa8", "volume_types": ["e4e7a546-3734-4a18-87c9-13b7f7847c76"]}}' 2025-08-06 14:54:35,469 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.070s 2025-08-06 14:54:35,469 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a05c2bc-619d-46dd-a921-1af1fea3cc99', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a05c2bc-619d-46dd-a921-1af1fea3cc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:35,553 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2/action 0.069s 2025-08-06 14:54:35,553 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-d7cf8bf4-4004-4340-b025-370db835d9a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2/action'} Body: b'' 2025-08-06 14:54:35,569 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2 0.015s 2025-08-06 14:54:3 5,569 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-68245582-dedd-418b-a806-9ecc03bd941d', 'x-openstack-request-id': 'req-68245582-dedd-418b-a806-9ecc03bd941d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/81a1347f-2fbb-4881-89b4-7003b3607fb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 81a1347f-2fbb-4881-89b4-7003b3607fb2 could not be found."}}' 2025-08-06 14:54:35,606 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4b6445e7-4ac4-4c2c-968d-afe344a42aa8 0.036s 2025-08-06 14:54:35,607 99409 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': 'Wed, 06 Aug 2025 14:54:35 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-a574c9f7-bc30-4329-b0dd-82e1096a673b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4b6445e7-4ac4-4c2c-968d-afe344a42aa8'} Body: b'' 2025-08-06 14:54:35,676 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76 0.068s 2025-08-06 14:54:35,676 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f8fd32-18bb-4191-b4ee-5b3da7cc391e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76'} Body: b'' 2025-08-06 14:54:35,690 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76 0.013s 2025-08-06 14:54:35,690 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 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-b9d4e60f-72fe-445c-9a9a-779d01f83734', 'x-openstack-request-id': 'req-b9d4e60f-72fe-445c-9a9a-779d01f83734', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e4e7a546-3734-4a18-87c9-13b7f7847c76'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e4e7a546-3734-4a18-87c9-13b7f7847c76 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c95ee31-ee1c-47d6-9594-6087964b8eac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:34,578 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/8c7dca10a35f4c94aa28b5acd2cb3cb5?usage=True 0.043s 2025-08-06 14:54:34,578 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52511f8-3e50-41b6-8cc6-1dc5a7a1dbbb', 'content-length': '1488', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52511f8-3e50-41b6-8cc6-1dc5a7a1dbbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/8c7dca10a35f4c94aa28b5acd2cb3cb5?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupsTest-volume-type-1201915848": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsV319Test-volume-type-1770510179": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:35,157 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.567s 2025-08-06 14:54:35,157 99421 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-424780360"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383dd548-2743-4d4d-9c84-ab05a41e2f1b', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383dd548-2743-4d4d-9c84-ab05a41e2f1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.021497", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:35,270 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.101s 2025-08-06 14:54:35,271 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83204966-5c2a-4fa5-9644-fb8d9dfdea68', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83204966-5c2a-4fa5-9644-fb8d9dfdea68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,340 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.053s 2025-08-06 14:54:36,340 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5724ab-1c64-4742-9f9a-f11966107ef3', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5724ab-1c64-4742-9f9a-f11966107ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": "2025-08-06T14:54:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,433 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.077s 2025-08-06 14:54:36,434 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afc0f47-93c0-47c3-9064-f95809c9f43b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afc0f47-93c0-47c3-9064-f95809c9f43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"volume": {"id": "4c95ee31-ee1c-47d6-9594-6087964b8eac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:35.000000", "updated_at": "2025-08-06T14:54:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-424780360", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:36,555 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.107s 2025-08-06 14:54:36,556 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-4b637f2d-6945-454b-8922-6dd77e0ab402', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'' 2025-08-06 14:54:36,574 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac 0.018s 2025-08-06 14:54:36,574 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-650e436c-53c6-4261-9946-76aeab211b4f', 'x-openstack-request-id': 'req-650e436c-53c6-4261-9946-76aeab211b4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c95ee31-ee1c-47d6-9594-6087964b8eac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c95ee31-ee1c-47d6-9594-6087964b8eac 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 729a87a2-bf0e-4289-a656-faae896f69ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:35,731 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.031s 2025-08-06 14:54:35,731 99409 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-161217781"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7886079b-b705-47c8-8c70-b8383cf35809', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7886079b-b705-47c8-8c70-b8383cf35809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "54d5b938-e040-4d88-8aa9-69d7ac9b00e5", "name": "tempest-GroupsTest-volume-type-161217781", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:35,761 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.026s 2025-08-06 14:54:35,761 99409 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-1336220479"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74750171-9b7b-4227-93ff-a1018e752b3a', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74750171-9b7b-4227-93ff-a1018e752b3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "name": "tempest-GroupsTest-group-type-1336220479", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:35,907 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.143s 2025-08-06 14:54:35,907 99409 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": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"], "name": "tempest-GroupsTest-Group-1543157708"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f548a2-1a81-42a8-a9df-abe0df05eb64', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f548a2-1a81-42a8-a9df-abe0df05eb64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "name": "tempest-GroupsTest-Group-1543157708"}}' 2025-08-06 14:54:35,950 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.041s 2025-08-06 14:54:35,950 99409 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': 'Wed, 06 Aug 2025 14:54:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55da6d0a-984a-40c6-b970-5a1b76d43 f02', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55da6d0a-984a-40c6-b970-5a1b76d43f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.000000", "name": "tempest-GroupsTest-Group-1543157708", "description": null, "group_type": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"]}}' 2025-08-06 14:54:36,988 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.028s 2025-08-06 14:54:36,988 99409 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': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96dfc67c-ec98-45ef-94e1-d9eebd5f110e', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96dfc67c-ec98-45ef-94e1-d9eebd5f110e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"group": {"id": "729a87a2-bf0e-4289-a656-faae896f69ca", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.000000", "name": "tempest-GroupsTest-Group-1543157708", "description": null, "group_type": "1a560ece-5e9e-486c-ae1d-f25ac9584c28", "volume_types": ["54d5b938-e040-4d88-8aa9-69d7ac9b00e5"]}}' 2025-08-06 14:54:37,025 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.030s 2025-08-06 14:54:37,025 99409 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': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fad22f3b-7365-4e54-a652-629a538bb3a5', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fad22f3b-7365-4e54-a652-629a538bb3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:37,097 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca/action 0.058s 2025-08-06 14:54:37,097 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-a65162aa-421f-42c3-8561-c27ac4392b08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca/action'} Body: b'' 2025-08-06 14:54:37,112 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca 0.013s 2025-08-06 14:54:37,112 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-c7da97bd-6d10-4a55-8bb1-040c276e488f', 'x-openstack-request-id': 'req-c7da97bd-6d10-4a55-8bb1-040c276e488f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/729a87a2-bf0e-4289-a656-faae896f69ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 729a87a2-bf0e-4289-a656-faae896f69ca could not be found."}}' 2025-08-06 14:54:37,141 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/1a560ece-5e9e-486c-ae1d-f25ac9584c28 0.029s 2025-08-06 14:54:37,142 99409 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': 'Wed, 06 Aug 2025 14:54:37 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-003d2be6-c35a-46de-948b-8bb2b3471e9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/1a560ece-5e9e-486c-ae1d-f25ac9584c28'} Body: b'' 2025-08-06 14:54:37,204 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5 0.062s 2025-08-06 14:54:37,205 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-e3d0b723-4f54-4acd-94b9-94d1500666c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5'} Body: b'' 2025-08-06 14:54:37,222 99409 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5 0.017s 2025-08-06 14:54:37,222 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-04311419-8cec-4665-bf72-2aab39bd5a64', 'x-openstack-request-id': 'req-04311419-8cec-4665-bf72-2aab39bd5a64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/54d5b938-e040-4d88-8aa9-69d7ac9b00e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 54d5b938-e040-4d88-8aa9-69d7ac9b00e5 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0c81b5cd-fc98-4764-8a53-38b24160ceaa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:36,802 99421 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.223s 2025-08-06 14:54:36,802 99421 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-1161066452"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab6bff4-db44-4e4a-82d4-81d8b6bff40b', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab6bff4-db44-4e4a-82d4-81d8b6bff40b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:36.743086", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:36,864 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.046s 2025-08-06 14:54:36,864 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7beb05b-e5f1-43c3-bc81-e45ceba17da3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7beb05b-e5f1-43c3-bc81-e45ceba17da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:37,924 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.038s 2025-08-06 14:54:37,925 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-859774fa-814c-4e0c-8e99-562bb88afeb9', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859774fa-814c-4e0c-8e99-562bb88afeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": "2025-08-06T14:54:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:38,014 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.062s 2025-08-06 14:54:38,015 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c88d8f-f9a2-44ad-8169-7db6acac2940', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c88d8f-f9a2-44ad-8169-7db6acac2940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"volume": {"id": "0c81b5cd-fc98-4764-8a53-38b24160ceaa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:37.000000", "updated_at": "2025-08-06T14:54:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1161066452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa"}], "user_id": "73f021dd13d24c2699d3e5edf4109515", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c7dca10a35f4c94aa28b5acd2cb3cb5"}}' 2025-08-06 14:54:38,176 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa 0.134s 2025-08-06 14:54:38,176 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-92b14116-4479-4357-a520-0b7401514c92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'' 2025-08-06 14:54:38,201 99421 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0c81b5 cd-fc98-4764-8a53-38b24160ceaa 0.024s 2025-08-06 14:54:38,201 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54: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-8f848b73-5eee-4f6e-b2de-56963f52c7e9', 'x-openstack-request-id': 'req-8f848b73-5eee-4f6e-b2de-56963f52c7e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c81b5cd-fc98-4764-8a53-38b24160ceaa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c81b5cd-fc98-4764-8a53-38b24160ceaa could not be found."}}' tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d6e946eb-bed0-41f8-8f53-0a2c2f47454e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:55,877 99403 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.179s 2025-08-06 14:54:55,878 99403 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-1018381249", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ededa59-6586-423b-830f-1e86bfeb7b0d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ededa59-6586-423b-830f-1e86bfeb7b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "03ba4a57-c760-4b7d-93aa-52431d7c6c7f", "name": "tempest-VolumeTypesTest-volume-type-1018381249", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:55,924 99403 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.042s 2025-08-06 14:54:55,924 99403 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-1882314042", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c75e35c-c03f-4997-83de-383278e46f2e', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c75e35c-c03f-4997-83de-383278e46f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "12c1e247-4417-44cb-85f0-4d815bc97a1d", "name": "tempest-VolumeTypesTest-volume-type-1882314042", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:56,307 99403 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.378s 2025-08-06 14:54:56,307 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1004913201", "volume_type": "03ba4a57-c760-4b7d-93aa-52431d7c6c7f", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5105757c-dad6-4eee-a4ea-6d50e45e4ebe', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5105757c-dad6-4eee-a4ea-6d50e45e4ebe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.222069", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e94 6eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:56,373 99403 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/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.052s 2025-08-06 14:54:56,373 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde8277c-5905-468a-b376-1a5628571d33', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde8277c-5905-468a-b376-1a5628571d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,430 99403 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/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.039s 2025-08-06 14:54:57,431 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7280927-5dec-4161-8fc8-5cd31250a798', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7280927-5dec-4161-8fc8-5cd31250a798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": "2025-08-06T14:54:56.000000", "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,502 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.055s 2025-08-06 14:54:57,503 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb4cb3a-bed1-4e1f-9b3e-c86df351c751', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb4cb3a-bed1-4e1f-9b3e-c86df351c751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"volume": {"id": "d6e946eb-bed0-41f8-8f53-0a2c2f47454e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:56.000000", "updated_at": "2025-08-06T14:54:56.000000", "name": "tempest-VolumeTypesTest-volume-1004913201", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1018381249", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e"}], "user_id": "17c580929cd54170bc489ed672b88f7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02d091b14dc242e5ad91a8539cd0a403"}}' 2025-08-06 14:54:57,655 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.137s 2025-08-06 14:54:57,655 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2c610e-dc0f-402f-ab21-37be12708ad2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'' 2025-08-06 14:54:57,675 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e 0.019s 2025-08-06 14:54:57,676 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15fc3322-5ca6-4567-926e-b457b57698dd', 'x-openstack-request-id': 'req-15fc3322-5ca6-4567-926e-b457b57698dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6e946eb-bed0-41f8-8f53-0a2c2f47454e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d6e946eb-bed0-41f8-8f53-0a2c2f47454e could not be found."}}' 2025-08-06 14:54:57,733 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d 0.057s 2025-08-06 14:54:57,734 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efe6e43-aa6a-432a-af37-1facdd484a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d'} Body: b'' 2025-08-06 14:54:57,754 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d 0.020s 2025-08-06 14:54:57,755 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 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-16db1798-8672-48da-a482-b8a595d287a2', 'x-openstack-request-id': 'req-16db1798-8672-48da-a482-b8a595d287a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/12c1e247-4417-44cb-85f0-4d815bc97a1d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 12c1e247-4417-44cb-85f0-4d815bc97a1d could not be found."}}' 2025-08-06 14:54:57,812 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f 0.057s 2025-08-06 14:54:57,812 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6054929-dedf-44c5-a844-6b6c1011cc9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f'} Body: b'' 2025-08-06 14:54:57,830 99403 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f 0.017s 2025-08-06 14:54:57,830 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 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-6252f757-ba45-4bad-b0f4-0b93f309b32c', 'x-openstack-request-id': 'req-6252f757-ba45-4bad-b0f4-0b93f309b32c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/03ba4a57-c760-4b7d-93aa-52431d7c6c7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 03ba4a57-c760-4b7d-93aa-52431d7c6c7f could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8f4bb905-6acc-42ba-a507-e9aaf57a6358 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:56,788 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.221s 2025-08-06 14:54:56,788 99405 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-1053202725"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7fb9ea-6c96-4886-ad58-dc0221b75b81', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7fb9ea-6c96-4886-ad58-dc0221b75b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d32de032-8d0c-49a0-8843-8fc0963a7f0d", "name": "tempest-GroupsV314Test-volume-type-1053202725", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:56,929 99405 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.134s 2025-08-06 14:54:56,930 99405 DEBUG [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-603577778"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372dbd39-a1f3-436b-8e7d-52bc24ede341', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372dbd39-a1f3-436b-8e7d-52bc24ede341', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "name": "tempest-GroupsV314Test-group-type-603577778", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:57,254 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.319s 2025-08-06 14:54:57,254 99405 DEBUG [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": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "name": "tempest-GroupsV314Test-Group-971824923"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a32cda-2118-4a88-9c86-2267081fcd6e', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a32cda-2118-4a88-9c86-2267081fcd6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "name": "tempest-GroupsV314Test-Group-971824923"}}' 2025-08-06 14:54:57,287 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.030s 2025-08-06 14:54:57,288 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5659a48-a481-4fdb-a475-1001b7890c6c', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5659a48-a481-4fdb-a475-1001b7890c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:57.000000", "name": "tempest-GroupsV314Test-Group-971824923", "description": null, "group_type": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:58,329 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.035s 2025-08-06 14:54:58,329 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134927b3-07e0-464b-aa22-0eb07bf5d9af', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134927b3-07e0-464b-aa22-0eb07bf5d9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"group": {"id": "8f4bb905-6acc-42ba-a507-e9aaf57a6358", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:57.000000", "name": "tempest-GroupsV314Test-Group-971824923", "description": null, "group_type": "ddb688d2-37e4-4040-9b11-5502b70fd6e3", "volume_types": ["d32de032-8d0c-49a0-8843-8fc0963a7f0d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:58,375 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-06 14:54:58,376 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42432ab-e131-41af-be19-771002aa5a86', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42432ab-e131-41af-be19-771002aa5a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:58,508 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358/action 0.099s 2025-08-06 14:54:58,509 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-869c301e-07bf-4c0c-9104-6d2f51af5448', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358/action'} Body: b'' 2025-08-06 14:54:58,524 99405 INFO [temp est.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358 0.014s 2025-08-06 14:54:58,524 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-709f9bae-4e18-4e82-b980-f9d151b65d49', 'x-openstack-request-id': 'req-709f9bae-4e18-4e82-b980-f9d151b65d49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8f4bb905-6acc-42ba-a507-e9aaf57a6358'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8f4bb905-6acc-42ba-a507-e9aaf57a6358 could not be found."}}' 2025-08-06 14:54:58,559 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/ddb688d2-37e4-4040-9b11-5502b70fd6e3 0.034s 2025-08-06 14:54:58,559 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:54:58 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-1564a909-45de-49c3-9aa3-05ed18994382', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/ddb688d2-37e4-4040-9b11-5502b70fd6e3'} Body: b'' 2025-08-06 14:54:58,612 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d 0.051s 2025-08-06 14:54:58,612 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9855c1b8-1de3-4bee-9fbd-1bf39b4bb9be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d'} Body: b'' 2025-08-06 14:54:58,629 99405 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d 0.016s 2025-08-06 14:54:58,629 99405 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f312d8-eb61-42b3-aac3-0673d3baf8a9', 'x-openstack-request-id': 'req-45f312d8-eb61-42b3-aac3-0673d3baf8a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d32de032-8d0c-49a0-8843-8fc0963a7f0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d32de032-8d0c-49a0-8843-8fc0963a7f0d could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 612c8b97-0db7-4984-8fe0-530057dfe8b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:58,046 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.169s 2025-08-06 14:54:58,046 99409 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-1355786548"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe8234b-f2ff-4dfd-b66f-21e4b9360c16', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe8234b-f2ff-4dfd-b66f-21e4b9360c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6eb4ef58-ade6-497b-962a-c886a5dcceb1", "name": "tempest-GroupsV320Test-volume-type-1355786548", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:54:58,078 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.028s 2025-08-06 14:54:58,078 99409 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-1262772214"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6dfe74a-56d1-4e74-a094-50143fa5d899', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6dfe74a-56d1-4e74-a094-50143fa5d899', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "name": "tempest-GroupsV320Test-group-type-1262772214", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 14:54:58,314 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.233s 2025-08-06 14:54:58,315 99409 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": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "name": "tempest-GroupsV320Test-Group-1400570114"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37b89e0-4483-4a2f-bd52-c6bba5678aec', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c37b89e0-4483-4a2f-bd52-c6bba5678aec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "name": "tempest-GroupsV320Test-Group-1400570114"}}' 2025-08-06 14:54:58,366 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.049s 2025-08-06 14:54:58,366 99409 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': 'Wed, 06 Aug 2025 14:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-13f55ab4-0c77-4174-be78-8ec9a13c666b', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f55ab4-0c77-4174-be78-8ec9a13c666b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T14:54:58.000000", "name": "tempest-GroupsV320Test-Group-1400570114", "description": null, "group_type": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:59,412 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.040s 2025-08-06 14:54:59,413 99409 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': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69e40fe-8a7e-4619-8448-36fcc11e7b51', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69e40fe-8a7e-4619-8448-36fcc11e7b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"group": {"id": "612c8b97-0db7-4984-8fe0-530057dfe8b8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T14:54:58.000000", "name": "tempest-GroupsV320Test-Group-1400570114", "description": null, "group_type": "9dd91f0b-aaa8-443c-9c1a-2c6569a74e09", "volume_types": ["6eb4ef58-ade6-497b-962a-c886a5dcceb1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 14:54:59,523 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.105s 2025-08-06 14:54:59,523 99409 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': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cea68a5-d61a-4c50-aec7-db04c1dc93cf', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cea68a5-d61a-4c50-aec7-db04c1dc93cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 14:54:59,618 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8/action 0.080s 2025-08-06 14:54:59,619 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-fbf791ff-9039-4a02-8cb1-a9a03d4d6813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8/action'} Body: b'' 2025-08-06 14:54:59,638 99409 INFO [tempest.lib.common.rest _client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8 0.018s 2025-08-06 14:54:59,638 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-2f0aea54-9774-471d-8bce-bc1d601045c6', 'x-openstack-request-id': 'req-2f0aea54-9774-471d-8bce-bc1d601045c6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/612c8b97-0db7-4984-8fe0-530057dfe8b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 612c8b97-0db7-4984-8fe0-530057dfe8b8 could not be found."}}' 2025-08-06 14:54:59,668 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9dd91f0b-aaa8-443c-9c1a-2c6569a74e09 0.029s 2025-08-06 14:54:59,668 99409 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': 'Wed, 06 Aug 2025 14:54:59 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-27c6cd5e-d171-49d4-9b2e-5f5891152065', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9dd91f0b-aaa8-443c-9c1a-2c6569a74e09'} Body: b'' 2025-08-06 14:54:59,946 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1 0.276s 2025-08-06 14:54:59,946 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355cae99-8435-4310-9328-1446ea5954bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1'} Body: b'' 2025-08-06 14:54:59,963 99409 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1 0.016s 2025-08-06 14:54:59,964 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-298b6f28-c7cc-4e96-8c25-c88e3814447d', 'x-openstack-request-id': 'req-298b6f28-c7cc-4e96-8c25-c88e3814447d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/6eb4ef58-ade6-497b-962a-c886a5dcceb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6eb4ef58-ade6-497b-962a-c886a5dcceb1 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 015de45a-81ff-40f4-8368-ef467fc0ec30 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:05,885 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.805s 2025-08-06 14:55:05,885 99417 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-1093101775", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13a71ee-26c9-4022-9eb0-9bf52128170e', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13a71ee-26c9-4022-9eb0-9bf52128170e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:05.819477", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:05,938 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30 0.038s 2025-08-06 14:55:05,938 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-040a396c-d733-4ad5-b609-314e54cfaa61', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-040a396c-d733-4ad5-b609-314e54cfaa61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:06.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d39a4e0b302d4c9f8ec56321c22b1478"}}' 2025-08-06 14:55:06,992 99417 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30 0.038s 2025-08-06 14:55:06,992 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cb6c6d-c9d2-4aea-8735-4e7e0c8b4754', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cb6c6d-c9d2-4aea-8735-4e7e0c8b4754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30'} Body: b'{"volume": {"id": "015de45a-81ff-40f4-8368-ef467fc0ec30", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:06.000000", "updated_at": "2025-08-06T14:55:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1093101775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/015de45a-81ff-40f4-8368-ef467fc0ec30"}], "user_id": "ef05096482a74cdf9de198aac91e8cdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d39a4e0b302d4c9f8ec56321c22b1478"}}' 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 6a512123-4140-4cfe-b53e-f862246a5f5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:15,651 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.334s 2025-08-06 14:55:15,651 99413 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-359477885"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e70f6c3-0fa8-448b-ad85-be76f18d13af', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e70f6c3-0fa8-448b-ad85-be76f18d13af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:15.593389", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:15,708 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c 0.043s 2025-08-06 14:55:15,708 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d1ba4c-bf82-41f0-8891-1a7f82cb562f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d1ba4c-bf82-41f0-8891-1a7f82cb562f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:16.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f5053411c274bcc8e840120f50af314"}}' 2025-08-06 14:55:16,762 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c 0.038s 2025-08-06 14:55:16,762 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ceb0f50-d3d5-4751-a735-bffe1fe3d8c0', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ceb0f50-d3d5-4751-a735-bffe1fe3d8c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c'} Body: b'{"volume": {"id": "6a512123-4140-4cfe-b53e-f862246a5f5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:16.000000", "updated_at": "2025-08-06T14:55:16.000000", "name": "tempest-TestVolumeSwap-volume-359477885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6a512123-4140-4cfe-b53e-f862246a5f5c"}], "user_id": "fa33a02ed2c94d548aa48fa98912b934", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f5053411c274bcc8e840120f50af314"}}' 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 38549965-c4ea-44da-8253-2bed6af74038 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 690e3a78-90f4-4518-bf6b-5476c5304403 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:20,270 99409 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.224s 2025-08-06 14:55:20,271 99409 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-2118488113"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde3b3cd-7692-4d7d-ac35-6e3b74aad383', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde3b3cd-7692-4d7d-ac35-6e3b74aad383', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.204776", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:20,340 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.055s 2025-08-06 14:55:20,340 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e342ad-d54b-451e-901e-c3b3f704b5b3', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e342ad-d54b-451e-901e-c3b3f704b5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,489 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.133s 2025-08-06 14:55:21,489 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83d1ea6-ffa3-4b35-b95b-3d9365eb6571', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83d1ea6-ffa3-4b35-b95b-3d9365eb6571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": "2025-08-06T14:55:20.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,541 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.037s 2025-08-06 14:55:21,541 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-114b62cd-6512-450f-ac33-8d4fae8a1ba6', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-114b62cd-6512-450f-ac33-8d4fae8a1ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"volume": {"id": "690e3a78-90f4-4518-bf6b-5476c5304403", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T14:55:20.000000", "updated_at": "2025-08-06T14:55:20.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2118488113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/690e3a78-90f4-4518-bf6b-5476c5304403"}], "user_id": "0fd3621971644a7c8173af255bd4c833", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67149ba0d58244669187354e5ba7ca1b"}}' 2025-08-06 14:55:21,651 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.096s 2025-08-06 14:55:21,651 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-2b303a97-f320-444d-aa4b-ec8813684007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'' 2025-08-06 14:55:21,677 99409 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403 0.025s 2025-08-06 14:55:21,677 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-6d529925-1342-4ee5-898b-f3ff930ee4c9', 'x-openstack-request-id': 'req-6d529925-1342-4ee5-898b-f3ff930ee4c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/690e3a78-90f4-4518-bf6b-5476c5304403'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 690e3a78-90f4-4518-bf6b-5476c5304403 could not be found."}}' 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 c15963e0-54db-4ada-9d21-8b196b3a8c11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:21,687 99401 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.535s 2025-08-06 14:55:21,687 99401 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-253695606"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec05561b-f02f-440c-a262-08ef1138ffe6', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec05561b-f02f-440c-a262-08ef1138ffe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:21.578835", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-06 14:55:21,781 99401 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11 0.081s 2025-08-06 14:55:21,782 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a477579-62bf-4913-933f-611aea0167f2', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a477579-62bf-4913-933f-611aea0167f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:22.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "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": "3f0010e4f6b84aa894e85ccbea910d3f"}}' 2025-08-06 14:55:22,872 99401 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11 0.075s 2025-08-06 14:55:22,873 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91184ee8-3e93-4418-896e-dc228df2e956', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91184ee8-3e93-4418-896e-dc228df2e956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11'} Body: b'{"volume": {"id": "c15963e0-54db-4ada-9d21-8b196b3a8c11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:22.000000", "updated_at": "2025-08-06T14:55:22.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-253695606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c15963e0-54db-4ada-9d21-8b196b3a8c11"}], "user_id": "5ae691e0e14b4f8bbd8afa47b130d66f", "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": "3f0010e4f6b84aa894e85ccbea910d3f"}}' 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 3484aced-3156-4376-8364-579caf7f574d failed to build and is in ERROR status setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ace2fba5-8651-49f1-bc41-fc6a97dc92a4 failed to build and is in ERROR status 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 6dddb5a3-b1b5-4adf-ab82-fb1eee509e94 failed to build and is in ERROR status 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 5fd28f40-40bf-400e-ba67-2b62087d3719 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1c8450cb-f835-4a30-811d-79ccd259fd8d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:26,552 99421 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.439s 2025-08-06 14:55:26,553 99421 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-600692575"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d53ade-8a3f-42b1-b357-1c51ee44756f', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d53ade-8a3f-42b1-b357-1c51ee44756f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.490680", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:26,608 99421 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/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.042s 2025-08-06 14:55:26,609 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe2b240-bc3e-418a-a42b-59122bb911b7', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe2b240-bc3e-418a-a42b-59122bb911b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,679 99421 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/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.056s 2025-08-06 14:55:27,679 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-40e827a8-893f-4d0d-b304-fd813e8f437a', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e827a8-893f-4d0d-b304-fd813e8f437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,732 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.038s 2025-08-06 14:55:27,733 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d0e375-941e-400e-a352-a6b405a99e20', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d0e375-941e-400e-a352-a6b405a99e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"volume": {"id": "1c8450cb-f835-4a30-811d-79ccd259fd8d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:26.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersTest-Volume-600692575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:27,843 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.096s 2025-08-06 14:55:27,844 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-4e084d97-3f1f-441b-9fa4-2ff1af0816b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'' 2025-08-06 14:55:27,865 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d 0.020s 2025-08 -06 14:55:27,865 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd762673-d87a-4e1e-9503-dd17e3561ff8', 'x-openstack-request-id': 'req-dd762673-d87a-4e1e-9503-dd17e3561ff8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1c8450cb-f835-4a30-811d-79ccd259fd8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c8450cb-f835-4a30-811d-79ccd259fd8d could not be found."}}' 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 4ca6759b-e356-4f35-acea-aef311857030 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:26,916 99415 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.523s 2025-08-06 14:55:26,917 99415 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-1031425892", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c5ee8bd-4284-4058-8f30-d642e1cc0b8e', 'x-compute-request-id': 'req-9c5ee8bd-4284-4058-8f30-d642e1cc0b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:26.807844", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-06 14:55:27,001 99415 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/4ca6759b-e356-4f35-acea-aef311857030 0.079s 2025-08-06 14:55:27,002 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 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-124467ea-2bad-4d3a-af58-44f6a8870cb4', 'x-compute-request-id': 'req-124467ea-2bad-4d3a-af58-44f6a8870cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:27.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-06 14:55:28,060 99415 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/4ca6759b-e356-4f35-acea-aef311857030 0.052s 2025-08-06 14:55:28,060 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 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-e811d2f2-c6a6-4cab-989a-8b786fb312d1', 'x-compute-request-id': 'req-e811d2f2-c6a6-4cab-989a-8b786fb312d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4ca6759b-e356-4f35-acea-aef311857030'} Body: b'{"volume": {"id": "4ca6759b-e356-4f35-acea-aef311857030", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T14:55:27.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1031425892", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 aa0ecdb4-c217-40b0-9fd6-5890d443726e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:27,395 99403 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.600s 2025-08-06 14:55:27,396 99403 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-715032437"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707e3258-82b1-4d7a-b240-db2572c6975a', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707e3258-82b1-4d7a-b240-db2572c6975a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.125308", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 14:55:27,478 99403 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/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.069s 2025-08-06 14:55:27,478 99403 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': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2354892-7c04-4cac-b683-48f1afcdbe3e', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2354892-7c04-4cac-b683-48f1afcdbe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,538 99403 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/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.044s 2025-08-06 14:55:28,538 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaaff09f-c024-429b-83d9-84ef7579b051', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaaff09f-c024-429b-83d9-84ef7579b051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,587 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.035s 2025-08-06 14:55:28,588 99403 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': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b435be0-43c8-4bee-899c-a7e9cf9c14cd', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b435be0-43c8-4bee-899c-a7e9cf9c14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"volume": {"id": "aa0ecdb4-c217-40b0-9fd6-5890d443726e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:27.000000", "updated_at": "2025-08-06T14:55:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-715032437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:28,826 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.225s 2025-08-06 14:55:28,827 99403 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': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21248be2-72ae-4ca1-a991-324983c0af0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'' 2025-08-06 14:55:28,854 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e 0.027s 2025-08-06 14:55:28,855 99403 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': 'Wed, 06 Aug 2025 14:55:28 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-7d1561dd-d2d0-4f1b-8520-e83ad0c67d79', 'x-openstack-request-id': 'req-7d1561dd-d2d0-4f1b-8520-e83ad0c67d79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa0ecdb4-c217-40b0-9fd6-5890d443726e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa0ecdb4-c217-40b0-9fd6-5890d443726e 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 5f67ffd5-40d5-4ab7-bf01-8c38c8d0a215 failed to build and is in ERROR status 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 67b77020-1e50-42c6-a3a1-1c87e14a85cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:28,070 99421 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.202s 2025-08-06 14:55:28,071 99421 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-759496615"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bcc296-a245-48f2-80a9-da5f0c8ea485', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bcc296-a245-48f2-80a9-da5f0c8ea485', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.005605", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:28,124 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.041s 2025-08-06 14:55:28,125 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0097b32b-27fd-4459-a90d-af9a65b095ec', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0097b32b-27fd-4459-a90d-af9a65b095ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,180 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.040s 2025-08-06 14:55:29,180 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-9de5e1d4-7b64-4c87-88c2-e1e6f56e3334', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de5e1d4-7b64-4c87-88c2-e1e6f56e3334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": "2025-08-06T14:55:28.000000", "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,234 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.040s 2025-08-06 14:55:29,235 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acbf6e16-d599-4877-9976-2cd7340636d3', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acbf6e16-d599-4877-9976-2cd7340636d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"volume": {"id": "67b77020-1e50-42c6-a3a1-1c87e14a85cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:28.000000", "updated_at": "2025-08-06T14:55:28.000000", "name": "tempest-VolumesTransfersTest-Volume-759496615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc"}], "user_id": "a03f57a1323844dcaf976201dcdd7c43", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5103e1c8d9464fa59e9307a6794058"}}' 2025-08-06 14:55:29,454 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.191s 2025-08-06 14:55:29,455 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-032feb7d-de3f-4a20-9c90-e418c0bbf064', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'' 2025-08-06 14:55:29,479 99421 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc 0.023s 2025-08-06 14:55:29 ,479 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-61616878-4c90-480e-a679-86bc8611d4e7', 'x-openstack-request-id': 'req-61616878-4c90-480e-a679-86bc8611d4e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67b77020-1e50-42c6-a3a1-1c87e14a85cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67b77020-1e50-42c6-a3a1-1c87e14a85cc 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 3789c8f4-2e52-45f0-8df7-f49a3068756d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:29,068 99403 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.210s 2025-08-06 14:55:29,068 99403 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-1880573979"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10fddd32-2127-49e8-a55d-ddda13de3095', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10fddd32-2127-49e8-a55d-ddda13de3095', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.002203", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 14:55:29,126 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.045s 2025-08-06 14:55:29,126 99403 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': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685305bf-2ad6-4b2c-8477-507e539c1b3a', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685305bf-2ad6-4b2c-8477-507e539c1b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,184 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.043s 2025-08-06 14:55:30,184 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b05002a4-2072-430c-aee3-ac90c3b2c685', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b05002a4-2072-430c-aee3-ac90c3b2c685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": "2025-08-06T14:55:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,266 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.068s 2025-08-06 14:55:30,267 99403 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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fda3fe-17f1-4f5a-a80a-4b01605c0e05', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fda3fe-17f1-4f5a-a80a-4b01605c0e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"volume": {"id": "3789c8f4-2e52-45f0-8df7-f49a3068756d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:29.000000", "updated_at": "2025-08-06T14:55:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1880573979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d"}], "user_id": "40b0f7c43bee49158b3ffd3a06b97225", "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": "ecc0a82bab9e496a8b27fe631cc70879"}}' 2025-08-06 14:55:30,589 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.293s 2025-08-06 14:55:30,589 99403 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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cef249bf-56cc-43c1-80dc-a0cd8d2cd427', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'' 2025-08-06 14:55:30,609 99403 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d 0.019s 2025-08-06 14:55:30,609 99403 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': 'Wed, 06 Aug 2025 14:55:30 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-9eee196a-bbb5-4f71-8d38-72a53460a60f', 'x-openstack-request-id': 'req-9eee196a-bbb5-4f71-8d38-72a53460a60f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3789c8f4-2e52-45f0-8df7-f49a3068756d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3789c8f4-2e52-45f0-8df7-f49a3068756d could not be found."}}' 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 a96a5672-806e-4c4a-93db-3f8ceaa93f4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:30,851 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.452s 2025-08-06 14:55:30,851 99405 DEBUG [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-1355528602"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39996687-71f7-4ffa-b0b1-a3c225f09f5a', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39996687-71f7-4ffa-b0b1-a3c225f09f5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:30.764836", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:30,901 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b 0.037s 2025-08-06 14:55:30,902 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89bb0e1-4c03-4bcd-9cd1-52d535b3ffa3', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89bb0e1-4c03-4bcd-9cd1-52d535b3ffa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:31.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:31,962 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b 0.045s 2025-08-06 14:55:31,963 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94cd5ef-9819-40bf-a690-0fedd0f90914', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d94cd5ef-9819-40bf-a690-0fedd0f90914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b'} Body: b'{"volume": {"id": "a96a5672-806e-4c4a-93db-3f8ceaa93f4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:31.000000", "updated_at": "2025-08-06T14:55:31.000000", "name": "tempest-VolumeDependencyTests-Volume-1355528602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a96a5672-806e-4c4a-93db-3f8ceaa93f4b"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 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 28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:32,177 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.193s 2025-08-06 14:55:32,178 99405 DEBUG [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-696627491"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bb9180-d5ab-4f1e-99c1-6fa8f6da89af', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bb9180-d5ab-4f1e-99c1-6fa8f6da89af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.113090", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:32,236 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 0.047s 2025-08-06 14:55:32,237 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2baff5e-1f81-4a35-839e-5692d3973833', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2baff5e-1f81-4a35-839e-5692d3973833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:33,296 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8 0.045s 2025-08-06 14:55:33,296 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53f4a15-e99d-4ee0-a959-bd3d04801c6f', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53f4a15-e99d-4ee0-a959-bd3d04801c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8'} Body: b'{"volume": {"id": "28c7878c-ea9b-4676-998d-4e2fc5f7c3a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:32.000000", "updated_at": "2025-08-06T14:55:32.000000", "name": "tempest-VolumeDependencyTests-Volume-696627491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/28c7878c-ea9b-4676-998d-4e2fc5f7c3a8"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 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 0ba9a9ab-938b-420b-ae87-6a6ea2502089 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:33,500 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.188s 2025-08-06 14:55:33,500 99405 DEBUG [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-769755061"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1185bc06-ba3b-4df1-a41b-9b9840a89b96', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1185bc06-ba3b-4df1-a41b-9b9840a89b96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.437089", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:33,551 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089 0.038s 2025-08-06 14:55:33,552 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d1d488-e844-4644-b9eb-9d60ec639005', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d1d488-e844-4644-b9eb-9d60ec639005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:34,614 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089 0.047s 2025-08-06 14:55:34,614 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8acb5c24-0f3c-4b4d-a8df-1056e1599b12', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8acb5c24-0f3c-4b4d-a8df-1056e1599b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089'} Body: b'{"volume": {"id": "0ba9a9ab-938b-420b-ae87-6a6ea2502089", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:33.000000", "updated_at": "2025-08-06T14:55:34.000000", "name": "tempest-VolumeDependencyTests-Volume-769755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0ba9a9ab-938b-420b-ae87-6a6ea2502089"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 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 a9328aca-a7ff-4965-8122-9b9b04698f5e failed to build and is in ERROR status 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 2b804d29-8e20-4dac-918e-7d303f661ddf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:34,864 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.234s 2025-08-06 14:55:34,865 99405 DEBUG [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-529738864"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ee056-cbea-43dd-b0fc-2d7c66ba4d81', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ee056-cbea-43dd-b0fc-2d7c66ba4d81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:34.803699", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:34,920 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf 0.043s 2025-08-06 14:55:34,920 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-737cf0e9-1f00-44db-a47b-28d6aba1365c', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-737cf0e9-1f00-44db-a47b-28d6aba1365c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:35.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 2025-08-06 14:55:36,253 99405 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf 0.319s 2025-08-06 14:55:36,253 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300e66cb-58bc-4ddf-b7e5-9807a9740488', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300e66cb-58bc-4ddf-b7e5-9807a9740488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf'} Body: b'{"volume": {"id": "2b804d29-8e20-4dac-918e-7d303f661ddf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:35.000000", "updated_at": "2025-08-06T14:55:35.000000", "name": "tempest-VolumeDependencyTests-Volume-529738864", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b804d29-8e20-4dac-918e-7d303f661ddf"}], "user_id": "4d872734aea2485aac5c6eb7b4a91c1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7d7fa04d46d64a4d8adcddcf4d8d5691"}}' 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 2868e336-f6f7-4de0-a64f-f4022fccde95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:43,240 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.450s 2025-08-06 14:55:43,241 99405 DEBUG [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-39189784"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb9b025-22a5-4b66-8f3f-b27422071da2', 'content-length': '765', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb9b025-22a5-4b66-8f3f-b27422071da2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.162161", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:43,328 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95 0.061s 2025-08-06 14:55:43,328 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f168fb7-a8d2-4eb5-a8e3-812e722299b4', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f168fb7-a8d2-4eb5-a8e3-812e722299b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 2025-08-06 14:55:44,386 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95 0.044s 2025-08-06 14:55:44,387 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-60077e38-5529-435f-8ef8-2e5e7bb1da2a', 'content-length': '854', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60077e38-5529-435f-8ef8-2e5e7bb1da2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95'} Body: b'{"volume": {"id": "2868e336-f6f7-4de0-a64f-f4022fccde95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:43.000000", "updated_at": "2025-08-06T14:55:43.000000", "name": "tempest-VolumeRevertTests-Volume-39189784", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2868e336-f6f7-4de0-a64f-f4022fccde95"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 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 9d6b9758-f7bf-4b17-b4b8-e06335c1bc0f failed to build and is in ERROR status 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 ba4324a4-3afc-4150-be39-b0dfd84e8a21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:44,676 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.273s 2025-08-06 14:55:44,676 99405 DEBUG [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-1191857645"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a66c397f-42dc-44dc-b1d2-219a678a4974', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a66c397f-42dc-44dc-b1d2-219a678a4974', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:44.576726", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 14:55:44,729 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21 0.041s 2025-08-06 14:55:44,730 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26bedab6-363d-4b9a-a179-fbc0ad9e673e', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26bedab6-363d-4b9a-a179-fbc0ad9e673e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:45.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 2025-08-06 14:55:45,800 99405 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21 0.054s 2025-08-06 14:55:45,800 99405 DEBUG [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': 'Wed, 06 Aug 2025 14:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-0b8d970e-bd23-479c-a989-a9e12af09933', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8d970e-bd23-479c-a989-a9e12af09933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21'} Body: b'{"volume": {"id": "ba4324a4-3afc-4150-be39-b0dfd84e8a21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:45.000000", "updated_at": "2025-08-06T14:55:45.000000", "name": "tempest-VolumeRevertTests-Volume-1191857645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba4324a4-3afc-4150-be39-b0dfd84e8a21"}], "user_id": "846d917f8a5e4497b3c0b55af3b0556d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3069cc7b09a4490cb6040c0dcabd182e"}}' 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 1b9a61d3-910a-4451-8a5d-65c0973218ce failed to build and is in ERROR status tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9afe092-f115-4dd8-9504-ea70d3dd9909 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:56,566 99417 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.480s 2025-08-06 14:55:56,566 99417 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-560311186"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e19a4ea4-fb1a-4de0-85e9-aa6b6b193507', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e19a4ea4-fb1a-4de0-85e9-aa6b6b193507', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.479898", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:55:56,647 99417 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/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.054s 2025-08-06 14:55:56,648 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee90e94-3ba7-4e05-a80a-7a261db51080', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee90e94-3ba7-4e05-a80a-7a261db51080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,722 99417 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/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.058s 2025-08-06 14:55:57,722 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-37644740-2e6f-4046-95b1-6096296f64bd', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37644740-2e6f-4046-95b1-6096296f64bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": "2025-08-06T14:55:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,780 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.042s 2025-08-06 14:55:57,781 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c6dbe9-47a6-45fe-bb8e-0a5ef0590f30', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c6dbe9-47a6-45fe-bb8e-0a5ef0590f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"volume": {"id": "e9afe092-f115-4dd8-9504-ea70d3dd9909", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:55:56.000000", "updated_at": "2025-08-06T14:55:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-560311186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909"}], "user_id": "0a34ee86873147ea80449c5aabd8e952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed958b40d9d545168feb3a1b8dd8605e"}}' 2025-08-06 14:55:57,910 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0.115s 2025-08-06 14:55:57,910 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181c7c4e-1e3c-4c0f-ae57-b2e7f9060de9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'' 2025-08-06 14:55:57,939 99417 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909 0. 028s 2025-08-06 14:55:57,939 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f892aa4c-20ff-453a-a8df-97c363d8d4d8', 'x-openstack-request-id': 'req-f892aa4c-20ff-453a-a8df-97c363d8d4d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9afe092-f115-4dd8-9504-ea70d3dd9909'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9afe092-f115-4dd8-9504-ea70d3dd9909 could not be found."}}' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 73, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8c935a6e-34a8-4eee-85be-efe81faa216d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:09,134 99415 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.261s 2025-08-06 14:56:09,134 99415 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': 'Wed, 06 Aug 2025 14:56:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb3d972-3489-4138-98d2-beac2044f689', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb3d972-3489-4138-98d2-beac2044f689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "9eb8673d-48cb-41b5-a497-1a71fd7588f5", "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-06 14:56:10,020 99415 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.882s 2025-08-06 14:56:10,021 99415 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': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-19bc27a2-2786-4c7e-ae3b-cee62fb88533', '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": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:10Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,461 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec/file 1.437s 2025-08-06 14:56:11,461 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a9c891a9 -5bf9-4599-ac93-06b467a2ab9e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file'} Body: b'' 2025-08-06 14:56:11,489 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.027s 2025-08-06 14:56:11,489 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be9a9ba8-7619-44a2-b47c-82d85eec1786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,512 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.022s 2025-08-06 14:56:11,512 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4c13264f-659f-444c-9770-5d0d7fb4944f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:11,532 99415 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/6655f459-54d9-4311-9313-1bd17872b8ec 0.019s 2025-08-06 14:56:11,533 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-14afbad0-ec50-44a7-a565-6cbd75696711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec'} 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": "dbc42b88a0cfcb4cc66e291b491e9b4b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b9a2eadb12bb4649bd15f2bb73d853cf", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f4d1b81939176554d7a3e93bcb2dbac90f8d49c4a8a4187ba4cf6ba6657b705738dff2405ddce7b31486db8822f5c03d1ac00ec7b020b5888c22e13dbdf51e1", "id": "6655f459-54d9-4311-9313-1bd17872b8ec", "created_at": "2025-08-06T14:56:10Z", "updated_at": "2025-08-06T14:56:11Z", "tags": [], "self": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec", "file": "/v2/images/6655f459-54d9-4311-9313-1bd17872b8ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:12,037 99415 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.504s 2025-08-06 14:56:12,038 99415 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": "6655f459-54d9-4311-9313-1bd17872b8ec", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a10dadb-9a9b-4c5b-9732-2a8511a0f827', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a10dadb-9a9b-4c5b-9732-2a8511a0f827', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:11.931678", "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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:12,100 99415 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/8c935a6e-34a8-4eee-85be-efe81faa216d 0.050s 2025-08-06 14:56:12,101 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e604f9-12d4-4f9e-8357-9a0a42821e43', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e604f9-12d4-4f9e-8357-9a0a42821e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:12.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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a2eadb12bb4649bd15f2bb73d853cf"}}' 2025-08-06 14:56:13,171 99415 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/8c935a6e-34a8-4eee-85be-efe81faa216d 0.055s 2025-08-06 14:56:13,172 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b04d59-d2aa-41e2-8373-1be48948e3af', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b04d59-d2aa-41e2-8373-1be48948e3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d'} Body: b'{"volume": {"id": "8c935a6e-34a8-4eee-85be-efe81faa216d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:12.000000", "updated_at": "2025-08-06T14:56:12.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/8c935a6e-34a8-4eee-85be-efe81faa216d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c935a6e-34a8-4eee-85be-efe81faa216d"}], "user_id": "74e30a31a0a4438b9b040c6728bf03fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a2eadb12bb4649bd15f2bb73d853cf"}}' 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 6fc965bd-c44a-4f81-8a70-db9e42be76c1 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 9081f13f-d498-4361-b96c-db5115534b62 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 56a2757d-3679-44a8-93a6-7ffa9bfc02c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:22,004 99415 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.416s 2025-08-06 14:56:22,005 99415 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-551373026"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cabd20c-d528-439f-b360-5358837d714d', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cabd20c-d528-439f-b360-5358837d714d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:21.928164", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:22,060 99415 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2 0.044s 2025-08-06 14:56:22,061 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d2feae-6553-45b1-94e3-ff7066b476ad', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d2feae-6553-45b1-94e3-ff7066b476ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fe113097f914100a12ad5cde4e0be4f"}}' 2025-08-06 14:56:23,121 99415 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2 0.043s 2025-08-06 14:56:23,121 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5b6549-0ab2-47ae-a9db-69f94f9a26f3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5b6549-0ab2-47ae-a9db-69f94f9a26f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2'} Body: b'{"volume": {"id": "56a2757d-3679-44a8-93a6-7ffa9bfc02c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.000000", "updated_at": "2025-08-06T14:56:22.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-551373026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56a2757d-3679-44a8-93a6-7ffa9bfc02c2"}], "user_id": "d2ccdf8350ca4ba09a520535c19cc8a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fe113097f914100a12ad5cde4e0be4f"}}' 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 602aee09-e8b4-4a73-bbb6-12396493878c failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9383737-c585-414f-abb3-f5b5ac8fea63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:28,264 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.839s 2025-08-06 14:56:28,264 99401 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-81645741", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c69ee09-83e9-488b-8966-44fcef7a0cb0', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c69ee09-83e9-488b-8966-44fcef7a0cb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.194475", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:28,360 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63 0.083s 2025-08-06 14:56:28,361 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971406ef-bf0c-409a-baac-7f7a93e60514', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971406ef-bf0c-409a-baac-7f7a93e60514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb82faf840cb40feab229befbff95948"}}' 2025-08-06 14:56:29,451 99401 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63 0.073s 2025-08-06 14:56:29,451 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92532c4f-b143-4471-99f8-50ad852343da', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92532c4f-b143-4471-99f8-50ad852343da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63'} Body: b'{"volume": {"id": "e9383737-c585-414f-abb3-f5b5ac8fea63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:28.000000", "updated_at": "2025-08-06T14:56:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-81645741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9383737-c585-414f-abb3-f5b5ac8fea63"}], "user_id": "5b4e11a2242746dcaae726959bd32878", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb82faf840cb40feab229befbff95948"}}' 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 21a02bd0-7972-4eef-aa0d-cc7adac88abe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:33,383 99417 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.437s 2025-08-06 14:56:33,384 99417 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-990193906", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615149bd-334a-47ca-8777-efd5ce4a44d5', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615149bd-334a-47ca-8777-efd5ce4a44d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.299536", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:33,454 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.050s 2025-08-06 14:56:33,455 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699c89fa-93e0-45b5-90fe-e32969b14d73', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699c89fa-93e0-45b5-90fe-e32969b14d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,512 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.039s 2025-08-06 14:56:34,512 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-d775c092-7335-4f99-a91c-aa3621696453', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d775c092-7335-4f99-a91c-aa3621696453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": "2025-08-06T14:56:33.000000", "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,572 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.043s 2025-08-06 14:56:34,572 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39b1ea6-fa37-4c7b-b837-cfbc6535aed9', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39b1ea6-fa37-4c7b-b837-cfbc6535aed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"volume": {"id": "21a02bd0-7972-4eef-aa0d-cc7adac88abe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:33.000000", "updated_at": "2025-08-06T14:56:33.000000", "name": "tempest-VolumesGetTest-Volume-990193906", "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/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:34,701 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.114s 2025-08-06 14:56:34,701 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b57cae-92ff-4cc6-a3ea-6c2a1a63dfe7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'' 2025-08-06 14:56:34,724 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe 0.022s 2025-08- 06 14:56:34,725 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33aed7ee-089a-471f-8466-d889d15b1ffd', 'x-openstack-request-id': 'req-33aed7ee-089a-471f-8466-d889d15b1ffd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/21a02bd0-7972-4eef-aa0d-cc7adac88abe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21a02bd0-7972-4eef-aa0d-cc7adac88abe 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 e5f37743-208b-4c29-a39b-86b14577f106 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:34,975 99417 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.245s 2025-08-06 14:56:34,975 99417 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-86551908"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288cbcd2-d332-4fa6-a0f0-1adbcf65222b', 'content-length': '744', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288cbcd2-d332-4fa6-a0f0-1adbcf65222b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:34.878045", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:35,057 99417 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/e5f37743-208b-4c29-a39b-86b14577f106 0.068s 2025-08-06 14:56:35,057 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae651452-52db-4790-b2df-bbbfa9896354', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae651452-52db-4790-b2df-bbbfa9896354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,128 99417 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/e5f37743-208b-4c29-a39b-86b14577f106 0.056s 2025-08-06 14:56:36,129 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0b5032- 8d6c-4214-aa10-6f6d5d5362f5', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0b5032-8d6c-4214-aa10-6f6d5d5362f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": "2025-08-06T14:56:35.000000", "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,194 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.051s 2025-08-06 14:56:36,199 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abfd6c1-7e3c-4485-b68a-d16ae85e613b', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abfd6c1-7e3c-4485-b68a-d16ae85e613b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"volume": {"id": "e5f37743-208b-4c29-a39b-86b14577f106", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:35.000000", "updated_at": "2025-08-06T14:56:35.000000", "name": "tempest-VolumesGetTest-Volume-86551908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5f37743-208b-4c29-a39b-86b14577f106"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:36,323 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.111s 2025-08-06 14:56:36,324 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-9e71d4c8-1504-4b9e-a645-dbcfdbf3c5e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'' 2025-08-06 14:56:36,386 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106 0.061s 2025-08-06 14:56:36,386 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-d295f468-830d-46b3-bda6-ec9f507089c5', 'x-openstack-request-id': 'req-d295f468-830d-46b3-bda6-ec9f507089c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5f37743-208b-4c29-a39b-86b14577f106'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5f37743-208b-4c29-a39b-86b14577f106 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 f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:36,413 99417 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.023s 2025-08-06 14:56:36,414 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e04a55d7-b87b-4f5f-9721-a014e34e3904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:36,441 99417 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.026s 2025-08-06 14:56:36,441 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b56145ea-18c8-4fb9-99e1-3b3e8cbbf51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:36,863 99417 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.421s 2025-08-06 14:56:36,863 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-Volumes GetTest-Volume-1428027611", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8594be6d-4da0-4195-b311-488161eee4e0', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8594be6d-4da0-4195-b311-488161eee4e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:36.721946", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:36,920 99417 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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.044s 2025-08-06 14:56:36,920 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a0a640-30f2-46e6-ad3f-3a48bf626f81', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a0a640-30f2-46e6-ad3f-3a48bf626f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,099 99417 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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.164s 2025-08-06 14:56:38,099 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c17189-6b8c-4daa-a06c-9f233624eb28', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c17189-6b8c-4daa-a06c-9f233624eb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5 -97ae-4ad2-b09e-5cb13bb1bd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": "2025-08-06T14:56:37.000000", "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,163 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.050s 2025-08-06 14:56:38,163 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab38d97-3bdf-4c30-841f-55ceed2175f9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab38d97-3bdf-4c30-841f-55ceed2175f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"volume": {"id": "f39749b5-97ae-4ad2-b09e-5cb13bb1bd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:37.000000", "updated_at": "2025-08-06T14:56:37.000000", "name": "tempest-VolumesGetTest-Volume-1428027611", "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/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96"}], "user_id": "30a4fb6e83a7427a816ef79f4a91c223", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a9cd8410fc14cf1be1bc159f978d43a"}}' 2025-08-06 14:56:38,303 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.126s 2025-08-06 14:56:38,304 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-e0a14e0e-ed01-4206-969a-c28613d96230', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'' 2025-08-06 14:56:38,329 99417 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 0.024s 2025-08-06 14:56:38,329 99417 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-ty pe': 'application/json', 'x-compute-request-id': 'req-8ebb7c2f-f9a4-44b6-8981-149d1e71ff0a', 'x-openstack-request-id': 'req-8ebb7c2f-f9a4-44b6-8981-149d1e71ff0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f39749b5-97ae-4ad2-b09e-5cb13bb1bd96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f39749b5-97ae-4ad2-b09e-5cb13bb1bd96 could not be found."}}' tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_instances_with_cinder_volumes.py", line 134, in test_instances_with_cinder_volumes_on_all_compute_nodes waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d4cacb1-4477-4f47-8bf9-5dd266525bf5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:40,633 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684 on backend None 2025-08-06 14:56:40,816 99403 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.182s 2025-08-06 14:56:40,816 99403 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-1142691982-929286684", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779300f0-7833-47e0-9615-b046dc259d41', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779300f0-7833-47e0-9615-b046dc259d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2a798905-9353-419c-a380-ba53f8c02d78", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:40,820 99403 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-06 14:56:41,721 99403 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.898s 2025-08-06 14:56:41,721 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1385539394", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9e4162e6-8177-40c9-a4c0-503adf42d746', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1385539394", "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": "17b03200ec594256a0fbbe41fcda3eed", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "created_at": "2025-08-06T14:56:42Z", "updated_at": "2025-08-06T14:56:42Z", "tags": [], "self": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "file": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:43,440 99403 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/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file 1.718s 2025-08-06 14:56:43,441 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5bb6605f-893e-4e91-b548-98e 81f3ed67a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file'} Body: b'' 2025-08-06 14:56:43,441 99403 DEBUG [tempest.scenario.manager] image:102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 2025-08-06 14:56:43,531 99403 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.085s 2025-08-06 14:56:43,531 99403 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-561550854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC1GLEzaXONJj8ixKYzQrjC4rC/WDEn0AnPkgxAKlsttlr5Od/fPaQfXEsFrvaEhvX0xaPZnQME/iZY8+1CWhBO0syNimc4ZTyWShSJsdkpHeBlNiuiywc5s35GhW1Ck9A=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0197b6d3-d8f3-41a7-83e2-f5638d979ea0', 'x-compute-request-id': 'req-0197b6d3-d8f3-41a7-83e2-f5638d979ea0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-561550854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC1GLEzaXONJj8ixKYzQrjC4rC/WDEn0AnPkgxAKlsttlr5Od/fPaQfXEsFrvaEhvX0xaPZnQME/iZY8+1CWhBO0syNimc4ZTyWShSJsdkpHeBlNiuiywc5s35GhW1Ck9A==", "fingerprint": "10:4b:dd:4e:d1:85:73:e7:fc:f8:43:83:90:25:8d:5e", "user_id": "56f62bec7e20417ebda452858f9d8e5e"}}' 2025-08-06 14:56:43,604 99403 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.070s 2025-08-06 14:56:43,605 99403 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': 'Wed, 06 Aug 2025 14:56:43 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-3ea69065-a1a7-4aa0-adc3-9e392bddc39f', 'x-compute-request-id': 'req-3ea69065-a1a7-4aa0-adc3-9e392bddc39f', '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-06T14:55:17.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-06T14:56:37.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-06T14:55:50.000000"}}}}]}' 2025-08-06 14:56:43,610 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833 on backend None 2025-08-06 14:56:43,646 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.035s 2025-08-06 14:56:43,646 99403 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98b6db6-e2b0-47ff-973d-58e286ac2ae7', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98b6db6-e2b0-47ff-973d-58e286ac2ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "0eb735fd-fdd5-4e68-87f5-1fa557646225", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:43,649 99403 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054 on backend None 2025-08-06 14:56:43,692 99403 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.043s 2025-08-06 14:56:43,692 99403 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-726949987-2126808054", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e57a034-f10f-4f5e-ad9c-675940fc939b', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e57a034-f10f-4f5e-ad9c-675940fc939b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "82f33b13-28e5-4f98-871b-a442484b4f36", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 14:56:43,695 99403 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-06 14:56:43,891 99403 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.195s 2025-08-06 14:56:43,891 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-764492258", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae748e48-fd10-4c49-a0f3-15681c06961e', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae748e48-fd10-4c49-a0f3-15681c06961e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f04c87a-73ce-4972-9a96-45d2ca0de9d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:43.832428", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume- 764492258", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1624511402-288301833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,158 99403 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.255s 2025-08-06 14:56:44,159 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-847740428", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e44c536-6d28-4d10-9321-7c7d93a5ef80', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e44c536-6d28-4d10-9321-7c7d93a5ef80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2aee0f0-3777-41f5-b318-2e5ada1a3449", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:44.078987", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-847740428", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-726949987-2126808054", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,192 99403 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/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 0.021s 2025-08-06 14:56:44,192 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-90cdf523-031a-4519-8f50-89bc3e400f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec'} Body: b'{"name": "tempest-scenario-img--1385539394", "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": "17b03200ec594256a0fbbe41fcda3eed", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "created_at": "2025-08-06T14:56:42Z", "updated_at": "2025-08-06T14:56:43Z", " tags": [], "self": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "file": "/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:56:44,605 99403 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.412s 2025-08-06 14:56:44,606 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "snapshot_id": null, "imageRef": "102b5f0d-34c0-4d44-8ecf-e5c14e8224ec", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885937cb-7f83-45f5-b98e-481f844c6e1a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885937cb-7f83-45f5-b98e-481f844c6e1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:44.537688", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:44,661 99403 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/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.042s 2025-08-06 14:56:44,662 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e3abe8-55b2-49d2-982f-1c5672349461', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e3abe8-55b2-49d2-982f-1c5672349461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:45.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17b03200ec594256a0fbbe41fcda3e ed"}}' 2025-08-06 14:56:45,733 99403 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/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.056s 2025-08-06 14:56:45,734 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a51deb-c76c-495a-a8ef-4563ac701d28', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a51deb-c76c-495a-a8ef-4563ac701d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"volume": {"id": "3d4cacb1-4477-4f47-8bf9-5dd266525bf5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:45.000000", "updated_at": "2025-08-06T14:56:45.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2008745125", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1142691982-929286684", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5"}], "user_id": "56f62bec7e20417ebda452858f9d8e5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17b03200ec594256a0fbbe41fcda3eed"}}' 2025-08-06 14:56:45,964 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.214s 2025-08-06 14:56:45,964 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-276d1948-404d-4d93-b86b-d6d0d3ae4a96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'' 2025-08-06 14:56:45,990 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5 0.024s 2025-08-06 14:56:45,990 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-a63a72ca-8f37-4f65-befb-21fdc9f9627b', 'x-openstack-request-id': 'req-a63a72ca-8f37-4f65-befb-21fdc9f9627b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3d4cacb1-4477-4f47-8bf9-5dd266525bf5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d4cacb1-4477-4f47-8bf9-5dd266525bf5 could not be found."}}' 2025-08-06 14:56:46,116 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449 0.125 s 2025-08-06 14:56:46,116 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-fcd407a5-a149-4dfc-aefd-62223915f252', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449'} Body: b'' 2025-08-06 14:56:46,147 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449 0.030s 2025-08-06 14:56:46,148 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-009c92b2-3ffb-416f-929c-386436818d1d', 'x-openstack-request-id': 'req-009c92b2-3ffb-416f-929c-386436818d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aee0f0-3777-41f5-b318-2e5ada1a3449'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2aee0f0-3777-41f5-b318-2e5ada1a3449 could not be found."}}' 2025-08-06 14:56:46,260 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2 0.112s 2025-08-06 14:56:46,260 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae87d63e-cf11-4fb7-affa-1070020ac6a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2'} Body: b'' 2025-08-06 14:56:46,289 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2 0.028s 2025-08-06 14:56:46,290 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-ea1c90af-8e5a-4e61-8926-a59689edd626', 'x-openstack-request-id': 'req-ea1c90af-8e5a-4e61-8926-a59689edd626', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f04c87a-73ce-4972-9a96-45d2ca0de9d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f04c87a-73ce-4972-9a96-45d2ca0de9d2 could not be found."}}' 2025-08-06 14:56:46,402 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.112s 2025-08-06 14:56:46,402 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respons e - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd1bfa3-1ee2-4195-9c90-1835acc1ddd7', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd1bfa3-1ee2-4195-9c90-1835acc1ddd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:46,501 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/82f33b13-28e5-4f98-871b-a442484b4f36 0.082s 2025-08-06 14:56:46,501 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a87b849-596b-40cb-b609-7587af0ea642', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/82f33b13-28e5-4f98-871b-a442484b4f36'} Body: b'' 2025-08-06 14:56:46,561 99403 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.059s 2025-08-06 14:56:46,562 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b34b23-ada1-474b-903e-67fff8786f50', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b34b23-ada1-47 4b-903e-67fff8786f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:46,636 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/0eb735fd-fdd5-4e68-87f5-1fa557646225 0.058s 2025-08-06 14:56:46,637 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba33511-0f93-434b-b44d-8a84a9b71037', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/0eb735fd-fdd5-4e68-87f5-1fa557646225'} Body: b'' 2025-08-06 14:56:46,684 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-561550854 0.046s 2025-08-06 14:56:46,685 99403 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': 'Wed, 06 Aug 2025 14:56:46 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-d8ddb1ff-72e9-41ec-beba-bbfef956513b', 'x-compute-request-id': 'req-d8ddb1ff-72e9-41ec-beba-bbfef956513b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-561550854'} Body: b'' 2025-08-06 14:56:46,8 25 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec 0.139s 2025-08-06 14:56:46,826 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4e51a570-00f5-4570-bc45-c322432e9579', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/102b5f0d-34c0-4d44-8ecf-e5c14e8224ec'} Body: b'' 2025-08-06 14:56:46,951 99403 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.125s 2025-08-06 14:56:46,952 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54976fe2-9b21-43ac-932a-160dcc9d115d', 'content-length': '1952', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54976fe2-9b21-43ac-932a-160dcc9d115d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "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": "4f45b916c1434b65870d88007da0653a"}, {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "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": "d4c59cd1c1b441e79ba00adc80e46e9d"}]}' 2025-08-06 14:56:47,034 99403 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2a798905-9353-419c-a380-ba53f8c02d78 0.060s 2025-08-06 14:56:47,034 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d09db9-1568-4b47-a8b0-cb8f3ca01e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2a798905-9353-419c-a380-ba53f8c02d78'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 139, in test_snapshot_removal volume_1 = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d2a05736-63fa-4f07-8876-692205a70ca6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:47,796 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.552s 2025-08-06 14:56:47,797 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1508545940", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b37148-974f-4a41-b200-42b95dcd1328', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b37148-974f-4a41-b200-42b95dcd1328', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:47.700240", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:47,859 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.049s 2025-08-06 14:56:47,859 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53b1524-564c-42b0-b997-bf1adff95152', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53b1524-564c-42b0-b997-bf1adff95152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:48.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bf89e9c9a13a4b3b94c6400379ab73f0"}}' 2025-08-06 14:56:48,929 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.055s 2025-08-06 14:56:48,930 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-62aa8057-c31a-4b5e-a66a-8721be3678bd', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62aa8057-c31a-4b5e-a66a-8721be3678bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"volume": {"id": "d2a05736-63fa-4f07-8876-692205a70ca6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:48.000000", "updated_at": "2025-08-06T14:56:48.000000", "name": "tempest-SnapshotDependencyTests-volume-1508545940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d2a05736-63fa-4f07-8876-692205a70ca6"}], "user_id": "7b04813b84c443e7b6954389d8477767", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bf89e9c9a13a4b3b94c6400379ab73f0"}}' 2025-08-06 14:56:49,075 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.128s 2025-08-06 14:56:49,076 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee2eba2-92e4-478a-92e5-bb70e9e27b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'' 2025-08-06 14:56:49,104 99415 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6 0.027s 2025-08-06 14:56:49,104 99415 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14: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-292da789-38d7-4bbb-8c3d-defba303d4a3', 'x-openstack-request-id': 'req-292da789-38d7-4bbb-8c3d-defba303d4a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d2a05736-63fa-4f07-8876-692205a70ca6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d2a05736-63fa-4f07-8876-692205a70ca6 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 9378510a-0fa7-457f-a041-157d3ccfb23e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:59,422 99403 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.397s 2025-08-06 14:56:59,423 99403 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-1951634609"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52c2dcc-a298-4640-901c-7b5e037d5916', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52c2dcc-a298-4640-901c-7b5e037d5916', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.303226", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:59,482 99403 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/9378510a-0fa7-457f-a041-157d3ccfb23e 0.048s 2025-08-06 14:56:59,483 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd774c4-7b17-4f12-ae4b-0fe6cf6ef8b0', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd774c4-7b17-4f12-ae4b-0fe6cf6ef8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d171d4b42a1d4db4a130bd2653cda215"}}' 2025-08-06 14:57:00,534 99403 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/9378510a-0fa7-457f-a041-157d3ccfb23e 0.036s 2025-08-06 14:57:00,534 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14 :57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91863217-051c-4d52-9686-4bc9f4123cd1', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91863217-051c-4d52-9686-4bc9f4123cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e'} Body: b'{"volume": {"id": "9378510a-0fa7-457f-a041-157d3ccfb23e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:59.000000", "updated_at": "2025-08-06T14:57:00.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1951634609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9378510a-0fa7-457f-a041-157d3ccfb23e"}], "user_id": "9178c4632b2942a2878a4ace88691e04", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d171d4b42a1d4db4a130bd2653cda215"}}' 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 a97e0b64-5612-46d8-9596-eaff04b27342 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:07,239 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:56:08,016 99413 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.776s 2025-08-06 14:56:08,017 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1664736734", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56: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-85379b19-e307-4915-83dc-9eddae9b021d', 'x-compute-request-id': 'req-85379b19-e307-4915-83dc-9eddae9b021d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1664736734", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw==", "fingerprint": "45:8b:c5:52:08:4b:af:6f:e9:01:cf:a1:3c:e8:c0:76", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb"}}' 2025-08-06 14:56:08,019 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1664736734 created 2025-08-06 14:56:09,744 99413 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.724s 2025-08-06 14:56:09,744 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--971739142", "description": "tempest-description--1419208943"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-d93ad5ca-21d3-445c-82a1-11e330746fd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c68e71a4-150f-4193-a793-bf2216849378", "name": "tempest-securitygroup--971739142", "stateful": true, "tenant_id": "21b33260dc4441719c1713a05b224708", "description": "tempest-description--1419208943", "shared": false, "security_group_rules": [{"id": "55bc3454-2ef0-4cb1-9bda-b72aad88b189", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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": 563, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 0}, {"id": "5f36affe-3b1c-4c41-addf-ce559c6fc5e9", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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": 562, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:56:09Z", "updated_at": "2025-08-06T14:56:09Z", "revision_number": 1, "project_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:56:11,120 99413 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.375s 2025-08-06 14:56:11,120 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-77516f76-dda6-422a-af59-878596ec6d06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4852201f-14ad-42a4-abf9-b1695b909a97", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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-06T14:56:11Z", "updated_at": "2025-08-06T14:56:11Z", "revision_number": 0}}' 2025-08-06 14:56:13,169 99413 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.048s 2025-08-06 14:56:13,170 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dc151478-9a14-44f8-8487-621b5e26d765', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a78efc5-7ca3-404d-b558-7d2b49e4109f", "project_id": "21b33260dc4441719c1713a05b224708", "tenant_id": "21b33260dc4441719c1713a05b224708", "security_group_id": "c68e71a4-150f-4193-a793-bf2216849378", "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-06T14:56:13Z", "updated_at": "2025-08-06T14:56:13Z", "revision_number": 0}}' 2025-08-06 14:56:13,170 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--971739142 created 2025-08-06 14:56:18,084 99413 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 4.914s 2025-08-06 14:56:18,085 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dcc64e35-c744-4975-af40-f3a7d370f306', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7ead86ea-cc15-42da-acc3-38aafe0c9a9f", "tenant_id": "21b33260dc4441719c1713a05b224708", "floating_ip_address": "172.24.4.101", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "21b33260dc4441719c1713a05b224708", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:56:17Z", "updated_at": "2025-08-06T14:56:17Z", "revision_number": 0}}' 2025-08-06 14:56:18,085 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7ead86ea-cc15-42da-acc3-38aafe0c9a9f', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '21b33260dc4441719c1713a05b224708', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:56:17Z', 'updated_at': '2025-08-06T14:56:17Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2025-08-06 14:56:18,177 99413 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.086s 2025-08-06 14:56:18,177 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6170e257-be22-446c-bb89-afae27c36ffd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d61e85bad30a48b8bfe5a3d670209ecb", "name": "tempest-VolumesAdminNegativeTest-6262872-project-member", "password_expires_at": null}, "audit_ids": ["TfP99aXiTbOnYuIMO5zXTg"], "expires_at": "2025-08-06T15:56:18.000000Z", "issued_at": "2025-08-06T14:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b33260dc4441719c1713a05b224708", "name": "tempest-VolumesAdminNegativeTest-6262872"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_i d": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b33260dc4441719c1713a05b224708", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:56:18,178 99413 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'c2c76538-1f74-42f6-a8ad-5a273ea71511', 'name': 'tempest-VolumesAdminNegativeTest-1860601842-network', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b33260dc4441719c1713a05b224708', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18375, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:39Z', 'updated_at': '2025-08-06T14:55:39Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:18,178 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1664736734', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNgmirdhE4oCC7U3aOAAhxLPE8NYkghbSUurQHc7OjHcbdd23p31nr6mxUVhWZIXl/Urz3b2XbpeFjTapUJDoVjEUD56u3MPJ9O4Wh6C3HgAenCurbQvI502Qlg9ydtnuw==', 'fingerprint': '45:8b:c5:52:08:4b:af:6f:e9:01:cf:a1:3c:e8:c0:76', 'user_id': 'd61e85bad30a48b8bfe5a3d670209ecb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCnnuqys9YEnD0KM2wogvn7azT1wPTENkmRrJv8dSXwFLNbqLWKiqdN\niBXewNATdvagBwYFK4EEACKhZANiAATYJoq3YROKAgu1N2jgAIcSzxPDWJIIW0lL\nq0B3Ozox3G3Xdt6d9Z6+psVFYVmSF5f1K8929l26XhY02qVCQ6FYxFA+ertzDyfT\nuFoegtx4AHpwrq20LyOdNkJYPcnbZ7s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c68e71a4-150f-4193-a793-bf2216849378', 'name': 'tempest-securitygroup--971739142', 'stateful': True, 'tenant_id': '21b33260dc4441719c1713a05b224708', 'description': 'tempest-description--1419208943', 'shared': False, 'security_group_rules': [{'id': '55bc3454-2ef0-4cb1-9bda-b72aad88b189', 'project_id': '21b33260dc4441719c1713a05b224708', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'security_group_id': 'c68e71a4-150f-4193-a793-bf2216849378', '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': 563, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 0}, {'id': '5f36affe-3b1c-4c41-addf-ce559c6fc5e9', 'project_id': '21b33260dc4441719c1713a05b224708', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'security_group_id': 'c68e71a4-150f-4193-a793-bf2216849378', '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': 562, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:56:09Z', 'updated_at': '2025-08-06T14:56:09Z', 'revision_number': 1, 'project_id': '21b33260dc4441719c1713a05b224708'}, 'floating_ip': {'id': '7ead86ea-cc15-42da-acc3-38aafe0c9a9f', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '21b33260dc4441719c1713a05b224708', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:56:17Z', 'updated_at': '2025-08-06T14:56:17Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2025-08-06 14:56:21,742 99413 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 3.563s 2025-08-06 14:56:21,743 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1776860079", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "c2c76538-1f74-42f6-a8ad-5a273ea71511"}], "security_groups": [{"name": "tempest-securitygroup--971739142"}], "key_name": "tempest-keypair-1664736734", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed7efb8b-ed7b-44a1-b81e-2c86f37eab28', 'x-compute-request-id': 'req-ed7efb8b-ed7b-44a1-b81e-2c86f37eab28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--971739142"}], "adminPass": "dGjXLLfy8xqs"}}' 2025-08-06 14:56:22,365 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1 0.618s 2025-08-06 14:56:22,365 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 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-7ee1566b-a544-48c3-aefa-ede105f27397', 'x-compute-request-id': 'req-7ee1566b-a544-48c3-aefa-ede105f27397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "name": "tempest-VolumesAdminNegativeTest-server-1776860079", "status": "BUILD", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId" : "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:22Z", "updated": "2025-08-06T14:56:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1664736734", "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-06 14:57:12,646 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1 0.243s 2025-08-06 14:57:12,647 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ce2d8e1-7091-4391-9412-96db837dc025', 'x-compute-request-id': 'req-7ce2d8e1-7091-4391-9412-96db837dc025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1'} Body: b'{"server": {"id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "name": "tempest-VolumesAdminNegativeTest-server-1776860079", "status": "ACTIVE", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "bdf9c3f3df45ad92d218db8b70b149bdb24e1ad8b4a0fed3e5f9d291", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:21Z", "updated": "2025-08-06T14:56:46Z", "addresses": {"tempest-VolumesAdminNegativeTest-1860601842-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:30:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0446bf96-f519-4be1-b07a-0292bedabfe1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1664736734", "OS-SRV-USG:launched_at": "2025-08-06T14:56:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--971739142"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:57:12,664 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:58:12,876 99413 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/0446bf96-f519-4be1-b07a-0292bedabfe1/os-interface 0.150s 2025-08-06 14:58:12,877 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed7b7b9-3b3c-489c-beed-a16c488a0765', 'x-compute-request-id': 'req-9ed7b7b9-3b3c-489c-beed-a16c488a0765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0446bf96-f519-4be1-b07a-0292bedabfe1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c2c76538-1f74-42f6-a8ad-5a273ea71511", "port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a", "mac_addr": "fa:16:3e:ac:30:e5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4a22295a-ddbc-4b01-896e-80b4fbc934f2", "ip_address": "10.0.0.12"}]}]}' 2025-08-06 14:58:13,718 99413 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/7ead86ea-cc15-42da-acc3-38aafe0c9a9f 0.836s 2025-08-06 14:58:13,718 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4ccc6019-dfc9-4165-9350-e35fec8945a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7ead86ea-cc15-42da-acc3-38aafe0c9a9f'} Body: b'{"floatingip": {"id": "7ead86ea-cc15-42da-acc3-38aafe0c9a9f", "tenant_id": "21b33260dc4441719c1713a05b224708", "floating_ip_address": "172.24.4.101", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5af83f86-a9f5-4e32-9186-0356ae09f086", "port_id": "f82b8a68-62c4-4ea2-b390-e4a17e2ef51a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c2c76538-1f74-42f6-a8ad-5a273ea71511", "mac_address": "fa:16:3e:ac:30:e5", "admin_state_up": true, "status": "ACTIVE", "device_id": "0446bf96-f519-4be1-b07a-0292bedabfe1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:56:17Z", "updated_at": "2025-08-06T14:58:13Z", "revision_number": 1, "project_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:58:13,725 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.101:22' as 'cirros' with public key authentication 2025-08-06 14:58:13,739 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:13,847 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:13,847 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.101 successfully created 2025-08-06 14:58:14,109 99413 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.259s 2025-08-06 14:58:14,109 99413 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-368095496"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e723c7-995f-4c77-b8f5-fb9ab7c5a8ef', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5 7e723c7-995f-4c77-b8f5-fb9ab7c5a8ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.032811", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:58:14,159 99413 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/a97e0b64-5612-46d8-9596-eaff04b27342 0.036s 2025-08-06 14:58:14,159 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00fe74d4-b1b0-4bb2-8aa0-1adde8555edc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00fe74d4-b1b0-4bb2-8aa0-1adde8555edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 14:58:15,210 99413 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/a97e0b64-5612-46d8-9596-eaff04b27342 0.037s 2025-08-06 14:58:15,211 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4cbc6ad-4fdc-48dc-91ca-b40bdc22b868', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4cbc6ad-4fdc-48dc-91ca-b40bdc22b868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342'} Body: b'{"volume": {"id": "a97e0b64-5612-46d8-9596-eaff04b27342", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:14.000000", "updated_at": "2025-08-06T14:58:14.000000", "name": "tempest-VolumesAdminNegativeTest-volume-368095496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{ "rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a97e0b64-5612-46d8-9596-eaff04b27342"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 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 f6016f53-3cc5-4c06-9449-8936fe00d578 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:12,400 99423 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.145s 2025-08-06 14:55:12,400 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b88cbf85-b4bd-493d-8a8f-9ca13936c570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:13,179 99423 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.750s 2025-08-06 14:55:13,179 99423 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': 'Wed, 06 Aug 2025 14:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ccae9499-c212-4f2c-bb82-f68b63359222', '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": "0fe3da69ff294911897ed23fedd477cf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "created_at": "2025-08-06T14:55:13Z", "updated_at": "2025-08-06T14:55:13Z", "tags": [], "self": "/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372", "file": "/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:14,820 99423 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/5f706f13-12c7-4685-87bb-ca4a841f3372/file 1.640s 2025-08-06 14:55:14,820 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1d2255e7-02ba-461a-b3b7-d2d5bee2c4c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372/file'} Body: b'' 2025-08-06 14:55:14,821 99423 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:55:14,821 99423 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:55:15,140 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.318s 2025-08-06 14:55:15,141 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1794711122", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55: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-a27dfdcf-8926-40bb-94f0-a1a8a19c960d', 'x-compute-request-id': 'req-a27dfdcf-8926-40bb-94f0-a1a8a19c960d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1794711122", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A==", "fingerprint": "c5:55:2f:d2:f5:97:81:f8:9e:1c:a7:62:cd:79:99:ab", "user_id": "839cf6a4d434453bba405a315cddc956"}}' 2025-08-06 14:55:15,143 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1794711122 created 2025-08-06 14:55:16,556 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.412s 2025-08-06 14:55:16,556 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--48975898", "description": "tempest-description--639542962"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-8cbe33d5-3a5e-4aeb-9c97-ff6bb90e2077', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "name": "tempest-securitygroup--48975898", "stateful": true, "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "description": "tempest-description--639542962", "shared": false, "security_group_rules": [{"id": "1ea975c2-aa3b-46a2-9ed7-f095abbd6b03", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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": 319, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": " 2025-08-06T14:55:16Z", "revision_number": 0}, {"id": "8acd970a-7617-4563-b4f6-310edbef4ffb", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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": 318, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": "2025-08-06T14:55:16Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:55:16Z", "updated_at": "2025-08-06T14:55:16Z", "revision_number": 1, "project_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:55:18,002 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.445s 2025-08-06 14:55:18,003 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5dec7382-e42c-495d-8a27-166f131f69fa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "40cca554-3c49-466d-bc24-235cc22ca1e3", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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-06T14:55:17Z", "updated_at": "2025-08-06T14:55:17Z", "revision_number": 0}}' 2025-08-06 14:55:20,058 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.055s 2025-08-06 14:55:20,059 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e4ab3bc7-83db-4bd2-9fb5-69e324013218', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f3735008-69b8-42c3-9a18-98b7572c96f8", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "security_group_id": "2f715a16-a845-40c6-a67d-020e9eec5c57", "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-06T14:55:19Z", "updated_at": "2025-08-06T14:55:19Z", "revision_number": 0}}' 2025-08-06 14:55:20,059 99423 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--48975898 created 2025-08-06 14:55:22,670 9942 3 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.611s 2025-08-06 14:55:22,671 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-af5607dd-362c-43d5-979d-e13673d7ba25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7fc1b592-9efa-46d6-9e6e-ee21746c5954", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "floating_ip_address": "172.24.4.134", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d13f9ed8f6f44507a35d2e89522002b3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:22Z", "updated_at": "2025-08-06T14:55:22Z", "revision_number": 0}}' 2025-08-06 14:55:22,671 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7fc1b592-9efa-46d6-9e6e-ee21746c5954', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:22Z', 'updated_at': '2025-08-06T14:55:22Z', 'revision_number': 0, 'ip': '172.24.4.134'} created 2025-08-06 14:55:22,766 99423 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.090s 2025-08-06 14:55:22,766 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 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-1569fd4f-f628-49c8-8345-c484b4ec935e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "839cf6a4d434453bba405a315cddc956", "name": "tempest-AttachSCSIVolumeTestJSON-1587103803-project-member", "password_expires_at": null}, "audit_ids": ["jx6NUt9-QBK96117MTJhlQ"], "expires_at": "2025-08-06T15:55:22.000000Z", "issued_at": "2025-08-06T14:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d13f9ed8f6f44507a35d2e89522002b3", "name": "tempest-AttachSCSIVolumeTestJSON-1587103803"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d13f9ed8f6f44507a35d2e89522002b3", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:22,767 99423 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '29809a8f-c068-46ad-87ef-93f703d0e95c', 'name': 'tempest-AttachSCSIVolumeTestJSON-1604216294-network', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22011, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:33Z', 'updated_at': '2025-08-06T14:54:33Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:22,767 99423 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1794711122', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNjuaEpw6CzTn+8uHz586WD7TN6r5YsRV70ljWNZhAyX6fj5Me23S7Jk7FNxmhrrWO7scrfonFRBVv+Ii/3Swifri67KrrPURTrNOwzfh3q1mlLjulctrrXBdueKm+7x1A==', 'fingerprint': 'c5:55:2f:d2:f5:97:81:f8:9e:1c:a7:62:cd:79:99:ab', 'user_id': '839cf6a4d434453bba405a315cddc956', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxpAddyvb8qPWYUTeUc5Z9r6BwTv4XnBa6lcUQK4DjmDNjdRNB6n2m\nP0qGQpNnvOmgBwYFK4EEACKhZANiAATY7mhKcOgs05/vLh8+fOlg+0zeq+WLEVe9\nJY1jWYQMl+n4+THtt0uyZOxTcZoa61ju7HK36JxUQVb/iIv90sIn64uuyq6z1EU6\nzTsM34d6tZpS47pXLa61wXbnipvu8dQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f715a16-a845-40c6-a67d-020e9eec5c57', 'name': 'tempest-securitygroup--48975898', 'stateful': True, 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': 'tempest-description--639542962', 'shared': False, 'security_group_rules': [{'id': '1ea975c2-aa3b-46a2-9ed7-f095abbd6b03', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'security_group_id': '2f715a16-a845-40c6-a67d-020e9eec5c57', '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': 319, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 0}, {'id': '8acd970a-7617-4563-b4f6-310edbef4ffb', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'security_group_id': '2f715a16-a845-40c6-a67d-020e9eec5c57', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_rang e_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 318, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:55:16Z', 'updated_at': '2025-08-06T14:55:16Z', 'revision_number': 1, 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3'}, 'floating_ip': {'id': '7fc1b592-9efa-46d6-9e6e-ee21746c5954', 'tenant_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd13f9ed8f6f44507a35d2e89522002b3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:22Z', 'updated_at': '2025-08-06T14:55:22Z', 'revision_number': 0, 'ip': '172.24.4.134'}} 2025-08-06 14:55:29,017 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 6.249s 2025-08-06 14:55:29,017 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "imageRef": "5f706f13-12c7-4685-87bb-ca4a841f3372", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "29809a8f-c068-46ad-87ef-93f703d0e95c"}], "security_groups": [{"name": "tempest-securitygroup--48975898"}], "key_name": "tempest-keypair-1794711122", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3e790f-eda3-403e-861a-38a123b52940', 'x-compute-request-id': 'req-7c3e790f-eda3-403e-861a-38a123b52940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--48975898"}], "adminPass": "FKHntCf7cTow"}}' 2025-08-06 14:55:30,023 99423 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/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 1.003s 2025-08-06 14:55:30,024 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c6903b8-b800-446d-a1c7-eb16f6fe847e', 'x-compute-request-id': 'req-2c6903b8-b800-446d-a1c7-eb16f6fe847e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSI VolumeTestJSON-server-1713657309", "status": "BUILD", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:29Z", "updated": "2025-08-06T14:55:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "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-06 14:56:20,897 99423 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/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.812s 2025-08-06 14:56:20,898 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:20 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-45df042a-8288-486a-a309-9777cbaaee1e', 'x-compute-request-id': 'req-45df042a-8288-486a-a309-9777cbaaee1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "status": "ACTIVE", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "c5874ca0d9fdeec9b4efdc80521ef0067dffd5e0f151ab8a31bb6174", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:28Z", "updated": "2025-08-06T14:56:11Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1604216294-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "OS-SRV-USG:launched_at": "2025-08-06T14:56:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--48975898"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:56:20,914 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:57:21,143 99423 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/03d1bb11-5d9b-48 2a-bb5e-eeb495d325a5/os-interface 0.169s 2025-08-06 14:57:21,143 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 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-a649b147-02b0-4569-9d0c-176265125476', 'x-compute-request-id': 'req-a649b147-02b0-4569-9d0c-176265125476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "29809a8f-c068-46ad-87ef-93f703d0e95c", "port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd", "mac_addr": "fa:16:3e:d1:69:3f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "26c9a96f-c9dd-4525-b8b8-7008e470cbda", "ip_address": "10.0.0.6"}]}]}' 2025-08-06 14:57:22,614 99423 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/7fc1b592-9efa-46d6-9e6e-ee21746c5954 1.466s 2025-08-06 14:57:22,614 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d930cbf8-ec1d-4583-8272-a514828be97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954'} Body: b'{"floatingip": {"id": "7fc1b592-9efa-46d6-9e6e-ee21746c5954", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "floating_ip_address": "172.24.4.134", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "76c5284a-c4b5-41bc-be31-0910878572d1", "port_id": "0de48a69-30ab-4b4a-ba7d-6ccea4b99cfd", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "29809a8f-c068-46ad-87ef-93f703d0e95c", "mac_address": "fa:16:3e:d1:69:3f", "admin_state_up": true, "status": "ACTIVE", "device_id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:22Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 1, "project_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:22,616 99423 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.134:22' as 'cirros' with public key authentication 2025-08-06 14:57:22,632 99423 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:57:22,736 99423 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:57:22,736 99423 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.134 successfully created 2025-08-06 14:57:22,982 99423 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.244s 2025-08-06 14:57:22,982 99423 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-808032411"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df8a610-14e9-451c-a474-e86559f7bc80', 'content-length': '755', 'opens tack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df8a610-14e9-451c-a474-e86559f7bc80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:22.912714", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:57:23,073 99423 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/f6016f53-3cc5-4c06-9449-8936fe00d578 0.077s 2025-08-06 14:57:23,073 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014c988e-4103-4880-b245-9666fba61342', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014c988e-4103-4880-b245-9666fba61342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:23.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:24,127 99423 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/f6016f53-3cc5-4c06-9449-8936fe00d578 0.039s 2025-08-06 14:57:24,127 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe050bc-b5b4-4e7f-85ee-6b2a88f23a57', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe050bc-b5b4-4e7f-85ee-6b2a88f23a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578'} Body: b'{"volume": {"id": "f6016f53-3cc5-4c06-9449-8936fe00d578", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:23.000000", "updated_at": "2025-08-06T14:57:23.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-808032411", "description": null, "volume_type": "joviandss-2", "snapshot_id ": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f6016f53-3cc5-4c06-9449-8936fe00d578"}], "user_id": "839cf6a4d434453bba405a315cddc956", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d13f9ed8f6f44507a35d2e89522002b3"}}' 2025-08-06 14:57:24,290 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.147s 2025-08-06 14:57:24,290 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 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-f3fedeab-6334-40c1-a3d4-f88078422401', 'x-compute-request-id': 'req-f3fedeab-6334-40c1-a3d4-f88078422401', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'' 2025-08-06 14:57:24,553 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.262s 2025-08-06 14:57:24,554 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8381f56f-03eb-4628-9aaf-694f03142816', 'x-compute-request-id': 'req-8381f56f-03eb-4628-9aaf-694f03142816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"server": {"id": "03d1bb11-5d9b-482a-bb5e-eeb495d325a5", "name": "tempest-AttachSCSIVolumeTestJSON-server-1713657309", "status": "ACTIVE", "tenant_id": "d13f9ed8f6f44507a35d2e89522002b3", "user_id": "839cf6a4d434453bba405a315cddc956", "metadata": {}, "hostId": "c5874ca0d9fdeec9b4efdc80521ef0067dffd5e0f151ab8a31bb6174", "image": {"id": "5f706f13-12c7-4685-87bb-ca4a841f3372", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5f706f13-12c7-4685-87bb-ca4a841f3372"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:28Z", "updated": "2025-08-06T14:57:24Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1604216294-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}, {"version": 4, "addr": "172.24.4.134", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:69:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794711122", "OS-SRV-USG:launched_at": "2025-08-06T14:56:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--48975898"}], "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-06 14:58:14,654 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5 0.036s 2025-08-06 14:58:14,655 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 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-64bb3df5-0a43-44f1-8756-60d1c3d9dd02', 'x-compute-request-id': 'req-64bb3df5-0a43-44f1-8756-60d1c3d9dd02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/03d1bb11-5d9b-482a-bb5e-eeb495d325a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 03d1bb11-5d9b-482a-bb5e-eeb495d325a5 could not be found."}}' 2025-08-06 14:58:14,687 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794711122 0.031s 2025-08-06 14:58:14,687 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 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-2edaea1a-e877-47d5-bc7c-a9366fee0dea', 'x-compute-request-id': 'req-2edaea1a-e877-47d5-bc7c-a9366fee0dea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794711122'} Body: b'' 2025-08-06 14:58:15,051 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57 0.362s 2025-08-06 14:58:15,051 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ab4b093-3351-4335-b11c-f5b4121e2608', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57'} Body: b'' 2025-08-06 14:58:15,083 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57 0.031s 2025-08-06 14:58:15,084 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b9431145-bfe4-4500-a160-d667521468de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f715a16-a845-40c6-a67d-020e9eec5c57'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f715a16-a845-40c6-a67d-020e9eec5c57 does not exist", "detail": ""}}' 2025-08-06 14:58:15,448 99423 INFO [tempest.lib.common.rest_client] Request (AttachS CSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954 0.363s 2025-08-06 14:58:15,448 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d1661508-6ab3-4ca9-ae62-01cc352ef1f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fc1b592-9efa-46d6-9e6e-ee21746c5954'} Body: b'' 2025-08-06 14:58:15,578 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372 0.129s 2025-08-06 14:58:15,578 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-afa61460-c2c6-42d8-b740-56ba83859fa5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372'} Body: b'' 2025-08-06 14:58:15,595 99423 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372 0.016s 2025-08-06 14:58:15,596 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7c243ad-c9f3-456e-85d2-46808932d758', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/5f706f13-12c7-4685-87bb-ca4a841f3372'} Body: b'{"message": "No image found with ID 5f706f13-12c7-4685-87bb-ca4a841f3372

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 181, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e55afdc2-8cd2-481f-be55-c98d5344a37d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:55:52,457 99409 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-06 14:55:53,229 99409 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.769s 2025-08-06 14:55:53,230 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--253163544", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-68a804a9-9ba4-4e46-b931-6f206a655959', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--253163544", "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": "d3e63a65d6df49f382a7a7224a25bfa9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "created_at": "2025-08-06T14:55:53Z", "updated_at": "2025-08-06T14:55:53Z", "tags": [], "self": "/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "file": "/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:55:55,081 99409 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/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file 1.850s 2025-08-06 14:55:55,081 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-46c8f18f-19c9-4972-aa5b-869bd05bc6fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8/file'} Body: b'' 2025-08-06 14:55:55,082 99409 DEBUG [tempest.scenario.manager] image:3de70b20-1c57-45f8-ad69-9e46b1a61bd8 2025-08-06 14:55:55,167 99409 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.081s 2025-08-06 14:55:55,168 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-858825527", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCeOGj9LVRb2DSXVnbgyNQ7lhveXf0AgU3DoCAGfEmj8c3JA9RlSSZdm3AdrBZBMkAs9eia7kuREwpQxb2diNwC7BSWggWIZQ8HfelFIhtJEmeT5k/zSvWCwLfohSsPeXA=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ecde06-adf8-4d9f-b078-053ea2fef19e', 'x-compute-request-id': 'req-45ecde06-adf8-4d9f-b078-053ea2fef19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-858825527", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCeOGj9LVRb2DSXVnbgyNQ7lhveXf0AgU3DoCAGfEmj8c3JA9RlSSZdm3AdrBZBMkAs9eia7kuREwpQxb2diNwC7BSWggWIZQ8HfelFIhtJEmeT5k/zSvWCwLfohSsPeXA==", "fingerprint": "f4:1a:9d:e6:68:f1:d1:92:a4:f0:c5:5e:5a:42:eb:11", "user_id": "62d6d78565294531b837ff64a57209d9"}}' 2025-08-06 14:55:55,289 99409 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.112s 2025-08-06 14:55:55,290 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 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-16b31129-11e1-496d-98a8-b92b40837a05', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62d6d78565294531b837ff64a57209d9", "name": "tempest-TestMinimumBasicScenario-848190772-project-member", "password_expires_at": null}, "audit_ids": ["WIiy3_MHTbK_XIPmhkXpfw"], "expires_at": "2025-08-06T15:55:55.000000Z", "issued_at": "2025-08-06T14:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3e63a65d6df49f382a7a7224a25bfa9", "name": "tempest-TestMinimumBasicScenario-848190772"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d3e63a65d6df49f382a7a7224a25bfa9", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:55,290 99409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'e914d4b3-4464-4831-9e09-a4f59f30c1b3', 'name': 'tempest-TestMinimumBasicScenario-224616859-network', 'tenant_id': 'd3e63a65d6df49f382a7a72 24a25bfa9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:26Z', 'updated_at': '2025-08-06T14:55:26Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:00,492 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 5.200s 2025-08-06 14:56:00,492 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1343070978", "imageRef": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-858825527", "networks": [{"uuid": "e914d4b3-4464-4831-9e09-a4f59f30c1b3"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48192742-f0ff-4503-8306-186c8a897d50', 'x-compute-request-id': 'req-48192742-f0ff-4503-8306-186c8a897d50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sy7NoctxBQSY"}}' 2025-08-06 14:56:03,491 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 2.995s 2025-08-06 14:56:03,491 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:00 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-d34c7598-6499-4bc0-a654-b07eadbb8ab3', 'x-compute-request-id': 'req-d34c7598-6499-4bc0-a654-b07eadbb8ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "BUILD", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "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-06 14:56:55,016 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 1.462s 2025-08-06 14:56:55,017 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:53 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-a52e3a87-02f5-4c93-83ee-cf2db4187d4e', 'x-compute-request-id': 'req-a52e3a87-02f5-4c93-83ee-cf2db4187d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:56:55,031 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-06 14:57:55,296 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.238s 2025-08-06 14:57:55,296 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-r equest-id': 'req-f3db2e48-f9ca-47cb-ad43-af7a978cfb63', 'x-compute-request-id': 'req-f3db2e48-f9ca-47cb-ad43-af7a978cfb63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:57:55,494 99409 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.183s 2025-08-06 14:57:55,495 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-d02e7abf-2e13-4955-86e4-7b615ce2eb1d', 'x-compute-request-id': 'req-d02e7abf-2e13-4955-86e4-7b615ce2eb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}]}]}' 2025-08-06 14:57:55,721 99409 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/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.223s 2025-08-06 14:57:55,722 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 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-a7a12a48-f3a5-41d7-a52a-368c7e0e4815', 'x-compute-request-id': 'req-a7a12a48-f3a5-41d7-a52a-368c7e0e4815', 'connection': 'close', 'status': ' 200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:56:31Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:57:55,942 99409 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.195s 2025-08-06 14:57:55,942 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1014693943", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7680294f-c48a-4839-8e57-4c8f93cae1d4', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7680294f-c48a-4839-8e57-4c8f93cae1d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:55.883421", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:57:55,998 99409 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/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.040s 2025-08-06 14:57:55,998 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-3ff85110-017a-41c5-8b8b-a33b605c7391', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff85110-017a-41c5-8b8b-a33b605c7391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:56.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 14:57:57,052 99409 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/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.039s 2025-08-06 14:57:57,052 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43eb89ac-f09d-4a44-a11d-1b5f05c0d820', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43eb89ac-f09d-4a44-a11d-1b5f05c0d820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"volume": {"id": "e55afdc2-8cd2-481f-be55-c98d5344a37d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:57:56.000000", "updated_at": "2025-08-06T14:57:56.000000", "name": "tempest-TestMinimumBasicScenario-volume-1014693943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 14:57:57,167 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d 0.100s 2025-08-06 14:57:57,167 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fc733d-64d1-4816-9927-deac46cd820d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'' 2025-08-06 14:57:57,194 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2 -481f-be55-c98d5344a37d 0.026s 2025-08-06 14:57:57,194 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1fafda0-2ae1-4af4-a9e9-3a088c484e14', 'x-openstack-request-id': 'req-e1fafda0-2ae1-4af4-a9e9-3a088c484e14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e55afdc2-8cd2-481f-be55-c98d5344a37d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e55afdc2-8cd2-481f-be55-c98d5344a37d could not be found."}}' 2025-08-06 14:57:57,415 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.220s 2025-08-06 14:57:57,416 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38a28ce1-bee6-44fe-8fec-a03ef966bdd4', 'x-compute-request-id': 'req-38a28ce1-bee6-44fe-8fec-a03ef966bdd4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'' 2025-08-06 14:57:57,616 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.199s 2025-08-06 14:57:57,616 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:57 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-cf4b80ea-2cdb-4675-93df-6bd1eb3b7315', 'x-compute-request-id': 'req-cf4b80ea-2cdb-4675-93df-6bd1eb3b7315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"server": {"id": "4c1f4fad-0b88-46e1-92b2-7efcb468818a", "name": "tempest-TestMinimumBasicScenario-server-1343070978", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "3de70b20-1c57-45f8-ad69-9e46b1a61bd8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:00Z", "updated": "2025-08-06T14:57:57Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:81:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "ke y_name": "tempest-TestMinimumBasicScenario-858825527", "OS-SRV-USG:launched_at": "2025-08-06T14:56:30.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-06 14:58:47,816 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a 0.138s 2025-08-06 14:58:47,817 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f422b82e-d042-411a-80f3-1a950390d3f9', 'x-compute-request-id': 'req-f422b82e-d042-411a-80f3-1a950390d3f9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4c1f4fad-0b88-46e1-92b2-7efcb468818a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4c1f4fad-0b88-46e1-92b2-7efcb468818a could not be found."}}' 2025-08-06 14:58:47,848 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858825527 0.030s 2025-08-06 14:58:47,848 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba11ac40-3581-4081-8cf2-cffae543da88', 'x-compute-request-id': 'req-ba11ac40-3581-4081-8cf2-cffae543da88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858825527'} Body: b'' 2025-08-06 14:58:47,947 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8 0.098s 2025-08-06 14:58:47,947 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ddf40951-8aea-4e1e-812c-aace3dc74930', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3de70b20-1c57-45f8-ad69-9e46b1a61bd8'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server df131821-64f5-4124-a5b8-3bd0b369a202 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-06T14:58:28Z', 'message': 'Build of instance df131821-64f5-4124-a5b8-3bd0b369a202 aborted: Volume efdfa3a0-d20a-4067-bb37-a451988e73b1 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-cb7c1ecd-8df2-4d60-991e-474a04f26c15. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:48,375 99419 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.049s 2025-08-06 14:54:48,375 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:48 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-a7bb758e-ce67-4ff6-b3fd-a46db33b5d31', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["6oVb94WzTH-wQ58Mf5zwrg"], "expires_at": "2025-08-06T15:54:48.000000Z", "issued_at": "2025-08-06T14:54:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:54:48,376 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:03,902 99419 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 15.525s 2025-08-06 14:55:03,902 99419 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-81644845", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168', '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-784be7aa-a730-4699-83f7-eb94793af24d', 'x-compute-request-id': 'req-784be7aa-a730-4699-83f7-eb94793af24d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MM2PY9LMsEgo"}}' 2025-08-06 14:55:07,049 99419 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/80d04a26-9b54-4162-9274-31585c88f168 3.144s 2025-08-06 14:55:07,050 99419 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': 'Wed, 06 Aug 2025 14:55:03 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-7b28ed23-971c-4647-9209-fd47bf1a1af5', 'x-compute-request-id': 'req-7b28ed23-971c-4647-9209-fd47bf1a1af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:04Z", "updated": "2025-08-06T14:55:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "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:termi nated_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-06 14:55:58,628 99419 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/80d04a26-9b54-4162-9274-31585c88f168 1.510s 2025-08-06 14:55:58,628 99419 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': 'Wed, 06 Aug 2025 14:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc65aaff-ce61-4c77-90d2-9235da3e47f3', 'x-compute-request-id': 'req-dc65aaff-ce61-4c77-90d2-9235da3e47f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b54-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:03Z", "updated": "2025-08-06T14:55:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:b2:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:55:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-06 14:55:58,649 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 14:56:59,606 99419 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/80d04a26-9b54-4162-9274-31585c88f168/action 0.920s 2025-08-06 14:56:59,607 99419 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-963039642"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:58 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-Op enStack-Nova-API-Version', 'x-openstack-request-id': 'req-3851815c-c46a-433a-8156-75923da6cbd7', 'x-compute-request-id': 'req-3851815c-c46a-433a-8156-75923da6cbd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168/action'} Body: b'{"image_id": "faf757b6-96fc-4688-bf1a-f8d4983943fc"}' 2025-08-06 14:56:59,659 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.051s 2025-08-06 14:56:59,660 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3b3c5e3-e43d-4b22-bf46-3de6d18bec83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:00,686 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.025s 2025-08-06 14:57:00,687 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09d73ce4-40d6-4dba-8397-3eb08c383f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b2 04176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:01,710 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.022s 2025-08-06 14:57:01,710 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed25711d-6748-4e19-9f4a-3b8727f8aa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:02,735 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.024s 2025-08-06 14:57:02,736 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c0be001-7222-4567-b216-12fdb3574073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} 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": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "owner_project_name": "tempest-ServerBootFromVolumeSt ableRescueTest-458873802", "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": "80d04a26-9b54-4162-9274-31585c88f168", "user_id": "af0a5407163f4378a9b204176be07f74", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:03,760 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.021s 2025-08-06 14:57:03,760 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ba323d78-870b-4fa4-9f85-7286b702c1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:04,799 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.037s 2025-08-06 14:57:04,799 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d43da07-4da3-4eba-a5ad-5cb34af12f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "boot_roles": "memb er,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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:05,896 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.023s 2025-08-06 14:57:05,897 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c821dc8d-553e-41b9-aadd-6523e648c5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:06,920 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.021s 2025-08-06 14:57:06,920 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json' , 'x-openstack-request-id': 'req-2fd5c411-d3b5-4387-a8cc-32a1284b4d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:56:59Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:07,971 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.049s 2025-08-06 14:57:07,971 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7c658311-bafd-4cbd-8002-3606ef7ba8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:07Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:08,997 99419 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/f af757b6-96fc-4688-bf1a-f8d4983943fc 0.024s 2025-08-06 14:57:08,998 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eca9d738-f1e7-484f-b27f-883bf003c657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} 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": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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": "80d04a26-9b54-4162-9274-31585c88f168", "user_id": "af0a5407163f4378a9b204176be07f74", "image_type": "snapshot", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "image_state": "available", "image_location": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:08Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,026 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.026s 2025-08-06 14:57:10,027 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d19c0ecb-d49d-4861-80d9-bcddb6f3e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "2fb3cc79f083ff81c762366b71b6f92b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8dc646608d319364c1d79d884e8e1667bc636fd046c7e5402aaa31c18d1882608d1ebe379f51a40af05effd027984ffbde502040b0977870222b93a8b1014ced", "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:09Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,070 99419 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/faf757b6-96fc-4688-bf1a-f8d4983943fc 0.042s 2025-08-06 14:57:10,070 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9dcaef37-64e3-406e-8c18-65b59ec8e706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "80d04a26-9b54-4162-9274-31585c88f168", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-963039642", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "2fb3cc79f083ff81c762366b71b6f92b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8dc646608d319364c1d79d884e8e1667bc636fd046c7e5402aaa31c18d1882608d1ebe379f51a40af05effd027984ffbde502040b0977870222b93a8b1014ced", "id": "faf757b6-96fc-4688-bf1a-f8d4983943fc", "created_at": "2025-08-06T14:56:59Z", "updated_at": "2025-08-06T14:57:09Z", "tags": [], "self": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc", "file": "/v2/images/faf757b6-96fc-4688-bf1a-f8d4983943fc/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:57:10,739 99419 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/80d04a26-9b54-4162-9274-31585c88f168 0.668s 2025-08-06 14:57:10,739 99419 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': 'Wed, 06 Aug 2025 14:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb91275-b47d-4220-9fd9-e6b3eb194b73', 'x-compute-request-id': 'req-abb91275-b47d-4220-9fd9-e6b3eb194b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168'} Body: b'{"server": {"id": "80d04a26-9b5 4-4162-9274-31585c88f168", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-81644845", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:55:03Z", "updated": "2025-08-06T14:57:09Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:b2:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/80d04a26-9b54-4162-9274-31585c88f168"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/80d04a26-9b54-4162-9274-31585c88f168"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:55:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-06 14:58:10,877 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2025-08-06 14:58:10,878 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:10 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-372b55b8-73cc-4f4a-b026-388f66a5674f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["AopFK9PYTqacQyRtSGp6tg"], "expires_at": "2025-08-06T15:58:10.000000Z", "issued_at": "2025-08-06T14:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region" : "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:10,878 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:11,461 99419 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.581s 2025-08-06 14:58:11,461 99419 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-1157552270", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202', '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-cb7c1ecd-8df2-4d60-991e-474a04f26c15', 'x-compute-request-id': 'req-cb7c1ecd-8df2-4d60-991e-474a04f26c15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "84MBYqceK4iq"}}' 2025-08-06 14:58:11,556 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.090s 2025-08-06 14:58:11,557 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Op enStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:11 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-46a400cb-f66b-4404-8282-bf5cf522dbf6', 'x-compute-request-id': 'req-46a400cb-f66b-4404-8282-bf5cf522dbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1157552270", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:58:11Z", "updated": "2025-08-06T14:58:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}], "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-06 14:59:01,746 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.116s 2025-08-06 14:59:01,747 99419 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': 'Wed, 06 Aug 2025 14:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d88dab79-7588-479a-ba16-cb91993b7c3d', 'x-compute-request-id': 'req-d88dab79-7588-479a-ba16-cb91993b7c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"server": {"id": "df131821-64f5-4124-a5b8-3bd0b369a202", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1157552270", "status": "ERROR", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:58:11Z", "updated": "2025-08-06T14:58:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df131821-64f5-4124-a5b8- 3bd0b369a202"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-06T14:58:28Z", "message": "Build of instance df131821-64f5-4124-a5b8-3bd0b369a202 aborted: Volume efdfa3a0-d20a-4067-bb37-a451988e73b1 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-06 14:59:01,787 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-06 14:59:02,524 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.737s 2025-08-06 14:59:02,525 99419 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': 'Wed, 06 Aug 2025 14:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccfaa8ab-e728-443e-a8c0-ac9b72381186', 'x-compute-request-id': 'req-ccfaa8ab-e728-443e-a8c0-ac9b72381186', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'' 2025-08-06 14:59:02,573 99419 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/df131821-64f5-4124-a5b8-3bd0b369a202 0.047s 2025-08-06 14:59:02,574 99419 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': 'Wed, 06 Aug 2025 14:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-67840874-f0a9-4796-b306-6a8f6066c8b5', 'x-compute-request-id': 'req-67840874-f0a9-4796-b306-6a8f6066c8b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df131821-64f5-4124-a5b8-3bd0b369a202'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance df131821-64f5-4124-a5b8-3bd0b369a202 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 86e338b0-bc87-4d3a-b06b-10cf00aa3412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:54:52,028 99411 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.334s 2025-08-06 14:54:52,029 99411 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-1821416357"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1233ec04-fa10-4325-a028-2a60360602a8', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1233ec04-fa10-4325-a028-2a60360602a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:51.965342", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:54:52,042 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:54:52,099 99411 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.056s 2025-08-06 14:54:52,099 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1316671473", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0wvg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:52 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-100153a2-6ea0-47fd-ac67-ccc8625766d7', 'x-compute-request-id': 'req-100153a2-6ea0-47fd-ac67-ccc8625766d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1316671473", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0wvg==", "fingerprint": "3c:3e:d4:cb:98:94:7d:f9:57:42:99:16:8a:6e:08:c8", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}}' 2025-08-06 14:54:52,102 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1316671473 created 2025-08-06 14:54:54,587 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.484s 2025-08-06 14:54:54,590 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1793070215", "description": "tempest-description--1429894409"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-0703d2ed-69fc-4339-b610-0adfd1c4653c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "name": "tempest-securitygroup--1793070215", "stateful": true, "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "description": "tempest-description--1429894409", "shared": false, "security_group_rules": [{"id": "4e74b2a9-4db5-4849-a74e-78994e126fdd", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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": 186, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 0}, {"id": "bbe39e7a-0bf8-4010-a32f-29fcdc914fc4", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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": 187, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:54:54Z", "updated_at": "2025-08-06T14:54:54Z", "revision_number": 1, "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:54:55,950 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.359s 2025-08-06 14:54:55,951 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d8c11c60-6237-45ad-87b1-30c4793a9ada', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c95f963-a30d-462a-adc0-fa33e5af86d7", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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-06T14:54:55Z", "updated_at": "2025-08-06T14:54:55Z", "revision_number": 0}}' 2025-08-06 14:54:57,750 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.799s 2025-08-06 14:54:57,751 99411 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ca00bd23-07f0-43cb-87b2-2aed7b5c4c8e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b58328d4-0b4c-4472-a1e4-b50b55bf1d58", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "security_group_id": "a82d16bb-3318-41dc-bb95-b140b34c1df9", "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-06T14:54:57Z", "updated_at": "2025-08-06T14:54:57Z", "revision_number": 0}}' 2025-08-06 14:54:57,751 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1793070215 created 2025-08-06 14:55:01,131 99411 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 3.380s 2025-08-06 14:55:01,132 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-94056c1c-80a1-441f-8e62-f838ae17b937', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2e1bea22-0a70-49a3-b037-d8c1903b9cde", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "floating_ip_address": "172.24.4.144", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:00Z", "updated_at": "2025-08-06T14:55:00Z", "revision_number": 0}}' 2025-08-06 14:55:01,132 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2e1bea22-0a70-49a3-b037-d8c1903b9cde', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:00Z', 'updated_at': '2025-08-06T14:55:00Z', 'revision_number': 0, 'ip': '172.24.4.144'} created 2025-08-06 14:55:01,227 99411 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.089s 2025-08-06 14:55:01,227 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-len gth': '2505', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0e447e22-7194-4f51-8fd8-baf39e442236', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "name": "tempest-ServerStableDeviceRescueTest-1647137245-project-member", "password_expires_at": null}, "audit_ids": ["KxfOiomeS_C0Owpaw3edtA"], "expires_at": "2025-08-06T15:55:01.000000Z", "issued_at": "2025-08-06T14:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4c59cd1c1b441e79ba00adc80e46e9d", "name": "tempest-ServerStableDeviceRescueTest-1647137245"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d4c59cd1c1b441e79ba00adc80e46e9d", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:55:01,227 99411 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0', 'name': 'tempest-ServerStableDeviceRescueTest-1539223191-network', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41730, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:55:01,228 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1316671473', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBZyeRi0NTkAuRaZNkWp7z8m0/Rxt+Z1KM2H8LjAsKB1BW9H7+Nvohoi93F7e9/lH5A5YLe84TTbK1APhIMQtM49nvyH+ZYJiaxPNDGhJBf8q8Jqneiw8WIfY4FRyg0w vg==', 'fingerprint': '3c:3e:d4:cb:98:94:7d:f9:57:42:99:16:8a:6e:08:c8', 'user_id': '1fc1fafd2c1642dcac49f2d44e3b66ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8cO4ze7Fgud5azbpv3PEpsI+jarBuFLZsM/wH/XitHuu1n+WdSrj3\nHOGsRFI9aNCgBwYFK4EEACKhZANiAAQWcnkYtDU5ALkWmTZFqe8/JtP0cbfmdSjN\nh/C4wLCgdQVvR+/jb6IaIvdxe3vf5R+QOWC3vOE02ytQD4SDELTOPZ78h/mWCYms\nTzQxoSQX/KvCap3osPFiH2OBUcoNML4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', 'name': 'tempest-securitygroup--1793070215', 'stateful': True, 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': 'tempest-description--1429894409', 'shared': False, 'security_group_rules': [{'id': '4e74b2a9-4db5-4849-a74e-78994e126fdd', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'security_group_id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', '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': 186, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 0}, {'id': 'bbe39e7a-0bf8-4010-a32f-29fcdc914fc4', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'security_group_id': 'a82d16bb-3318-41dc-bb95-b140b34c1df9', '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': 187, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:54:54Z', 'updated_at': '2025-08-06T14:54:54Z', 'revision_number': 1, 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d'}, 'floating_ip': {'id': '2e1bea22-0a70-49a3-b037-d8c1903b9cde', 'tenant_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'floating_ip_address': '172.24.4.144', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4c59cd1c1b441e79ba00adc80e46e9d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:00Z', 'updated_at': '2025-08-06T14:55:00Z', 'revision_number': 0, 'ip': '172.24.4.144'}} 2025-08-06 14:55:17,934 99411 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 16.705s 2025-08-06 14:55:17,935 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-567848579", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0"}], "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "key_name": "tempest-keypair-1316671473", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0820f795-0f41-4edd-b5ff-7671a400e09b', 'x-compute-request-id': 'req-0820f795-0f41-4edd-b5ff-7671a400e09b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "adminPass": "G2h8e5yZPMcg"}}' 2025-08-06 14:55:19,757 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 1.819s 2025-08-06 14:55:19,757 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:55:17 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-89a555b0-96a8-4dfb-ab11-99d0a279af52', 'x-compute-request-id': 'req-89a555b0-96a8-4dfb-ab11-99d0a279af52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "BUILD", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1316671473", "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-06 14:56:13,262 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 3.441s 2025-08-06 14:56:13,263 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3567c880-b6d1-4c69-b677-0a03559502e7', 'x-compute-request-id': 'req-3567c880-b6d1-4c69-b677-0a03559502e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac4 9f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:55:45Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:56:13,291 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-08-06 14:57:13,599 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2/os-interface 0.249s 2025-08-06 14:57:13,599 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:13 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-50231e75-0e45-4c2f-92aa-eb383b793f91', 'x-compute-request-id': 'req-50231e75-0e45-4c2f-92aa-eb383b793f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0", "port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7", "mac_addr": "fa:16:3e:44:76:2b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "968f9221-53f8-406d-bf75-9aee372f0328", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 14:57:15,123 99411 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/2e1bea22-0a70-49a3-b037-d8c1903b9cde 1.519s 2025-08-06 14:57:15,124 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c2da2c14-ccfb-43d8-9abb-0757a5eebc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2e1bea22-0a70-49a3-b037-d8c1903b9cde'} Body: b'{"floatingip": {"id": "2e1bea22-0a70-49a3-b037-d8c1903b9cde", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "floating_ip_address": "172.24.4.144", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "d07b0eb6-6550-43cb-a17a-8cafc2486c63", "port_id": "6d3fa28b-ab68-4007-8b5c-51f73c314fa7", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4b528d38-bd1f-4acc-b7da-8f8bd6e69fc0", "mac_address": "fa:16:3e:44:76:2b", "admin_state_up": true, "status": "ACTIVE", "device_id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:55:00Z", "updated_at": "2025-08-06T14:57:14Z", "revision_number": 1, "project_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:57:15,133 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.144:22' as 'cirros' with public key authentication 2025-08-06 14:57:15,156 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:57:15,283 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:57:15,284 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.144 successfully created 2025-08-06 14:57:16,127 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2/action 0.842s 2025-08-06 14:57:16,128 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1258553148"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:15 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdadef68-fa94-4754-997d-0a00c846df2b', 'x-compute-request-id': 'req-cdadef68-fa94-4754-997d-0a00c846df2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2/action'} Body: b'' 2025-08-06 14:57:16,201 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.070s 2025-08-06 14:57:16,201 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-133a5c34-28ec-4865-8127-b72ae4278961', 'x-compute-request-id': 'req-133a5c34-28ec-4865-8127-b72ae4278961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project- member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:16Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,321 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.062s 2025-08-06 14:58:06,321 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a87706-b8a7-4594-81d1-af3c3d577f5a', 'x-compute-request-id': 'req-c4a87706-b8a7-4594-81d1-af3c3d577f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,399 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.071s 2025-08-06 14:58:06,399 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed759c3-9b83-406f-8470-b476dcb1960e', 'x-compute-request-id': 'req-aed759c3-9b83-406f-8470-b476dcb1960e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"image": {"id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec"}, "created": "2025-08-06T14:57:16Z", "updated": "2025-08-06T14:57:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b140ba33-f395-4dd9-9f18-8a6cde4622e6"}], "server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}]}}}' 2025-08-06 14:58:06,612 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 0.206s 2025-08-06 14:58:06,613 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6aeab91-4a1d-4415-a04f-ab8537f37c00', 'x-compute-request-id': 'req-a6aeab91-4a1d-4415-a04f-ab8537f37c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:57:25Z", "addresses": {"tempest-ServerStableDeviceRescueT est-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}, {"version": 4, "addr": "172.24.4.144", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:06,858 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.176s 2025-08-06 14:59:06,858 99411 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': 'Wed, 06 Aug 2025 14:59:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b305490e-2d3b-4c4f-a129-aeaa00e18252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "f317f691b58f1ecff1ae1983e89ed4ad", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d4c59cd1c1b441e79ba00adc80e46e9d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e157f0b5dfae6e123772ea905b7081b2f091516e505e34e2b4404456d9fd79fb52e2e771636dc189fc7343a39b77320a8c98aac7a965eed65d26e75551e840a", "id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "created_at": "2025-08-06T14:57:16Z", "updated_at": "2025-08-06T14:59:07Z", "tags": [], "self": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6", "file": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:59:07,049 99411 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/b140ba33-f395-4dd9-9f18-8a6cde4622e6 0.190s 2025-08-06 14:59:07,050 99411 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': 'Wed, 06 Aug 2025 14:59:06 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc7aaa19-ea2d-4bdb-93ce-5513601b1db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "owner_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1647137245", "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-1647137245-project-member", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1258553148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "f317f691b58f1ecff1ae1983e89ed4ad", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d4c59cd1c1b441e79ba00adc80e46e9d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e157f0b5dfae6e123772ea905b7081b2f091516e505e34e2b4404456d9fd79fb52e2e771636dc189fc7343a39b77320a8c98aac7a965eed65d26e75551e840a", "id": "b140ba33-f395-4dd9-9f18-8a6cde4622e6", "created_at": "2025-08-06T14:57:16Z", "updated_at": "2025-08-06T14:59:07Z", "tags": [], "self": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6", "file": "/v2/images/b140ba33-f395-4dd9-9f18-8a6cde4622e6/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:59:07,373 99411 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/a74593ac-2a2a-4f7e-b017-a5120c790bc2 0.323s 2025-08-06 14:59:07,374 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31fc8843-4736-40db-93ec-5784c51f57d0', 'x-compute-request-id': 'req-31fc8843-4736-40db-93ec-5784c51f57d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2'} Body: b'{"server": {"id": "a74593ac-2a2a-4f7e-b017-a5120c790bc2", "name": "tempest-ServerStableDeviceRescueTest-server-567848579", "status": "ACTIVE", "tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d", "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "metadata": {}, "hostId": "4c9a767aef4e068bb8053a91bd79c70783952ba381c00b65ada1ff1e", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:17Z", "updated": "2025-08-06T14:57:25Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1539223191-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}, {"version": 4, "addr": "172.24.4.144", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:76:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compu te/v2.1/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a74593ac-2a2a-4f7e-b017-a5120c790bc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1316671473", "OS-SRV-USG:launched_at": "2025-08-06T14:55:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793070215"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:07,469 99411 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/86e338b0-bc87-4d3a-b06b-10cf00aa3412 0.077s 2025-08-06 14:59:07,470 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d01ce316-d953-4d1a-b558-77f8f7310a80', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d01ce316-d953-4d1a-b558-77f8f7310a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 2025-08-06 14:59:08,528 99411 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/86e338b0-bc87-4d3a-b06b-10cf00aa3412 0.042s 2025-08-06 14:59:08,528 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec686d67-5616-43b0-8cde-00231e197152', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec686d67-5616-43b0-8cde-00231e197152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412'} Body: b'{"volume": {"id": "86e338b0-bc87-4d3a-b06b-10cf00aa3412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:54:52.000000", "updated_at": "2025-08-06T14:54:52.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1821416357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e338b0-bc87-4d3a-b06b-10cf00aa3412"}], "user_id": "1fc1fafd2c1642dcac49f2d44e3b66ec", "bootable": "false" , "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c59cd1c1b441e79ba00adc80e46e9d"}}' 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 73b85eda-c087-4a2b-ab98-adde6946e80c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:56:18,301 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.215s 2025-08-06 14:56:18,301 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-727803324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDpp0/2G7Z4i7vIiI63ypJF6eUM7P8jl6ZSpr7itx0rvNMfsWiy0zxYnI9guULgDNt1PMm7T54tZQgE0sw4cuc4z/9Qj6eqIvVgcHZ6QuVkkFQtV/774FdPRJEa3qYZHhQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-412c6803-64a1-4c16-a8cf-1d3648003837', 'x-compute-request-id': 'req-412c6803-64a1-4c16-a8cf-1d3648003837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-727803324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDpp0/2G7Z4i7vIiI63ypJF6eUM7P8jl6ZSpr7itx0rvNMfsWiy0zxYnI9guULgDNt1PMm7T54tZQgE0sw4cuc4z/9Qj6eqIvVgcHZ6QuVkkFQtV/774FdPRJEa3qYZHhQ==", "fingerprint": "3f:62:3a:dc:88:09:e0:c8:49:77:d9:54:21:61:38:27", "user_id": "7e8388e323a946e2bd35ff5f1951815a"}}' 2025-08-06 14:56:19,329 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.023s 2025-08-06 14:56:19,330 99421 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-1547905531", "description": "tempest-secgroup-smoke-1547905531 description", "project_id": "4f45b916c1434b65870d88007da0653a"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-84e5e015-8968-4e7e-8dfb-c1e07f7c5801', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d357425f-bb6d-4601-9500-501fc368d5a3", "name": "tempest-secgroup-smoke-1547905531", "stateful": true, "tenant_id": "4f45b916c1434b65870d88007da0653a", "description": "tempest-secgroup-smoke-1547905531 description", "shared": false, "security_group_rules": [{"id": "d8056c38-533a-4de0-be4a-8f421baa3105", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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": 599, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}, {"id": "ed3fd9f6-5022-46e2-87d2-c652b2a4aa29", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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": 600, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}], "tags": [], "created_at": "2025 -08-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 1, "project_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:56:19,930 99421 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.599s 2025-08-06 14:56:19,930 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-27bb7f44-c2d2-49b2-95dd-c5ca2b852cd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3fc8b58d-fff1-4a2c-bde9-b6b808fd2706", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:19Z", "updated_at": "2025-08-06T14:56:19Z", "revision_number": 0}}' 2025-08-06 14:56:20,758 99421 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.828s 2025-08-06 14:56:20,759 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-b867ae37-9994-4353-817b-695308e6132d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d4d3990b-38aa-4dfb-b5b7-10a2cc3eee89", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:20Z", "updated_at": "2025-08-06T14:56:20Z", "revision_number": 0}}' 2025-08-06 14:56:21,147 99421 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.388s 2025-08-06 14:56:21,148 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a8195272-feb8-4c55-aeb9-7c1a6570fdb0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6624fdcf-e728-4edd-bff3-f3e9da7db871", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:21,500 99421 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.351s 2025-08-06 14:56:21,500 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-38f10d58-52a1-4ddf-8752-f025796a8eb4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c2faabd-5b7f-41fb-801d-09f0d57996f4", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:22,240 99421 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.739s 2025-08-06 14:56:22,240 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-68454aaa-b2be-4d4f-85d0-5a2bf00213ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6888f446-0468-4c43-9911-d9256972e323", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:21Z", "updated_at": "2025-08-06T14:56:21Z", "revision_number": 0}}' 2025-08-06 14:56:22,653 99421 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.412s 2025-08-06 14:56:22,653 99421 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "project_id": "4f45b916c1434b65870d88007da0653a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-ebc37bb4-7a65-4933-87ea-4063594e2d98', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f3245196-e898-4c06-8885-88223233ca90", "project_id": "4f45b916c1434b65870d88007da0653a", "tenant_id": "4f45b916c1434b65870d88007da0653a", "security_group_id": "d357425f-bb6d-4601-9500-501fc368d5a3", "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-06T14:56:22Z", "updated_at": "2025-08-06T14:56:22Z", "revision_number": 0}}' 2025-08-06 14:56:23,011 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.357s 2025-08-06 14:56:23,011 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-308019374", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502a4d7e-8862-446f-b6ae-579e545dd0d7', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502a4d7e-8862-446f-b6ae-579e545dd0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:22.940778", "updated_at": null, "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:56:23,144 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2025-08-06 14:56:23,144 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 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-dbac5bbf-631e-4fe5-b253-75c1b68ea3a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e8388e323a946e2bd35ff5f1951815a", "name": "tempest-TestStampPattern-2096636980-project-member", "password_expires_at": null}, "audit_ids": ["80F7Bqw9TL-EZuKtkRs iRw"], "expires_at": "2025-08-06T15:56:23.000000Z", "issued_at": "2025-08-06T14:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f45b916c1434b65870d88007da0653a", "name": "tempest-TestStampPattern-2096636980"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f45b916c1434b65870d88007da0653a", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:56:23,145 99421 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'name': 'tempest-TestStampPattern-1484993445-network', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f45b916c1434b65870d88007da0653a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53101, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:48Z', 'updated_at': '2025-08-06T14:55:48Z', 'revision_number': 1} available for tenant 2025-08-06 14:56:23,912 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.766s 2025-08-06 14:56:23,912 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-750205632", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "key_name": "tempest-TestStampPattern-727803324", "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "networks": [{"uuid": "0617758d-32f3-41d8-a31b-89229f9cffbf"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d', '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-0678ff47-8b10-4f18-a05c-7e2578ab1870', 'x-compute-request-id': 'req-0678ff47-8b10-4f18-a05c-7e2578ab1870', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "adminPass": "g3FugkP36QpS"}}' 2025-08-06 14:56:24,084 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.169s 2025-08-06 14:56:24,085 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:56:23 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-074a4ef9-6fdc-4111-9e96-fe574e70ad17', 'x-compute-request-id': 'req-074a4ef9-6fdc-4111-9e96-fe574e70ad17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "BUILD", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:24Z", "updated": "2025-08-06T14:56:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "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-06 14:57:15,036 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.886s 2025-08-06 14:57:15,036 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:14 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-2e4a2063-6285-4e7f-9ac8-f7b069dc510f', 'x-compute-request-id': 'req-2e4a2063-6285-4e7f-9ac8-f7b069dc510f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest -TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:56:49Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:57:15,052 99421 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 14:58:15,321 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.211s 2025-08-06 14:58:15,321 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 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-c634812c-aa21-4f53-867e-cf613b88acd3', 'x-compute-request-id': 'req-c634812c-aa21-4f53-867e-cf613b88acd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:56:49Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_ state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:15,574 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d 0.238s 2025-08-06 14:58:15,575 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-f9cbf737-4146-4bb7-9697-9c5375220f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"ports":[{"id":"bb564573-c861-4cff-bd28-b411b327cbd9","name":"","network_id":"0617758d-32f3-41d8-a31b-89229f9cffbf","tenant_id":"4f45b916c1434b65870d88007da0653a","mac_address":"fa:16:3e:48:00:16","admin_state_up":true,"status":"ACTIVE","device_id":"0eea88fd-bd35-4e24-bf96-b25acade410d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5f1d7b6f-1963-4536-99de-cc5a17eccd99","ip_address":"10.0.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d357425f-bb6d-4601-9500-501fc368d5a3"],"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-06T14:56:31Z","updated_at":"2025-08-06T14:56:45Z","revision_number":5,"project_id":"4f45b916c1434b65870d88007da0653a"}]}' 2025-08-06 14:58:15,575 99421 DEBUG [tempest.common.waiters] Server ID 0eea88fd-bd35-4e24-bf96-b25acade410d ports are all ACTIVE [{'id': 'bb564573-c861-4cff-bd28-b411b327cbd9', 'name': '', 'network_id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'mac_address': 'fa:16:3e:48:00:16', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '0eea88fd-bd35-4e24-bf96-b25acade410d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '5f1d7b6f-1963-4536-99de-cc5a17eccd99', 'ip_address': '10.0.0.6'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['d357425f-bb6d-4601-9500-501fc368d5a3'], '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-06T14:56:31Z', 'updated_at': '2025-08-06T14:56:45Z', 'revision_number': 5, 'project_id': '4f45b916c1434b65870d88007da0653a'}]: 2025-08-06 14:58:15,654 99421 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=638ea82a-d901-4982-9851-bdebac49bc0b&port_id=bb564573-c861-4cff-bd28-b411b327cbd9 0.079s 2025-08-06 14:58:15,655 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-714cc87d-5ab2-48ca-abf8-294e2a556c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=638ea82a-d901-4982-9851-bdebac49bc0b&port_id=bb564573-c861-4cff-bd28-b411b327cbd9'} Body: b'{"floatingips": []}' 2025-08-06 14:58:15,704 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/net working/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d 0.049s 2025-08-06 14:58:15,705 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-fce52eb8-43bb-436d-95be-90d73612e8ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"ports":[{"id":"bb564573-c861-4cff-bd28-b411b327cbd9","name":"","network_id":"0617758d-32f3-41d8-a31b-89229f9cffbf","tenant_id":"4f45b916c1434b65870d88007da0653a","mac_address":"fa:16:3e:48:00:16","admin_state_up":true,"status":"ACTIVE","device_id":"0eea88fd-bd35-4e24-bf96-b25acade410d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5f1d7b6f-1963-4536-99de-cc5a17eccd99","ip_address":"10.0.0.6"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d357425f-bb6d-4601-9500-501fc368d5a3"],"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-06T14:56:31Z","updated_at":"2025-08-06T14:56:45Z","revision_number":5,"project_id":"4f45b916c1434b65870d88007da0653a"}]}' 2025-08-06 14:58:15,705 99421 DEBUG [tempest.common.waiters] Server ID 0eea88fd-bd35-4e24-bf96-b25acade410d ports are all ACTIVE [{'id': 'bb564573-c861-4cff-bd28-b411b327cbd9', 'name': '', 'network_id': '0617758d-32f3-41d8-a31b-89229f9cffbf', 'tenant_id': '4f45b916c1434b65870d88007da0653a', 'mac_address': 'fa:16:3e:48:00:16', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '0eea88fd-bd35-4e24-bf96-b25acade410d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '5f1d7b6f-1963-4536-99de-cc5a17eccd99', 'ip_address': '10.0.0.6'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['d357425f-bb6d-4601-9500-501fc368d5a3'], '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-06T14:56:31Z', 'updated_at': '2025-08-06T14:56:45Z', 'revision_number': 5, 'project_id': '4f45b916c1434b65870d88007da0653a'}]: 2025-08-06 14:58:17,168 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.462s 2025-08-06 14:58:17,169 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "port_id": "bb564573-c861-4cff-bd28-b411b327cbd9", "tenant_id": "4f45b916c1434b65870d88007da0653a", "fixed_ip_address": "10.0.0.6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-f76c19f9-04a3-4142-8fa2-e2e7dd430384', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f9a7ae06-fc08-4410-bc7e-194e838c2ec6", "tenant_id": "4f45b916c1434b65870d88007da0653a", "floating_ip_address": "172.24.4.57", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "0ec6cbea-d845-4ef1-bebd-c6369fa15449", "port_id": "bb564573-c861-4cff-bd28-b411b327cbd9", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "pr oject_id": "4f45b916c1434b65870d88007da0653a", "description": "", "port_details": {"name": "", "network_id": "0617758d-32f3-41d8-a31b-89229f9cffbf", "mac_address": "fa:16:3e:48:00:16", "admin_state_up": true, "status": "ACTIVE", "device_id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:16Z", "updated_at": "2025-08-06T14:58:16Z", "revision_number": 0}}' 2025-08-06 14:58:17,171 99421 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.57:22' as 'cirros' with public key authentication 2025-08-06 14:58:17,196 99421 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:17,302 99421 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:17,302 99421 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.57 successfully created 2025-08-06 14:58:17,303 99421 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-06 14:58:17,303 99421 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.57:22' as 'cirros' with public key authentication 2025-08-06 14:58:17,306 99421 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:58:17,410 99421 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:58:17,410 99421 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.57 successfully created 2025-08-06 14:58:17,469 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.042s 2025-08-06 14:58:17,469 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc2dc8ee-7863-4c51-a3f1-589ed7269fc4', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc2dc8ee-7863-4c51-a3f1-589ed7269fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:58:18,528 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.044s 2025-08-06 14:58:18,528 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c54672-3c61-4f5b-a4c7-55d06ccbb7ad', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-30c54672-3c61-4f5b-a4c7-55d06ccbb7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"volume": {"id": "73b85eda-c087-4a2b-ab98-adde6946e80c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:56:23.000000", "updated_at": "2025-08-06T14:56:23.000000", "name": "tempest-TestStampPattern-volume-308019374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c"}], "user_id": "7e8388e323a946e2bd35ff5f1951815a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f45b916c1434b65870d88007da0653a"}}' 2025-08-06 14:58:19,065 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/f9a7ae06-fc08-4410-bc7e-194e838c2ec6 0.522s 2025-08-06 14:58:19,065 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7e0d4801-96ea-474d-aa26-2342d02704a2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f9a7ae06-fc08-4410-bc7e-194e838c2ec6'} Body: b'' 2025-08-06 14:58:19,184 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.119s 2025-08-06 14:58:19,185 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7c1019-8d0c-453b-b9b9-01d4f8926db6', 'x-compute-request-id': 'req-3b7c1019-8d0c-453b-b9b9-01d4f8926db6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'' 2025-08-06 14:58:19,444 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.258s 2025-08-06 14:58:19,444 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 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-5792a1de-ac11-4298-91d3-363d72ebd8a0', 'x-compute-request-id': 'req-5792a1de-ac11-4298-91d3-363d72ebd8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"server": {"id": "0eea88fd-bd35-4e24-bf96-b25acade410d", "name": "tempest-TestStampPattern-server-750205632", "status": "ACTIVE", "tenant_id": "4f45b916c1434b65870d88007da0653a", "user_id": "7e8388e323a946e2bd35ff5f1951815a", "metadata": {}, "hostId": "47bf175d4a49402f216f88ad8dfddf31f70c6e4 e98478a568c37ebb2", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:56:23Z", "updated": "2025-08-06T14:58:19Z", "addresses": {"tempest-TestStampPattern-1484993445-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}, {"version": 4, "addr": "172.24.4.57", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:00:16"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0eea88fd-bd35-4e24-bf96-b25acade410d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-727803324", "OS-SRV-USG:launched_at": "2025-08-06T14:56:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1547905531"}], "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-06 14:59:09,549 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d 0.034s 2025-08-06 14:59:09,549 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-57cc5e82-1dd5-4b39-8007-7fed4166587d', 'x-compute-request-id': 'req-57cc5e82-1dd5-4b39-8007-7fed4166587d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0eea88fd-bd35-4e24-bf96-b25acade410d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0eea88fd-bd35-4e24-bf96-b25acade410d could not be found."}}' 2025-08-06 14:59:09,658 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.108s 2025-08-06 14:59:09,658 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c92bf2-a6bb-4420-8f61-81dc142bb708', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'' 2025-08-06 14:59:09,679 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c 0.020s 2025-08-06 14:59:09,679 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-997a6e79-e8ab-43d8-81a6-1d32bd4fa8b4', 'x-op enstack-request-id': 'req-997a6e79-e8ab-43d8-81a6-1d32bd4fa8b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73b85eda-c087-4a2b-ab98-adde6946e80c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73b85eda-c087-4a2b-ab98-adde6946e80c could not be found."}}' 2025-08-06 14:59:10,015 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d357425f-bb6d-4601-9500-501fc368d5a3 0.335s 2025-08-06 14:59:10,015 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-23be575c-2981-483c-a4d7-6f1758307d6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d357425f-bb6d-4601-9500-501fc368d5a3'} Body: b'' 2025-08-06 14:59:10,085 99421 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-727803324 0.069s 2025-08-06 14:59:10,085 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:10 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-5904b066-54e8-4eac-9367-9a4bea6a311f', 'x-compute-request-id': 'req-5904b066-54e8-4eac-9367-9a4bea6a311f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-727803324'} 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 8d7ec15f-c363-4937-9ccf-51409851c6ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:59:19,254 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.431s 2025-08-06 14:59:19,254 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-992964158"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49df8f7f-14be-4066-bb4f-6af488a70318', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49df8f7f-14be-4066-bb4f-6af488a70318', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.188025", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,542 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.272s 2025-08-06 14:59:19,543 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1225625919"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50341a8d-a3f3-47a3-9d0d-cfc8caeac32b', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50341a8d-a3f3-47a3-9d0d-cfc8caeac32b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16a1c92e-a94c-497c-b28d-9b883956d7f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.433676", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1225625919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a1c92e-a94c-497c-b28d-9b883956d7f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a1c92e-a94c-497c-b28d-9b883956d7f9"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,762 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.208s 2025-08-06 14:59:19,763 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-18848864 78"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea784c2-6aa5-444d-a6b7-4a4533f27d6c', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea784c2-6aa5-444d-a6b7-4a4533f27d6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7f07f9e6-72e4-47b6-901f-2a11a279ef6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.694714", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1884886478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7f07f9e6-72e4-47b6-901f-2a11a279ef6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7f07f9e6-72e4-47b6-901f-2a11a279ef6d"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:19,970 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-08-06 14:59:19,970 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1729740792"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a160c77-c4a0-40d9-9671-e1b3a8fbc63d', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a160c77-c4a0-40d9-9671-e1b3a8fbc63d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c971d512-726d-4166-b47d-59efbdb72895", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.902387", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1729740792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c971d512-726d-4166-b47d-59efbdb72895"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c971d512-726d-4166-b47d-59efbdb72895"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:20,202 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.220s 2025-08-06 14:59:20,202 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1681905005"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed93cfd4-5446-446d-814a-a7ec0a813538', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed93cfd4-5446-446d-814a-a7ec0a813538', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "06eed852-4f63-4 70f-b253-f3a3cfbf5584", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:20.136773", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1681905005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/06eed852-4f63-470f-b253-f3a3cfbf5584"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/06eed852-4f63-470f-b253-f3a3cfbf5584"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:20,256 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef 0.042s 2025-08-06 14:59:20,256 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e147d86-9d5c-4afd-8b63-70b61760e357', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e147d86-9d5c-4afd-8b63-70b61760e357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.000000", "updated_at": "2025-08-06T14:59:19.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47712f0c8a734515976a2108937081cc"}}' 2025-08-06 14:59:21,315 99421 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef 0.044s 2025-08-06 14:59:21,315 99421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-996125ce-030b-478a-b5a1-b2f5456434ee', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-996125ce-030b-478a-b5a1-b2f5456434ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef'} Body: b'{"volume": {"id": "8d7ec15f-c363-4937-9ccf-51409851c6ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:19.000000", "updated_at": "2025-08-06T14:59:19.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-992964158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d7ec15f-c363-4937-9ccf-51409851c6ef"}], "user_id ": "52b2ec816e764469a5859310a5ac4c18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47712f0c8a734515976a2108937081cc"}}' 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 a62b738f-c3ed-4530-920a-5e2a413cbc7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:57:17,825 99403 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:57:17,826 99403 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:57:18,105 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.278s 2025-08-06 14:57:18,105 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-941641516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:17 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-b4bae515-19e7-4a44-9f28-6fe859a59bfe', 'x-compute-request-id': 'req-b4bae515-19e7-4a44-9f28-6fe859a59bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-941641516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg==", "fingerprint": "52:b6:50:e3:19:5f:0c:de:f6:2b:08:dc:a4:56:55:79", "user_id": "ba6559cd29c0433ead4072d609a56a73"}}' 2025-08-06 14:57:18,108 99403 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-941641516 created 2025-08-06 14:57:18,510 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.402s 2025-08-06 14:57:18,511 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--156325390", "description": "tempest-description--1374160880"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-5da81dd9-e5cd-4db5-973c-f18d476776e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4a58cbeb-0a55-4820-9194-333ca9553772", "name": "tempest-securitygroup--156325390", "stateful": true, "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "tempest-description--1374160880", "shared": false, "security_group_rules": [{"id": "25b2ea43-8d49-4f18-bc8e-634e9a587963", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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": 733, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}, {"id": "84e30ba5-8228-46ed-ac50-f60a9e34856f", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 732, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:57:18,996 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.484s 2025-08-06 14:57:18,996 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3fcf6f24-9ff8-46d7-881b-7caba5a0c060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54bda836-9cb0-4190-a25a-5afaa7636f22", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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-06T14:57:18Z", "updated_at": "2025-08-06T14:57:18Z", "revision_number": 0}}' 2025-08-06 14:57:19,231 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.234s 2025-08-06 14:57:19,231 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a58239b6-7ee2-410f-b3f8-b0c501f6ccf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99574ef0-604b-4c7f-8875-f8b1a0db24fc", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "4a58cbeb-0a55-4820-9194-333ca9553772", "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-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}}' 2025-08-06 14:57:19,232 99403 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--156325390 created 2025-08-06 14:57:19,875 99403 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.642s 2025-08-06 14:57:19,875 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-75abb95b-0bd8-4325-be42-36df6dd35511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b88147c-1963-4805-a449-e86702b4de38", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "floating_ip_address": "172.24.4.243", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}}' 2025-08-06 14:57:19,875 99403 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9b88147c-1963-4805-a449-e86702b4de38', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:57:19Z', 'updated_at': '2025-08-06T14:57:19Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2025-08-06 14:57:20,095 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.219s 2025-08-06 14:57:20,096 99403 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-635198705", "description": "tempest-secgroup-smoke-635198705 description", "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-ba53309b-5811-4f6a-b417-162b01cf4f38', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "name": "tempest-secgroup-smoke-635198705", "stateful": true, "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "description": "tempest-secgroup-smoke-635198705 description", "shared": false, "security_group_rules": [{"id": "18beab78-4288-4c47-91df-de06632ae332", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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": 739, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}, {"id": "36b0e074-631c-4826-8516-12a751b01413", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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": 740, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 0}], "tags ": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:57:19Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:57:20,295 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.198s 2025-08-06 14:57:20,296 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bb454e8b-ceb7-43e5-b885-305016d394fd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f66f97b-8c15-4833-86aa-301930073663", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:20,497 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.200s 2025-08-06 14:57:20,497 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-f61f089c-dd3f-4921-bc3d-18cb505ba43c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a20a36c-feb1-4352-b5f3-29dceaf05ccd", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:20,790 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.293s 2025-08-06 14:57:20,791 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f94d152a-f8b2-429c-945 5-da0839cac2ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81417abf-d2f7-4df1-9d42-2a88f1fdde9e", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:21,074 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.283s 2025-08-06 14:57:21,074 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-f69188ac-ec7b-45a1-afe3-6d83223c028c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7787d09-f60d-4787-be1d-1663f2300824", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:20Z", "updated_at": "2025-08-06T14:57:20Z", "revision_number": 0}}' 2025-08-06 14:57:21,305 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-08-06 14:57:21,306 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-0d1d29fd-19f2-4aa8-b63b-cf3a65c74080', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c846ac6-c803-4f4e-8b3e-ba2b2b597020", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:21Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 0}}' 2025-08-06 14:57:21,853 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.547s 2025-08-06 14:57:21,854 99403 DEBUG [tempest.li b.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-cb0cce54-53e9-4e07-a0ae-28a6af608ffb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b370228a-a93a-4309-a6b8-23b8ed23bd8b", "project_id": "bfd487dd8f1049f5a8cba027b6b27752", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "security_group_id": "33fe0299-aebb-4a97-96c2-5990c4a16d40", "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-06T14:57:21Z", "updated_at": "2025-08-06T14:57:21Z", "revision_number": 0}}' 2025-08-06 14:57:21,905 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2025-08-06 14:57:21,906 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 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-1c780be1-8ae1-41b4-b332-f59b654299ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ba6559cd29c0433ead4072d609a56a73", "name": "tempest-SnapshotDataIntegrityTests-1831999977-project-member", "password_expires_at": null}, "audit_ids": ["Q_RhFZcYSbyAqTDBPxZokQ"], "expires_at": "2025-08-06T15:57:21.000000Z", "issued_at": "2025-08-06T14:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfd487dd8f1049f5a8cba027b6b27752", "name": "tempest-SnapshotDataIntegrityTests-1831999977"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823 ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bfd487dd8f1049f5a8cba027b6b27752", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:57:21,906 99403 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'e714b28f-9019-4cc3-b3f2-a65e92dfa381', 'name': 'tempest-SnapshotDataIntegrityTests-816653325-network', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13283, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:57:03Z', 'updated_at': '2025-08-06T14:57:03Z', 'revision_number': 1} available for tenant 2025-08-06 14:57:21,907 99403 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-941641516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPIdGyTMjAl6R+MXAhwc2vK5MikY8+FYhGEgQg2qdV3rHZHGw25hNd9YZP3OtXXPkFEgvnrVHnKdHH7szNQj9FefvPlQKNcRHXLWKYT4UgVb6YKfWVQwtRLo3yrmLToBTg==', 'fingerprint': '52:b6:50:e3:19:5f:0c:de:f6:2b:08:dc:a4:56:55:79', 'user_id': 'ba6559cd29c0433ead4072d609a56a73', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC2a6FUeKcWfy6xPA5ok/GPLMr/AghpNWmrOWr5Wvd+DvU+/mCXDgE3\ntq1AqjohS2mgBwYFK4EEACKhZANiAATyHRskzIwJekfjFwIcHNryuTIpGPPhWIRh\nIEINqnVd6x2RxsNuYTXfWGT9zrV1z5BRIL561R5ynRx+7MzUI/RXn7z5UCjXER1y\n1imE+FIFW+mCn1lUMLUS6N8q5i06AU4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4a58cbeb-0a55-4820-9194-333ca9553772', 'name': 'tempest-securitygroup--156325390', 'stateful': True, 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': 'tempest-description--1374160880', 'shared': False, 'security_group_rules': [{'id': '25b2ea43-8d49-4f18-bc8e-634e9a587963', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'security_group_id': '4a58cbeb-0a55-4820-9194-333ca9553772', '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': 733, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 0}, {'id': '84e30ba5-8228-46ed-ac50-f60a9e34856f', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'security_group_id': '4a58cbeb-0a55-4820-9194-333ca9553772', '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': 732, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:57:18Z', 'updated_at': '2025-08-06T14:57:18Z', 'revision_number': 1, 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752'}, 'floating_ip': {'id': '9b88147c-1963-4805-a449-e86702b4de38', 'tenant_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '638ea82a-d90 1-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfd487dd8f1049f5a8cba027b6b27752', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:57:19Z', 'updated_at': '2025-08-06T14:57:19Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2025-08-06 14:57:22,558 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.650s 2025-08-06 14:57:22,559 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "key_name": "tempest-keypair-941641516", "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "networks": [{"uuid": "e714b28f-9019-4cc3-b3f2-a65e92dfa381"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '449', 'location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f17de72-7c31-4b48-97d8-888ad7a81b1e', 'x-compute-request-id': 'req-1f17de72-7c31-4b48-97d8-888ad7a81b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "adminPass": "NoFfPu3xVszL"}}' 2025-08-06 14:57:22,639 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.076s 2025-08-06 14:57:22,639 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e494dae-8052-4630-a715-98344c3ccbb4', 'x-compute-request-id': 'req-5e494dae-8052-4630-a715-98344c3ccbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "BUILD", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:23Z", "updated": "2025-08-06T14:57:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "h ref": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-941641516", "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-06 14:58:12,913 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.208s 2025-08-06 14:58:12,914 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f5ca3f0-2e02-458f-9e5f-5d91aaae5e36', 'x-compute-request-id': 'req-5f5ca3f0-2e02-458f-9e5f-5d91aaae5e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a2037f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:57:37Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:12,928 99403 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 14:59:13,191 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615/os-interface 0.205s 2025-08-06 14:59:13,191 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-415b3ec0-a185-4c5b-bf73-931e1f33ef62', 'x-compute-request-id': 'req-415b3ec0-a185-4c5b-bf73-931e1f33ef62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e714b28f-9019-4cc3-b3f2-a65e92dfa381", "port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0", "mac_addr": "fa:16:3e:ae:4a:1e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6e6d4299-1b29-43ef-bb4d-f1355387b6e6", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 14:59:14,112 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38 0.915s 2025-08-06 14:59:14,112 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-44b1f060-9192-4cc5-aafd-5593d97a6b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38'} Body: b'{"floatingip": {"id": "9b88147c-1963-4805-a449-e86702b4de38", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "floating_ip_address": "172.24.4.243", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5f94fcb3-02ac-46c0-945c-5544670b1007", "port_id": "85376126-4aa2-48f0-93f2-8f2c35056de0", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e714b28f-9019-4cc3-b3f2-a65e92dfa381", "mac_address": "fa:16:3e:ae:4a:1e", "admin_state_up": true, "status": "ACTIVE", "device_id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:57:19Z", "updated_at": "2025-08-06T14:59:13Z", "revision_number": 1, "project_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:14,115 99403 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.243:22' as 'cirros' with public key authentication 2025-08-06 14:59:14,140 99403 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 14:59:14,244 99403 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 14:59:14,245 99403 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.243 successfully created 2025-08-06 14:59:14,515 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.270s 2025-08-06 14:59:14,516 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0d094fd-751c-4620-a145-0409c8f46be4', 'x-compute-request-id': 'req-d0d094fd-751c-4620-a145-0409c8f46be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a203 7f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:57:37Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:14,786 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.255s 2025-08-06 14:59:14,786 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7315139f-1c65-468b-abba-cf43f9224471', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7315139f-1c65-468b-abba-cf43f9224471', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a-5e2a413cbc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:14.708378", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:59:14,838 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.040s 2025-08-06 14:59:14,839 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635b1a84-449f-4515-ac52-b8198a883eb3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635b1a84-449f-4515-ac52-b8198a883eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a -5e2a413cbc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:15.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:15,948 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.095s 2025-08-06 14:59:15,948 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503e73bd-cf14-4bfa-a348-b751c6aa44fe', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503e73bd-cf14-4bfa-a348-b751c6aa44fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"volume": {"id": "a62b738f-c3ed-4530-920a-5e2a413cbc7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:59:15.000000", "updated_at": "2025-08-06T14:59:15.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-804342164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b"}], "user_id": "ba6559cd29c0433ead4072d609a56a73", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfd487dd8f1049f5a8cba027b6b27752"}}' 2025-08-06 14:59:16,070 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.100s 2025-08-06 14:59:16,071 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59: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-fdf5781b-13e7-4dfa-8b25-16e8d681bf5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'' 2025-08-06 14:59:16,095 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b 0.023s 2025-08-06 14:59:16,095 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-4b1b12ba-93fc-4077-8a37-660d29ea56fa', 'x-openstack-request-id': 'req-4b1b12ba-93fc-4077-8a37-660d29ea56fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a62b738f-c3ed-4530-920a-5e2a413cbc7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a62b738f-c3ed-4530-920a-5e2a413cbc7b could not be found."}}' 2025-08-06 14:59:16,223 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.127s 2025-08-06 14:59:16,223 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 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-1a8c782c-45db-49d3-a87d-0e13ccb3cda4', 'x-compute-request-id': 'req-1a8c782c-45db-49d3-a87d-0e13ccb3cda4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'' 2025-08-06 14:59:16,448 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.225s 2025-08-06 14:59:16,449 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:16 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-02d49e69-3606-42b0-897d-fe9401f43a31', 'x-compute-request-id': 'req-02d49e69-3606-42b0-897d-fe9401f43a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"server": {"id": "05fd52b3-2038-440a-9da0-a66fca8e9615", "name": "tempest-SnapshotDataIntegrityTests-server-1581570240", "status": "ACTIVE", "tenant_id": "bfd487dd8f1049f5a8cba027b6b27752", "user_id": "ba6559cd29c0433ead4072d609a56a73", "metadata": {}, "hostId": "0cedada50641173a2037f03cad0239e3b3c2b0cb60399509b7b5e642", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:57:22Z", "updated": "2025-08-06T14:59:16Z", "addresses": {"tempest-SnapshotDataIntegrityTests-816653325-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}, {"version": 4, "addr": "172.24.4.243", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:4a:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05fd52b3-2038-440a-9da0-a66fca8e9615"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-941641516", "OS-SRV-USG:launched_at": "2025-08-06T14:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-635198705"}, {"name": "tempest-securitygroup--156325390"}], "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-06 15:00:06,556 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615 0.043s 2025-08-06 15:00:06,557 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 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-a3d86f39-9392-4cdf-b27a-515981f89afa', 'x-compute-request-id': 'req-a3d86f39-9392-4cdf-b27a-515981f89afa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05fd52b3-2038-440a-9da0-a66fca8e9615'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 05fd52b3-2038-440a-9da0-a66fca8e9615 could not be found."}}' 2025-08-06 15:00:06,917 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/33fe0299-aebb-4a97-96c2-5990c4a16d40 0.359s 2025-08-06 15:00:06,917 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8d93dc6b-a3ec-46c2-924c-6ec3eb1fc131', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/33fe0299-aebb-4a97-96c2-5990c4a16d40'} Body: b'' 2025-08-06 15:00:06,946 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-941641516 0.028s 2025-08-06 15:00:06,946 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 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-9da20192-a376-4e29-9887-26ea0b0ebab8', 'x-compute-request-id': 'req-9da20192-a376-4e29-9887-26ea0b0ebab8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-941641516'} Body: b'' 2025-08-06 15:00:07,120 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772 0.173s 2025-08-06 15:00:07,120 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-be808b65-c8ae-411b-95e5-3262be1ea9b4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772'} Body: b'' 2025-08-06 15:00:07,137 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772 0.016s 2025-08-06 15:00:07,137 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d206f8a3-1670-4824-88ac-23cfec5f54f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a58cbeb-0a55-4820-9194-333ca9553772'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4a58cbeb-0a55-4820-9194-333ca9553772 does not exist", "detail": ""}}' 2025-08-06 15:00:07,493 99403 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38 0.355s 2025-08-06 15:00:07,494 99403 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1e6b89eb-9cde-4add-b6be-52cf65541aea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b88147c-1963-4805-a449-e86702b4de38'} Body: b'' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f785a4fd-f0f4-4da8-9845-36ed4972ffd7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:15,329 99413 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.083s 2025-08-06 14:58:15,330 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21d0e7c6-54b0-4e57-96c8-58f53b42a538', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d61e85bad30a48b8bfe5a3d670209ecb", "name": "tempest-VolumesAdminNegativeTest-6262872-project-member", "password_expires_at": null}, "audit_ids": ["wFAFZpnPTrCks5wa5Mpk8g"], "expires_at": "2025-08-06T15:58:15.000000Z", "issued_at": "2025-08-06T14:58:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b33260dc4441719c1713a05b224708", "name": "tempest-VolumesAdminNegativeTest-6262872"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/21b33260dc4441719c1713a05b224708", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:15,330 99413 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'c2c76538-1f74-42f6-a8ad-5a273ea71511', 'name': 'tempest-VolumesAdminNegativeTest-1860601842-network', 'tenant_id': '21b33260dc4441719c1713a05b224708', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '21b33260dc4441719c1713a05b224708', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18375, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': No ne, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:39Z', 'updated_at': '2025-08-06T14:55:39Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:15,860 99413 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.528s 2025-08-06 14:58:15,860 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1931035913", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "c2c76538-1f74-42f6-a8ad-5a273ea71511"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5527eca5-3d7d-48c0-9d03-2aa24db147d8', 'x-compute-request-id': 'req-5527eca5-3d7d-48c0-9d03-2aa24db147d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "J2YyqMvPwSaz"}}' 2025-08-06 14:58:15,933 99413 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/2a16f5c4-4504-4935-b45e-82cda6240214 0.069s 2025-08-06 14:58:15,933 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:15 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-e31a3e65-5b5a-483f-9494-f34a5e91c8d3', 'x-compute-request-id': 'req-e31a3e65-5b5a-483f-9494-f34a5e91c8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "name": "tempest-VolumesAdminNegativeTest-server-1931035913", "status": "BUILD", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:16Z", "updated": "2025-08-06T14:58:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "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-06 14:59:06,234 99413 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/2a16f5c4-4504-4935-b45e-82cda6240214 0.236s 2025-08-06 14:59:06,234 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ff129ac-6f8a-4d7c-8eaf-2af9048f5485', 'x-compute-request-id': 'req-4ff129ac-6f8a-4d7c-8eaf-2af9048f5485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214'} Body: b'{"server": {"id": "2a16f5c4-4504-4935-b45e-82cda6240214", "name": "tempest-VolumesAdminNegativeTest-server-1931035913", "status": "ACTIVE", "tenant_id": "21b33260dc4441719c1713a05b224708", "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "metadata": {}, "hostId": "bdf9c3f3df45ad92d218db8b70b149bdb24e1ad8b4a0fed3e5f9d291", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:15Z", "updated": "2025-08-06T14:58:32Z", "addresses": {"tempest-VolumesAdminNegativeTest-1860601842-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:47:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2a16f5c4-4504-4935-b45e-82cda6240214"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:58:31.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-06 14:59:06,253 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:06,569 99413 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.255s 2025-08-06 15:00:06,570 99413 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-1194437069"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac39bbe3-68bd-4f8f-b5e2-388426f9f6b8', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac39bbe3-68bd-4f8f-b5e2-388426f9f6b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.497010", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10. 0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:06,618 99413 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/f785a4fd-f0f4-4da8-9845-36ed4972ffd7 0.037s 2025-08-06 15:00:06,619 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94eeec85-8f9b-4d89-b1f9-6e4489844961', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94eeec85-8f9b-4d89-b1f9-6e4489844961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 2025-08-06 15:00:07,678 99413 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/f785a4fd-f0f4-4da8-9845-36ed4972ffd7 0.043s 2025-08-06 15:00:07,678 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9b23f0-f923-4921-9e05-65434cb3fe09', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9b23f0-f923-4921-9e05-65434cb3fe09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7'} Body: b'{"volume": {"id": "f785a4fd-f0f4-4da8-9845-36ed4972ffd7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:06.000000", "updated_at": "2025-08-06T15:00:07.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1194437069", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f785a4fd-f0f4-4da8-9845-36ed4972ffd7"}], "user_id": "d61e85bad30a48b8bfe5a3d670209ecb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21b33260dc4441719c1713a05b224708"}}' 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 eb5f4439-5fa1-4148-a183-c0f6431fecca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:31,508 99423 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.046s 2025-08-06 14:58:31,509 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d6d243b6-2319-4339-ad5b-6fa7d44b06c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a03f743b84d84b3a8c6a3a432ba533e3", "name": "tempest-DeleteServersTestJSON-1670186870-project-member", "password_expires_at": null}, "audit_ids": ["uo1RN4NfS9eWnoGq9m6_zQ"], "expires_at": "2025-08-06T15:58:31.000000Z", "issued_at": "2025-08-06T14:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "name": "tempest-DeleteServersTestJSON-1670186870"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0d5f3a43c4d843fd9da71f6e0a2c92fc", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:31,509 99423 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'f53cab83-7fb1-4647-8a77-4a6e71490745', 'name': 'tempest-DeleteServersTestJSON-1511157489-network', 'tenant_id': '0d5f3a43c4d843fd9da71f6e0a2c92fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0d5f3a43c4d843fd9da71f6e0a2c92fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54257, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-08-06T14:58:24Z', 'updated_at': '2025-08-06T14:58:24Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:32,122 99423 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.612s 2025-08-06 14:58:32,123 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-300860866", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "f53cab83-7fb1-4647-8a77-4a6e71490745"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f57e660-5102-4a5e-919e-7573eaeea501', 'x-compute-request-id': 'req-6f57e660-5102-4a5e-919e-7573eaeea501', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JxJZgad5h6UE"}}' 2025-08-06 14:58:32,212 99423 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/e7f9985b-d7c6-4836-967e-6a703cc83604 0.085s 2025-08-06 14:58:32,212 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b426a6d0-e3b8-4715-ba9a-0d44284dd2a6', 'x-compute-request-id': 'req-b426a6d0-e3b8-4715-ba9a-0d44284dd2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "name": "tempest-DeleteServersTestJSON-server-300860866", "status": "BUILD", "tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:32Z", "updated": "2025-08-06T14:58:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "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-06 14:59:22,591 99423 INFO [tempest.lib.common.rest_client] Request (DeleteS erversTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604 0.313s 2025-08-06 14:59:22,592 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-887af8ed-f648-4568-bb13-048abd5e60fb', 'x-compute-request-id': 'req-887af8ed-f648-4568-bb13-048abd5e60fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604'} Body: b'{"server": {"id": "e7f9985b-d7c6-4836-967e-6a703cc83604", "name": "tempest-DeleteServersTestJSON-server-300860866", "status": "ACTIVE", "tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc", "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "metadata": {}, "hostId": "c200f9b3750302a0d9081324b44c540c59e468cddc725a090226ea6a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:32Z", "updated": "2025-08-06T14:58:48Z", "addresses": {"tempest-DeleteServersTestJSON-1511157489-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:35:c8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e7f9985b-d7c6-4836-967e-6a703cc83604"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:22,607 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:00:22,937 99423 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.271s 2025-08-06 15:00:22,937 99423 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-1630892875"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9f2bc4-8b59-4e2e-acf2-4068dc100d91', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9f2bc4-8b59-4e2e-acf2-4068dc100d91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:22.865922", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f 4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:23,001 99423 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/eb5f4439-5fa1-4148-a183-c0f6431fecca 0.043s 2025-08-06 15:00:23,002 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4c2b38-7384-4a92-9c69-547efc0b726a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4c2b38-7384-4a92-9c69-547efc0b726a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:23.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc"}}' 2025-08-06 15:00:24,058 99423 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/eb5f4439-5fa1-4148-a183-c0f6431fecca 0.040s 2025-08-06 15:00:24,058 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e937ca9a-dad1-4684-9e6b-e23fa8bbb596', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e937ca9a-dad1-4684-9e6b-e23fa8bbb596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca'} Body: b'{"volume": {"id": "eb5f4439-5fa1-4148-a183-c0f6431fecca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:23.000000", "updated_at": "2025-08-06T15:00:23.000000", "name": "tempest-DeleteServersTestJSON-volume-1630892875", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb5f4439-5fa1-4148-a183-c0f6431fecca"}], "user_id": "a03f743b84d84b3a8c6a3a432ba533e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0d5f3a43c4d843fd9da71f6e0a2c92fc"}}' 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 8f81cb38-820e-4cb9-8fec-2a9b6af175f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:58:47,950 99409 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-06 14:58:48,623 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.671s 2025-08-06 14:58:48,623 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--321574654", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f139e0b9-78e8-4621-8883-b1d36be582e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--321574654", "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": "d3e63a65d6df49f382a7a7224a25bfa9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a3ba1257-770a-42be-b772-8922b260c4bd", "created_at": "2025-08-06T14:58:49Z", "updated_at": "2025-08-06T14:58:49Z", "tags": [], "self": "/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd", "file": "/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file", "schema": "/v2/schemas/image"}' 2025-08-06 14:58:50,099 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file 1.476s 2025-08-06 14:58:50,100 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-75457412-128c-4ca1-ae0e-a2d65f50b726', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd/file'} Body: b'' 2025-08-06 14:58:50,100 99409 DEBUG [tempest.scenario.manager] image:a3ba1257-770a-42be-b772-8922b260c4bd 2025-08-06 14:58:50,154 99409 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.052s 2025-08-06 14:58:50,154 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1793754652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLSlTsF/veGjXmGmUh6mLp71vCtN/3qm79nBm5XcJ8qjPlD45cPwDzaZp1/2iRJP5NbpSvgVuFsgAJh0bDeK4PvCzSzde1GRsFy4mkgAn90AnVjGnxiKwRuCPqS9CGvFtw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-521350f7-2be3-4141-a26a-2a16144e49b8', 'x-compute-request-id': 'req-521350f7-2be3-4141-a26a-2a16144e49b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-17937 54652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLSlTsF/veGjXmGmUh6mLp71vCtN/3qm79nBm5XcJ8qjPlD45cPwDzaZp1/2iRJP5NbpSvgVuFsgAJh0bDeK4PvCzSzde1GRsFy4mkgAn90AnVjGnxiKwRuCPqS9CGvFtw==", "fingerprint": "3f:a1:b0:e4:eb:84:32:40:e6:0c:01:69:da:a2:0f:c7", "user_id": "62d6d78565294531b837ff64a57209d9"}}' 2025-08-06 14:58:50,254 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2025-08-06 14:58:50,254 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-a48bffda-fcee-4c65-8c3b-18960fc37bd5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62d6d78565294531b837ff64a57209d9", "name": "tempest-TestMinimumBasicScenario-848190772-project-member", "password_expires_at": null}, "audit_ids": ["an7L2wMhSSWrq1ijUYzrdw"], "expires_at": "2025-08-06T15:58:50.000000Z", "issued_at": "2025-08-06T14:58:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3e63a65d6df49f382a7a7224a25bfa9", "name": "tempest-TestMinimumBasicScenario-848190772"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d3e63a65d6df49f382a7a7224a25bfa9", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:50,255 99409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'e914d4b3-4464-4831-9e09-a4f59f30c1b3', 'name': 'tempest-TestMinimumBasicScenario-224616859-network', 'tenant_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd3e63a65d6df49f382a7a7224a25bfa9', 'port_security_enabled': Tr ue, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:55:26Z', 'updated_at': '2025-08-06T14:55:26Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:50,856 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.600s 2025-08-06 14:58:50,856 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-953766037", "imageRef": "a3ba1257-770a-42be-b772-8922b260c4bd", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "networks": [{"uuid": "e914d4b3-4464-4831-9e09-a4f59f30c1b3"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d3c173-a5bf-4189-bcf9-1b4ebb15368f', 'x-compute-request-id': 'req-11d3c173-a5bf-4189-bcf9-1b4ebb15368f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8XzfX2NXeo8j"}}' 2025-08-06 14:58:50,924 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.064s 2025-08-06 14:58:50,924 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:50 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-a637ffc9-3411-44bd-ab1e-2e88d75dbc9f', 'x-compute-request-id': 'req-a637ffc9-3411-44bd-ab1e-2e88d75dbc9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "BUILD", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:51Z", "updated": "2025-08-06T14:58:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:av ailability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "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-06 14:59:41,203 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.215s 2025-08-06 14:59:41,204 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:40 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-8d012974-f825-4796-8fb6-06f840ba6278', 'x-compute-request-id': 'req-8d012974-f825-4796-8fb6-06f840ba6278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 14:59:41,219 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:41,473 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.207s 2025-08-06 15:00:41,473 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-5b2fd577-da97-4f38-8f14-dc46c16f45f1', 'x-compute-request-id': 'req-5b2fd577-da97-4f38-8f14-dc46c16f45f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18- 36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 15:00:41,665 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.177s 2025-08-06 15:00:41,666 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-a59b4935-d3fc-4639-a639-ae281870fc19', 'x-compute-request-id': 'req-a59b4935-d3fc-4639-a639-ae281870fc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}]}]}' 2025-08-06 15:00:41,890 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.221s 2025-08-06 15:00:41,891 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 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-e0ebbbb5-dfd1-4299-8dcf-b959a9ff82a5', 'x-compute-request-id': 'req-e0ebbbb5-dfd1-4299-8dcf-b959a9ff82a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2 ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T14:59:08Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59: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-06 15:00:42,085 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-06 15:00:42,086 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1227853182", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58e443b0-fd29-4cfb-831a-71f426067d1d', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58e443b0-fd29-4cfb-831a-71f426067d1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:42.021450", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:00:42,149 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.052s 2025-08-06 15:00:42,150 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3195ef38-8f04-4d67-9754-64f7db18ae20', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3195ef38-8f04-4d67-9754-64f7db18ae20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "creating", "size": 1, "availa bility_zone": "nova", "created_at": "2025-08-06T15:00:42.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 15:00:43,206 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.038s 2025-08-06 15:00:43,206 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a68b574-e35f-446a-93f6-309a603dd995', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a68b574-e35f-446a-93f6-309a603dd995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"volume": {"id": "8f81cb38-820e-4cb9-8fec-2a9b6af175f3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:00:42.000000", "updated_at": "2025-08-06T15:00:42.000000", "name": "tempest-TestMinimumBasicScenario-volume-1227853182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3"}], "user_id": "62d6d78565294531b837ff64a57209d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9"}}' 2025-08-06 15:00:43,319 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.099s 2025-08-06 15:00:43,319 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-7c6fdec7-649d-4c25-a238-7f7707081584', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'' 2025-08-06 15:00:43,341 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3 0.021s 2025-08-06 15:00:43,341 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-c2 2c878c-7775-4c88-87a5-5b8f76edea62', 'x-openstack-request-id': 'req-c22c878c-7775-4c88-87a5-5b8f76edea62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f81cb38-820e-4cb9-8fec-2a9b6af175f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8f81cb38-820e-4cb9-8fec-2a9b6af175f3 could not be found."}}' 2025-08-06 15:00:43,456 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.114s 2025-08-06 15:00:43,456 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b99170b6-d203-479a-aecd-be56009a5bbd', 'x-compute-request-id': 'req-b99170b6-d203-479a-aecd-be56009a5bbd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'' 2025-08-06 15:00:43,655 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071 0.198s 2025-08-06 15:00:43,655 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:43 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-43b6ff4a-1fe8-458b-a0ef-035fde16e8d4', 'x-compute-request-id': 'req-43b6ff4a-1fe8-458b-a0ef-035fde16e8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"server": {"id": "ae8310bd-078c-4a31-8e18-36ea20f0c071", "name": "tempest-TestMinimumBasicScenario-server-953766037", "status": "ACTIVE", "tenant_id": "d3e63a65d6df49f382a7a7224a25bfa9", "user_id": "62d6d78565294531b837ff64a57209d9", "metadata": {}, "hostId": "589a526dc1f2ddbbab92f961ebb4e5734258a06409a8c6933b847ea6", "image": {"id": "a3ba1257-770a-42be-b772-8922b260c4bd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a3ba1257-770a-42be-b772-8922b260c4bd"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:50Z", "updated": "2025-08-06T15:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-224616859-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c6:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1793754652", "OS-SRV-USG:launched_at": "2025-08-06T14:59:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:33,942 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ae 8310bd-078c-4a31-8e18-36ea20f0c071 0.225s 2025-08-06 15:01:33,943 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-45e189fa-a2a0-43a6-98e5-c8e43fe97d12', 'x-compute-request-id': 'req-45e189fa-a2a0-43a6-98e5-c8e43fe97d12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ae8310bd-078c-4a31-8e18-36ea20f0c071'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ae8310bd-078c-4a31-8e18-36ea20f0c071 could not be found."}}' 2025-08-06 15:01:33,977 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1793754652 0.033s 2025-08-06 15:01:33,977 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b634140-fc99-4c04-9620-48db0ced208e', 'x-compute-request-id': 'req-1b634140-fc99-4c04-9620-48db0ced208e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1793754652'} Body: b'' 2025-08-06 15:01:34,097 99409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd 0.118s 2025-08-06 15:01:34,097 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0973f612-04c5-4da0-a69e-20e64cd1132f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ba1257-770a-42be-b772-8922b260c4bd'} Body: b'' 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 3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:33,543 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 0.792s 2025-08-06 15:01:33,544 99423 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-79873840"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-28efcaf0-ff00-4769-befe-83fa1ac05533', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"d87115b6-4524-4d65-9593-78f4efdb5043","name":"tempest-tagged-attachments-test-net-79873840","tenant_id":"8d2de2cf2e9a4ba8af223420ac9e6204","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8d2de2cf2e9a4ba8af223420ac9e6204","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-06T15:01:32Z","updated_at":"2025-08-06T15:01:33Z","revision_number":1}}' 2025-08-06 15:01:34,441 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 0.895s 2025-08-06 15:01:34,441 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "d87115b6-4524-4d65-9593-78f4efdb5043", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-11d04dc2-5792-4fd7-ab5e-7d457fce71f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ec0a93a0-4676-42d0-9d83-8febe56f99d0","name":"","tenant_id":"8d2de2cf2e9a4ba8af223420ac9e6204","network_id":"d87115b6-4524-4d65-9593-78f4efdb5043","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-06T15:01:33Z","updated_at":"2025-08-06T15:01:33Z","revision_number":0,"project_id":"8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:34,654 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-06 15:01:34,655 99423 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-180047873"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf066dd-cad9-4c28-a510-00f0047e3b56', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf066dd-cad9-4c28-a510-00f0047e3b56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:34.593981", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-180047873", " description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:34,725 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 0.047s 2025-08-06 15:01:34,725 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7b02aa-e5fb-4fdf-a91e-03e91f3843dd', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7b02aa-e5fb-4fdf-a91e-03e91f3843dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:35.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-180047873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:35,784 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1 0.041s 2025-08-06 15:01:35,785 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27fc991-337c-47cd-a7a3-9e90f20f131b', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27fc991-337c-47cd-a7a3-9e90f20f131b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1'} Body: b'{"volume": {"id": "3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:35.000000", "updated_at": "2025-08-06T15:01:35.000000", "name": "tempest-TaggedAttachmentsTest-volume-180047873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3cd662c8-f1b8-475f-ad5d-99deb4f0cfc1"}], "user_id": "a84101d53abb49d4a6977dae1fa0fd68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2de2cf2e9a4ba8af223420ac9e6204"}}' 2025-08-06 15:01:36,004 99 423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/ec0a93a0-4676-42d0-9d83-8febe56f99d0 0.191s 2025-08-06 15:01:36,004 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-350b0071-f318-4c23-b5ef-3f473e7eddd0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/ec0a93a0-4676-42d0-9d83-8febe56f99d0'} Body: b'' 2025-08-06 15:01:36,581 99423 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/d87115b6-4524-4d65-9593-78f4efdb5043 0.576s 2025-08-06 15:01:36,582 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4e4e39ea-0a81-4c84-91ab-ff9c3984e780', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/d87115b6-4524-4d65-9593-78f4efdb5043'} Body: b'' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 076f0f19-7886-43af-8320-6365da2b07ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:39,700 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.236s 2025-08-06 15:01:39,701 99401 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-668011847"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b3041f-f96a-4eb6-a0fb-96c605e38f15', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b3041f-f96a-4eb6-a0fb-96c605e38f15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:39.621961", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:39,767 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab 0.042s 2025-08-06 15:01:39,768 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c10aa9c-f36a-46c8-9c8c-05f8334ae3c1', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c10aa9c-f36a-46c8-9c8c-05f8334ae3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:40.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 2025-08-06 15:01:40,827 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab 0.038s 2025-08-06 15:01:40,828 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-ccac1650-80ef-457e-9a25-17b12d46af41', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccac1650-80ef-457e-9a25-17b12d46af41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab'} Body: b'{"volume": {"id": "076f0f19-7886-43af-8320-6365da2b07ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:40.000000", "updated_at": "2025-08-06T15:01:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-668011847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/076f0f19-7886-43af-8320-6365da2b07ab"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 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 53f2e770-08f2-4745-916d-f4820e1fab49 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:41,107 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.261s 2025-08-06 15:01:41,108 99401 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-1870447479"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fd6a7f-bb27-4341-8de3-2bc16067b30b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fd6a7f-bb27-4341-8de3-2bc16067b30b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.027302", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:41,170 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49 0.042s 2025-08-06 15:01:41,171 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731e9250-c008-409a-8201-c4bbb52b8e86', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731e9250-c008-409a-8201-c4bbb52b8e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 2025-08-06 15:01:42,272 99401 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49 0.085s 2025-08-06 15:01:42,272 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-67c378e5-865d-4bbd-8cb8-bf5820a47e2d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c378e5-865d-4bbd-8cb8-bf5820a47e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49'} Body: b'{"volume": {"id": "53f2e770-08f2-4745-916d-f4820e1fab49", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:41.000000", "updated_at": "2025-08-06T15:01:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1870447479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/53f2e770-08f2-4745-916d-f4820e1fab49"}], "user_id": "26328694f9c247828204574cf030e5e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "196dca5e79bc4054b94b7de5ce51634f"}}' 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 4ab4931e-f88d-4d1d-b14a-995844983a33 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:57:17,377 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.288s 2025-08-06 14:57:17,378 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a700ac1f-64c0-4712-9b87-6089c1352e3a', 'x-compute-request-id': 'req-a700ac1f-64c0-4712-9b87-6089c1352e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:58:17,706 99407 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.252s 2025-08-06 14:58:17,706 99407 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-1459282407"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73f1818-1289-46de-95bf-822fe187b606', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73f1818-1289-46de-95bf-822fe187b606', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:17.628569", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33" }], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 14:58:17,810 99407 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.087s 2025-08-06 14:58:17,810 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 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-6b345465-b75b-4939-868c-5149038649ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "153841c342d945f5a3c23b773c9397ed", "name": "tempest-ServerActionsTestOtherA-1427807863-project-member", "password_expires_at": null}, "audit_ids": ["l854N8qLQeWzwZQOWNlRzw"], "expires_at": "2025-08-06T15:58:17.000000Z", "issued_at": "2025-08-06T14:58:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9bc37e14af45d1ac34c80de70a4426", "name": "tempest-ServerActionsTestOtherA-1427807863"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0e9bc37e14af45d1ac34c80de70a4426", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:58:17,811 99407 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'b2131bcb-289d-4363-979f-090c96d5ff42', 'name': 'tempest-ServerActionsTestOtherA-161575673-network', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22 445, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:58:17,811 99407 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 14:58:17,812 99407 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 14:58:17,862 99407 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-06 14:58:17,862 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-918923707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 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-4a85f0ac-9399-48ce-abf2-475ad1654264', 'x-compute-request-id': 'req-4a85f0ac-9399-48ce-abf2-475ad1654264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-918923707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw==", "fingerprint": "ad:b5:e3:ce:cf:86:f5:a9:95:8b:19:f2:b4:9c:27:8a", "user_id": "153841c342d945f5a3c23b773c9397ed"}}' 2025-08-06 14:58:17,864 99407 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-918923707 created 2025-08-06 14:58:18,167 99407 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-06 14:58:18,167 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--677292532", "description": "tempest-description--2116091064"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-9ec87db6-d1f5-43cc-a462-b4049cb7e21a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "name": "tempest-securitygroup--677292532", "stateful": true, "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "description": "tempest-description--2116091064", "shared": false, "security_group_rules": [{"id": "10b20e1f-8fcb-4fdb-a32b-5c2c92d25c34", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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": 753, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T1 4:58:17Z", "revision_number": 0}, {"id": "30c60112-71a4-4bdb-9bed-0a8fe32bcc0d", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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": 752, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T14:58:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T14:58:17Z", "updated_at": "2025-08-06T14:58:17Z", "revision_number": 1, "project_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 14:58:18,386 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.218s 2025-08-06 14:58:18,386 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f7f13bb2-e033-47fd-80ee-2c6a581675a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03a53663-5e88-4369-9a40-11bcd8bcb504", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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-06T14:58:18Z", "updated_at": "2025-08-06T14:58:18Z", "revision_number": 0}}' 2025-08-06 14:58:18,697 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.310s 2025-08-06 14:58:18,697 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ab96a99f-ef7c-4a6c-8042-ea259770e0a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef4a4340-b8f4-4de2-97c6-9f8ee87e9766", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "security_group_id": "b83eb8a8-0fe6-405e-82ac-0d82baf2101c", "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-06T14:58:18Z", "updated_at": "2025-08-06T14:58:18Z", "revision_number": 0}}' 2025-08-06 14:58:18,697 99407 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--677292532 created 2025-08-06 14:58:19,761 99407 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.063s 2025-08-06 14:58:19,761 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-acc493f9-8d91-4c3e-a2b1-34c80267636e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "814eb196-e3e5-43e6-9bd3-f4d83917a2bb", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "floating_ip_address": "172.24.4.188", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0e9bc37e14af45d1ac34c80de70a4426", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:19Z", "updated_at": "2025-08-06T14:58:19Z", "revision_number": 0}}' 2025-08-06 14:58:19,761 99407 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '814eb196-e3e5-43e6-9bd3-f4d83917a2bb', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:58:19Z', 'updated_at': '2025-08-06T14:58:19Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2025-08-06 14:58:19,762 99407 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-918923707', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvceJJGIJzQwIduXcC/vkJ7jMCiac/LLXIgZmDRHjTgO44P7OFJmCeMmp7pL83XNn2m07zsVcrcKLJ662RShGfvUUoErI5BK+7NcD+FptTb+Pgt+SZcucprO6/3HMJeIw==', 'fingerprint': 'ad:b5:e3:ce:cf:86:f5:a9:95:8b:19:f2:b4:9c:27:8a', 'user_id': '153841c342d945f5a3c23b773c9397ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCtkOueNxRtrTnjSJ31Lka33cPgZ+Nq4UM2FLD/S5DVs0ysLGRcdCJD\nTrARdbDRYnqgBwYFK4EEACKhZANiAASb3HiSRiCc0MCHbl3Av75Ce4zAomnPyy1y\nIGZg0R404DuOD+zhSZgnjJqe6S/N1zZ9ptO87FXK3CiyeutkUoRn71FKBKyOQSvu\nzXA/habU2/j4LfkmXLnKazuv9xzCXiM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', 'name': 'tempest-securitygroup--677292532', 'stateful': True, 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': 'tempest-description--2116091064', 'shared': False, 'security_group_rules': [{'id': '10b20e1f-8fcb-4fdb-a32b-5c2c92d25c34', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', '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': 753, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 0}, {'id': '30c60112-71a4-4bdb-9bed-0a8fe32bcc0d', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': 'b83eb8a8-0fe6-405e-82ac-0d82baf2101c', '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': 752, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:58:17Z', 'updated_at': '2025-08-06T14:58:17Z', 'revision_number': 1, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426'}, 'floating_ip': {'id': '814eb196-e3e5-43e6-9bd3-f4d83917a2bb', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:58:19Z', 'updated_at': '2025-08-06T14:58:19Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2025-08-06 14:58:20,418 99407 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.655s 2025-08-06 14:58:20,418 99407 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-280581571", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "b2131bcb-289d-4363-979f-090c96d5ff42"}], "security_groups": [{"name": "tempest-securitygroup--677292532"}], "key_name": "tempest-keypair-918923707", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cdaa208-1dad-4201-93f5-db912cb25fd4', 'x-compute-request-id': 'req-7cdaa208-1dad-4201-93f5-db912cb25fd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--677292532"}], "adminPass": "SRk3ZxHNre2b"}}' 2025-08-06 14:58:20,530 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.107s 2025-08-06 14:58:20,530 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:58:20 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-feadf289-4a9f-46b5-a666-106f207eeaaf', 'x-compute-request-id': 'req-feadf289-4a9f-46b5-a666-106f207eeaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "BUILD", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "meta data": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-918923707", "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-06 14:59:10,926 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.316s 2025-08-06 14:59:10,927 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a037238-cc75-4748-8a63-241b174d57bb', 'x-compute-request-id': 'req-0a037238-cc75-4748-8a63-241b174d57bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:36Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 14:59:10,943 99407 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:00:11,322 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1/os-interface 0.318s 2025-08-06 15:00:11,322 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:11 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-e7dcd91d-030a-449d-9214-8044424c531c', 'x-compute-request-id': 'req-e7dcd91d-030a-449d-9214-8044424c531c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b2131bcb-289d-4363-979f-090c96d5ff42", "port_id": "60ade849-b4be-48b8-abda-c305708430fb", "mac_addr": "fa:16:3e:7b:4d:3c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "95b967b3-02cc-4c54-9fd0-7db1dc98d165", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:00:12,206 99407 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/814eb196-e3e5-43e6-9bd3-f4d83917a2bb 0.879s 2025-08-06 15:00:12,206 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "60ade849-b4be-48b8-abda-c305708430fb"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-abcfd7b1-7937-4ff7-8bfb-f84b137144aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb'} Body: b'{"floatingip": {"id": "814eb196-e3e5-43e6-9bd3-f4d83917a2bb", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "floating_ip_address": "172.24.4.188", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "86e3fbea-df89-4c72-8b31-4f1c96620a90", "port_id": "60ade849-b4be-48b8-abda-c305708430fb", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b2131bcb-289d-4363-979f-090c96d5ff42", "mac_address": "fa:16:3e:7b:4d:3c", "admin_state_up": true, "status": "ACTIVE", "device_id": "383abdb1-7842-4b39-9e44-02f58af003b1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T14:58:19Z", "updated_at": "2025-08-06T15:00:11Z", "revision_number": 1, "project_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:12,207 99407 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.188:22' as 'cirros' with public key authentication 2025-08-06 15:00:12,216 99407 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:00:12,334 99407 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:00:12,334 99407 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.188 successfully created 2025-08-06 15:00:12,618 99407 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/383abdb1-7842-4b39-9e44-02f58af003b1 0.283s 2025-08-06 15:00:12,618 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc786064-a349-4e67-a3eb-35afd0c58700', 'x-compute-request-id': 'req-cc786064-a349-4e67-a3eb-35afd0c58700', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T14:58:36Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:00:12,674 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33 0.040s 2025-08-06 15:00:12,674 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0129d0-262f-46f5-9b7c-8693e9eac566', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0129d0-262f-46f5-9b7c-8693e9eac566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:18.000000", "updated_at": "2025-08-06T14:58:18.000000", "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:13,732 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33 0.042s 2025-08-06 15:00:13,732 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-d2d75e99-6dea-400c-b02b-a661dc39fb31', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d75e99-6dea-400c-b02b-a661dc39fb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33'} Body: b'{"volume": {"id": "4ab4931e-f88d-4d1d-b14a-995844983a33", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T14:58:18.000000", "updated_at": "2025-08-06T14:58:18.000000", "name": "tempest-ServerActionsTestOtherA-volume-1459282407", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ab4931e-f88d-4d1d-b14a-995844983a33"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:00:14,118 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.370s 2025-08-06 15:00:14,118 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c779c43-2260-4bae-8e3a-5fa0315befcb', 'x-compute-request-id': 'req-8c779c43-2260-4bae-8e3a-5fa0315befcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:14,277 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0. 111s 2025-08-06 15:01:14,277 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6a03fa-635f-4e56-a5ed-e4327bc0c837', 'x-compute-request-id': 'req-ac6a03fa-635f-4e56-a5ed-e4327bc0c837', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'' 2025-08-06 15:01:14,525 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0.247s 2025-08-06 15:01:14,525 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce4b5de-6091-4bb8-9a88-84d41cc0ee5c', 'x-compute-request-id': 'req-3ce4b5de-6091-4bb8-9a88-84d41cc0ee5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"server": {"id": "383abdb1-7842-4b39-9e44-02f58af003b1", "name": "tempest-tempest.common.compute-instance-280581571", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:58:20Z", "updated": "2025-08-06T15:01:14Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}, {"version": 4, "addr": "172.24.4.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:4d:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/383abdb1-7842-4b39-9e44-02f58af003b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-918923707", "OS-SRV-USG:launched_at": "2025-08-06T14:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--677292532"}], "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-06 15:02:04,626 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1 0.036s 2025-08-06 15:02:04,627 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version ,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-35836c2e-e3cf-4a68-81d0-42f541f1c0d3', 'x-compute-request-id': 'req-35836c2e-e3cf-4a68-81d0-42f541f1c0d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/383abdb1-7842-4b39-9e44-02f58af003b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 383abdb1-7842-4b39-9e44-02f58af003b1 could not be found."}}' 2025-08-06 15:02:04,666 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-918923707 0.039s 2025-08-06 15:02:04,667 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03baf4bb-7752-4ae4-aa3d-73a5f966c79a', 'x-compute-request-id': 'req-03baf4bb-7752-4ae4-aa3d-73a5f966c79a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-918923707'} Body: b'' 2025-08-06 15:02:05,063 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c 0.396s 2025-08-06 15:02:05,063 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d770d49f-df6a-4c5e-81e2-519ca0210f4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c'} Body: b'' 2025-08-06 15:02:05,085 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c 0.021s 2025-08-06 15:02:05,085 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3ef8f8db-2f40-41ac-8100-d39ead9b1b05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b83eb8a8-0fe6-405e-82ac-0d82baf2101c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b83eb8a8-0fe6-405e-82ac-0d82baf2101c does not exist", "detail": ""}}' 2025-08-06 15:02:06,365 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb 1.279s 2025-08-06 15:02:06,365 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-261c6618-31a4-4b13-86f0-be3c382f80c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/814eb196-e3e5-43e6-9bd3-f4d83917a2bb'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server cfc2d668-08d0-4381-aab1-681ae1ad059c failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-06T15:02:22Z', 'message': 'Build of instance cfc2d668-08d0-4381-aab1-681ae1ad059c aborted: Volume 157543ed-3929-4538-80f2-86f3a4044c2d 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-c6cec2ab-f6fb-46af-a336-ae35ba37510c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 14:59:02,748 99419 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.136s 2025-08-06 14:59:02,748 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:02 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-982c1d9a-caad-4a56-ae69-8840dc28a752', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["9DyrXK9mR8qGHZKVB1oPEQ"], "expires_at": "2025-08-06T15:59:02.000000Z", "issued_at": "2025-08-06T14:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 14:59:02,749 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 14:59:03,364 99419 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.614s 2025-08-06 14:59:03,364 99419 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-1561972896", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 14:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0', '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-ee8920b7-19a2-4fc5-8227-fbd5f71b40f9', 'x-compute-request-id': 'req-ee8920b7-19a2-4fc5-8227-fbd5f71b40f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iwYJ99RvLLwu"}}' 2025-08-06 14:59:03,487 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.119s 2025-08-06 14:59:03,487 99419 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': 'Wed, 06 Aug 2025 14:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a7820f4-5c67-4a72-852a-cee17b997ff7', 'x-compute-request-id': 'req-0a7820f4-5c67-4a72-852a-cee17b997ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T14:59:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "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-06 14:59:54,095 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.528s 2025-08-06 14:59:54,095 99419 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': 'Wed, 06 Aug 2025 14:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c75ccc39-3e07-4314-a007-c74e62fcedfc', 'x-compute-request-id': 'req-c75ccc39-3e07-4314-a007-c74e62fcedfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T14:59:22Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:9d:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:59:22.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-06 14:59:54,115 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:00:54,764 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0/action 0.637s 2025-08-06 15:00:54,765 99419 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-852941845"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d5ee81d-6339-4f08-963e-f6b7297b5d92', 'x-compute-request-id': 'req-6d5ee81d-6339-4f08-963e-f6b7297b5d92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0/action'} Body: b'{"image_id": "119ac7af-9799-4d8f-8324-993f59ef618d"}' 2025-08-06 15:00:54,791 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.025s 2025-08-06 15:00:54,791 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d59e5ff-1146-4c7a-8ba1-56de696e4307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:55,818 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.025s 2025-08-06 15:00:55,819 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-50071267-1570-48c6-83d4-dc74dd86f3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f43 78a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:56,842 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.021s 2025-08-06 15:00:56,842 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fcc1bddc-9de9-457d-9b6e-8b491b1c1e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:57,868 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:00:57,868 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-85aa2bb8-3d0b-4cf6-aabb-e20b3468bffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromV olumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:58,897 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.028s 2025-08-06 15:00:58,898 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fab1ef0e-b161-4338-9f03-023afa7819d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:00:59,921 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.021s 2025-08-06 15:00:59,921 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58b6f54a-efe5-438b-a353-b1a2c9f8e81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:00,946 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.022s 2025-08-06 15:01:00,946 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64c3500c-4af6-4262-9dd0-df0597146719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:01,970 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:01:01,971 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application /json', 'x-openstack-request-id': 'req-b7488579-9f92-4cee-bbd1-d9818745f060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:00:55Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:02,996 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.023s 2025-08-06 15:01:02,996 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77618596-5fea-4970-8a3b-781673ebf136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "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": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:03Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,031 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/im ages/119ac7af-9799-4d8f-8324-993f59ef618d 0.033s 2025-08-06 15:01:04,032 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ded9e0e2-bbf4-4f77-abbd-58f0747b2479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "4cfee7d851e388fd4dc6d38c1bd3ec91", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "91dad7028e859aea298357872e4915780a994a9c9ad461db2574c13993fe8f819f6153f4afc521bd8ccf1f4771097ff919a20b87aec0b2e7ef20a281584c26fb", "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:04Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,054 99419 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/119ac7af-9799-4d8f-8324-993f59ef618d 0.022s 2025-08-06 15:01:04,054 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9aa692-e2ef-438f-aacb-b06caf29e522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d'} Body: b'{"base_image_ref": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "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": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "owner_id": "c36d3505076c49e8a7ed21703010ba54", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-458873802", "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-458873802-project-member", "user_id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-852941845", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_siz e": 1073741824, "status": "active", "checksum": "4cfee7d851e388fd4dc6d38c1bd3ec91", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "c36d3505076c49e8a7ed21703010ba54", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "91dad7028e859aea298357872e4915780a994a9c9ad461db2574c13993fe8f819f6153f4afc521bd8ccf1f4771097ff919a20b87aec0b2e7ef20a281584c26fb", "id": "119ac7af-9799-4d8f-8324-993f59ef618d", "created_at": "2025-08-06T15:00:55Z", "updated_at": "2025-08-06T15:01:04Z", "tags": [], "self": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d", "file": "/v2/images/119ac7af-9799-4d8f-8324-993f59ef618d/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:01:04,355 99419 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/16537b06-a2cc-44a5-b8ac-3567b6db27d0 0.300s 2025-08-06 15:01:04,355 99419 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': 'Wed, 06 Aug 2025 15:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c29af77-0320-40f2-9d59-08082e2b4f55', 'x-compute-request-id': 'req-5c29af77-0320-40f2-9d59-08082e2b4f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0'} Body: b'{"server": {"id": "16537b06-a2cc-44a5-b8ac-3567b6db27d0", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1561972896", "status": "ACTIVE", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "efddc94bfe2dfb2cfa7db4e2f20673a5b867e02f560798018acbe036", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T14:59:03Z", "updated": "2025-08-06T15:01:04Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-407109700-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:9d:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/16537b06-a2cc-44a5-b8ac-3567b6db27d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T14:59:22.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-06 15:02:04,556 99419 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.117s 2025-08-06 15:02:04,556 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-reque st-id': 'req-1a4b1c75-aa51-4421-8213-4bee0c97b5a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af0a5407163f4378a9b204176be07f74", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802-project-member", "password_expires_at": null}, "audit_ids": ["__lmg_xJQYyoK2u6JahKdQ"], "expires_at": "2025-08-06T16:02:04.000000Z", "issued_at": "2025-08-06T15:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c36d3505076c49e8a7ed21703010ba54", "name": "tempest-ServerBootFromVolumeStableRescueTest-458873802"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c36d3505076c49e8a7ed21703010ba54", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:02:04,557 99419 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac42d9fc-d086-4286-9ecb-d9f9f2856014', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-407109700-network', 'tenant_id': 'c36d3505076c49e8a7ed21703010ba54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c36d3505076c49e8a7ed21703010ba54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57829, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 15:02:05,129 99419 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.571s 2025-08-06 15:02:05,130 99419 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': ''} Bod y: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "destination_type": "volume"}], "networks": [{"uuid": "ac42d9fc-d086-4286-9ecb-d9f9f2856014"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c', '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-c6cec2ab-f6fb-46af-a336-ae35ba37510c', 'x-compute-request-id': 'req-c6cec2ab-f6fb-46af-a336-ae35ba37510c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iTtTnK5uvsAt"}}' 2025-08-06 15:02:05,213 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.079s 2025-08-06 15:02:05,213 99419 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': 'Wed, 06 Aug 2025 15:02:05 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-bb7ce3df-b254-40ac-9794-39e441157f22', 'x-compute-request-id': 'req-bb7ce3df-b254-40ac-9794-39e441157f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "status": "BUILD", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T15:02:05Z", "updated": "2025-08-06T15:02:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "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-06 15:02:55,388 99419 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET htt p://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.113s 2025-08-06 15:02:55,389 99419 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': 'Wed, 06 Aug 2025 15:02:55 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-0dcf6cc2-09a1-4aa5-a4e4-213842978a06', 'x-compute-request-id': 'req-0dcf6cc2-09a1-4aa5-a4e4-213842978a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"server": {"id": "cfc2d668-08d0-4381-aab1-681ae1ad059c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-262951674", "status": "ERROR", "tenant_id": "c36d3505076c49e8a7ed21703010ba54", "user_id": "af0a5407163f4378a9b204176be07f74", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-06T15:02:05Z", "updated": "2025-08-06T15:02:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-06T15:02:22Z", "message": "Build of instance cfc2d668-08d0-4381-aab1-681ae1ad059c aborted: Volume 157543ed-3929-4538-80f2-86f3a4044c2d 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-06 15:02:55,409 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-06 15:02:56,008 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.599s 2025-08-06 15:02:56,008 99419 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': 'Wed, 06 Aug 2025 15:02:55 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-84f654e5-dfbf-4a3d-a7b8-bb038823ab52', 'x-compute-request-id': 'req-84f654e5-dfbf-4a3d-a7b8-bb038823ab52', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'' 2025-08-06 15:02:56,042 99419 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/cfc2d668-08d0-4381-aab1-681ae1ad059c 0.032s 2025-08-06 15:02:56,042 99419 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': 'Wed, 06 Aug 2025 15:02:56 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-2963e348-dce3-41f7-be9c-bf7bfdc60610', 'x-compute-request-id': 'req-2963e348-dce3-41f7-be9c-bf7bfdc60610', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfc2d668-08d0-4381-aab1-681ae1ad059c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cfc2d668-08d0-4381-aab1-681ae1ad059c could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b383040e-8f17-438d-ac26-3353eac7c875 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:00:13,308 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:00:13,308 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:00:13,412 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.102s 2025-08-06 15:00:13,412 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1896037291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-0fbc1a88-f9c4-4479-b1c3-2ab19fd55e43', 'x-compute-request-id': 'req-0fbc1a88-f9c4-4479-b1c3-2ab19fd55e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1896037291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw==", "fingerprint": "06:29:d7:96:f2:04:45:3d:8c:9a:63:a0:10:66:27:d6", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:00:13,415 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1896037291 created 2025-08-06 15:00:13,666 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.251s 2025-08-06 15:00:13,667 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1022805381", "description": "tempest-description--1535383184"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-c8308753-5d5c-433a-8a1a-b15bd2312a04', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "name": "tempest-securitygroup--1022805381", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--1535383184", "shared": false, "security_group_rules": [{"id": "04ab2386-c457-4ddc-918d-e76d7ae40738", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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": 793, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}, {"id": "6d90f32a-9bc0-40a9-bfa1-29a018d02484", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 794, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:00:13,935 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.268s 2025-08-06 15:00:13,936 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-addf1822-d9cd-4000-ac60-20fa2806772d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e769ac20-35dc-4833-9671-25c65d573e4a", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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-06T15:00:13Z", "updated_at": "2025-08-06T15:00:13Z", "revision_number": 0}}' 2025-08-06 15:00:14,181 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.245s 2025-08-06 15:00:14,182 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fb9f9eee-2936-4d4c-9e1b-87c0e353ac27', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a1a3df3-0fa6-44ee-a8f5-39619f763b5e", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "418c5b35-cb84-43e5-9374-8a0e80fa6101", "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-06T15:00:14Z", "updated_at": "2025-08-06T15:00:14Z", "revision_number": 0}}' 2025-08-06 15:00:14,182 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1022805381 created 2025-08-06 15:00:14,928 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.745s 2025-08-06 15:00:14,929 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e98ea42-e155-4012-82cc-f27e91b0bb69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0eeb2710-be9e-48f1-b4b4-ae5897e12f51", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.55", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:00:14Z", "updated_at": "2025-08-06T15:00:14Z", "revision_number": 0}}' 2025-08-06 15:00:14,929 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0eeb2710-be9e-48f1-b4b4-ae5897e12f51', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.55', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:00:14Z', 'updated_at': '2025-08-06T15:00:14Z', 'revision_number': 0, 'ip': '172.24.4.55'} created 2025-08-06 15:00:15,022 99411 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.087s 2025-08-06 15:00:15,022 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b7f8bcd5-3ba6-42a7-accd-08a62f4ef1e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["HoKSQimDRuuIxIRS3moZIw"], "expires_at": "2025-08-06T16:00:14.000000Z", "issued_at": "2025-08-06T15:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d56629 0da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:00:15,023 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:00:15,024 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1896037291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOpnmU6X+0UrdgwikMR6Z9jhRb8v2Ls3Z1X/HCZ6gz8god5DppwKz1jt3Yjl2QMKt/kDZ+T19VE/KNRodxCSblPMtRJ6ucrkb5UwHRifrSWpnz2zK3WG+y3ThhcZppmRIw==', 'fingerprint': '06:29:d7:96:f2:04:45:3d:8c:9a:63:a0:10:66:27:d6', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCw1KvgAQO3fxE5tFIGMMSGDIWFz48oy9XBfOv0kGtGmeqh1xv+1zKK\nGiauc8dd7magBwYFK4EEACKhZANiAATqZ5lOl/tFK3YMIpDEemfY4UW/L9i7N2dV\n/xwmeoM/IKHeQ6acCs9Y7d2I5dkDCrf5A2fk9fVRPyjUaHcQkm5TzLUSernK5G+V\nMB0Yn60lqZ89syt1hvst04YXGaaZkSM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', 'name': 'tempest-securitygroup--1022805381', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--1535383184', 'shared': False, 'security_group_rules': [{'id': '04ab2386-c457-4ddc-918d-e76d7ae40738', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', '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': 793, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_number': 0}, {'id': '6d90f32a-9bc0-40a9-bfa1-29a018d02484', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '418c5b35-cb84-43e5-9374-8a0e80fa6101', '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': 794, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2025-08-06T15:00:13Z', 'updated_at': '2025-08-06T15:00:13Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '0eeb2710-be9e-48f1-b4b4-ae5897e12f51', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.55', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:00:14Z', 'updated_at': '2025-08-06T15:00:14Z', 'revision_number': 0, 'ip': '172.24.4.55'}} 2025-08-06 15:00:15,791 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.766s 2025-08-06 15:00:15,791 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1281647588", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "key_name": "tempest-keypair-1896037291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f63b09a9-6520-4bbd-a852-b92de47d97de', 'x-compute-request-id': 'req-f63b09a9-6520-4bbd-a852-b92de47d97de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "adminPass": "password"}}' 2025-08-06 15:00:15,904 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1 0.109s 2025-08-06 15:00:15,904 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:00: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-5037f8cc-0e5a-49c3-a9bf-478d8bd17e5d', 'x-compute-request-id': 'req-5037f8cc-0e5a-49c3-a9bf-478d8bd17e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:16Z", "updated": "2025-08-06T15:00:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1896037291", "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-06 15:01:06,165 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1 0.204s 2025-08-06 15:01:06,165 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26b61663-f4dd-484c-9518-11f901d46fd2', 'x-compute-request-id': 'req-26b61663-f4dd-484c-9518-11f901d46fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:15Z", "updated": "2025-08-06T15:00:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1896037291", "OS-SRV-USG:launched_at": "2025-08-06T15:00:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:01:06,179 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:02:06,498 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1/os-interface 0.264s 2025-08-06 15:02:06,498 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Wed, 06 Aug 2025 15:02:06 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-a7c85e2a-fe6b-4725-ae28-4c0afb7ee8d4', 'x-compute-request-id': 'req-a7c85e2a-fe6b-4725-ae28-4c0afb7ee8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce", "mac_addr": "fa:16:3e:43:d5:ff", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.5"}]}]}' 2025-08-06 15:02:07,399 99411 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/0eeb2710-be9e-48f1-b4b4-ae5897e12f51 0.897s 2025-08-06 15:02:07,400 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-e51a38dd-d195-441f-b7ae-de34e5a9704a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51'} Body: b'{"floatingip": {"id": "0eeb2710-be9e-48f1-b4b4-ae5897e12f51", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.55", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "06ce404b-4f90-426e-8fab-300a2fc898ce", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:43:d5:ff", "admin_state_up": true, "status": "ACTIVE", "device_id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:00:14Z", "updated_at": "2025-08-06T15:02:06Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:07,401 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.55:22' as 'cirros' with public key authentication 2025-08-06 15:02:07,558 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:02:07,662 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:02:07,663 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.55 successfully created 2025-08-06 15:02:07,707 99411 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/51cb9013-0788-40e9-b117-c7db3c8607f1/ips 0.043s 2025-08-06 15:02:07,708 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-049e7a31-f3c1-42bb-88ab-e5196a498bac', 'x-compute-request-id': 'req-049e7a31-f3c1-42bb-88ab-e5196a498bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51c b9013-0788-40e9-b117-c7db3c8607f1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-06 15:02:07,944 99411 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.233s 2025-08-06 15:02:07,944 99411 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-691021195"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b72798-7c48-4a3c-adee-b0dbee8a1dbd', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b72798-7c48-4a3c-adee-b0dbee8a1dbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:07.872543", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:02:08,005 99411 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/b383040e-8f17-438d-ac26-3353eac7c875 0.048s 2025-08-06 15:02:08,005 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5835ff7a-03a4-4e3b-a29e-3303400464a2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5835ff7a-03a4-4e3b-a29e-3303400464a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:08.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:09,062 99411 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/b383040e-8f17-438d-ac26-3353eac7c875 0.042s 2025-08-06 15:02:09,063 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7199f1aa-56d3-4160-a2f7-7a937e9cd909', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7199f1aa-56d3-4160-a2f7-7a937e9cd909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875'} Body: b'{"volume": {"id": "b383040e-8f17-438d-ac26-3353eac7c875", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:02:08.000000", "updated_at": "2025-08-06T15:02:08.000000", "name": "tempest-AttachVolumeNegativeTest-volume-691021195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b383040e-8f17-438d-ac26-3353eac7c875"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:02:09,196 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.118s 2025-08-06 15:02:09,196 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:09 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-185e3e4c-9b02-4493-88d9-43e98dfa5758', 'x-compute-request-id': 'req-185e3e4c-9b02-4493-88d9-43e98dfa5758', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'' 2025-08-06 15:02:09,396 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.199s 2025-08-06 15:02:09,396 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-90572675-365d-423b-9dd6-080728d9781c', 'x-compute-request-id': 'req-90572675-365d-423b-9dd6-080728d9781c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"server": {"id": "51cb9013-0788-40e9-b117-c7db3c8607f1", "name": "tempest-AttachVolumeNegativeTest-server-1281647588", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:00:15Z", "updated": "2025- 08-06T15:02:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}, {"version": 4, "addr": "172.24.4.55", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:d5:ff"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51cb9013-0788-40e9-b117-c7db3c8607f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1896037291", "OS-SRV-USG:launched_at": "2025-08-06T15:00:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1022805381"}], "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-06 15:02:59,496 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1 0.033s 2025-08-06 15:02:59,497 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-564dd43b-8e9e-4e0e-a766-186405545f95', 'x-compute-request-id': 'req-564dd43b-8e9e-4e0e-a766-186405545f95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51cb9013-0788-40e9-b117-c7db3c8607f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51cb9013-0788-40e9-b117-c7db3c8607f1 could not be found."}}' 2025-08-06 15:02:59,525 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1896037291 0.028s 2025-08-06 15:02:59,526 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02: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-5d6215fd-4b86-4b05-a781-c88775c85e8f', 'x-compute-request-id': 'req-5d6215fd-4b86-4b05-a781-c88775c85e8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1896037291'} Body: b'' 2025-08-06 15:02:59,732 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101 0.205s 2025-08-06 15:02:59,732 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-25acfcc5-3899-4974-bdb0-f310c33b7e46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101'} Body: b'' 2025-08-06 15:02:59,750 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/n etworking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101 0.017s 2025-08-06 15:02:59,750 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-973ac2cc-1d47-40f5-8529-f1d8a4bccba1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/418c5b35-cb84-43e5-9374-8a0e80fa6101'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 418c5b35-cb84-43e5-9374-8a0e80fa6101 does not exist", "detail": ""}}' 2025-08-06 15:03:00,090 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51 0.339s 2025-08-06 15:03:00,090 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fda77911-3fa2-4527-991e-1260b941e382', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/0eeb2710-be9e-48f1-b4b4-ae5897e12f51'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:28,502 99401 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.190s 2025-08-06 15:03:28,502 99401 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-2022268657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a14d33c-c1cb-438b-b2a6-beb054e83132', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a14d33c-c1cb-438b-b2a6-beb054e83132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "0ce6243d-2fc6-46d3-994b-9968d2fc34bf", "name": "tempest-GroupSnapshotsTest-volume-type-2022268657", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:28,536 99401 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.030s 2025-08-06 15:03:28,536 99401 DEBUG [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-1212216592"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769cce78-aad1-49df-bf8c-61ad23cf8e97', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769cce78-aad1-49df-bf8c-61ad23cf8e97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "41a71a5e-3094-4562-9b47-1e5bf416d538", "name": "tempest-GroupSnapshotsTest-group-type-1212216592", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:28,710 99401 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.171s 2025-08-06 15:03:28,711 99401 DEBUG [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": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "name": "tempest-GroupSnapshotsTest-Group-198253944"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccfc56d0-e774-4a3f-9938-ce5fc27c36fe', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccfc56d0-e774-4a3f-9938-ce5fc27c36fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "name": "tempest-GroupSnapshotsTest-Group-198253944"}}' 2025-08-06 15:03:28,744 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.031s 2025-08-06 15:03:28,744 99401 DEBUG [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': 'Wed, 0 6 Aug 2025 15:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb13026e-91aa-4cc1-842d-81638125b6ba', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb13026e-91aa-4cc1-842d-81638125b6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:29.000000", "name": "tempest-GroupSnapshotsTest-Group-198253944", "description": null, "group_type": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:29,794 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.044s 2025-08-06 15:03:29,794 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c067a71-ce8b-48ee-9e26-d586aef59366', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c067a71-ce8b-48ee-9e26-d586aef59366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"group": {"id": "ab44aa32-d9ed-4e8f-9765-3d92984a4ac5", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:29.000000", "name": "tempest-GroupSnapshotsTest-Group-198253944", "description": null, "group_type": "41a71a5e-3094-4562-9b47-1e5bf416d538", "volume_types": ["0ce6243d-2fc6-46d3-994b-9968d2fc34bf"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:29,852 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.052s 2025-08-06 15:03:29,853 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee59ac0-4351-4deb-b473-ff143679c432', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee59ac0-4351-4deb-b473-ff143679c432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:29,982 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5/action 0.115s 2025-08-06 15:03:29,983 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 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-fa35da87-ef4c-45ee-b74e-6d33310b2cbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/a b44aa32-d9ed-4e8f-9765-3d92984a4ac5/action'} Body: b'' 2025-08-06 15:03:30,000 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 0.016s 2025-08-06 15:03:30,000 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:29 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-a19035c1-943b-47f0-84fd-f139d5147dbe', 'x-openstack-request-id': 'req-a19035c1-943b-47f0-84fd-f139d5147dbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/ab44aa32-d9ed-4e8f-9765-3d92984a4ac5'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ab44aa32-d9ed-4e8f-9765-3d92984a4ac5 could not be found."}}' 2025-08-06 15:03:30,151 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/41a71a5e-3094-4562-9b47-1e5bf416d538 0.149s 2025-08-06 15:03:30,151 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:30 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-d3c84c7f-37db-4d7b-b65c-0ba9dc062068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/41a71a5e-3094-4562-9b47-1e5bf416d538'} Body: b'' 2025-08-06 15:03:30,233 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf 0.082s 2025-08-06 15:03:30,234 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-6c2b44c8-0a3a-4320-a4df-555281e3b0d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf'} Body: b'' 2025-08-06 15:03:30,249 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf 0.014s 2025-08-06 15:03:30,249 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 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-fa6e148c-f4f9-4a24-8f22-d883d7090e06', 'x-openstack-request-id': 'req-fa6e148c-f4f9-4a24-8f22-d883d7090e06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/0ce6243d-2fc6-46d3-994b-9968d2fc34bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0ce6243d-2fc6-46d3-994b-9968d2fc34bf 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 8d797ef3-168c-48b7-ab07-646909b97716 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:30,287 99401 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.033s 2025-08-06 15:03:30,287 99401 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-1465242214"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b75d4d-80c6-4525-a434-a841731ee415', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b75d4d-80c6-4525-a434-a841731ee415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "39b67650-815c-423f-a188-77bad5c64681", "name": "tempest-GroupSnapshotsTest-volume-type-1465242214", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:30,323 99401 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.033s 2025-08-06 15:03:30,324 99401 DEBUG [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-1830284990"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e7d63f-d87f-4f23-8128-3bf5c37b8a4b', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e7d63f-d87f-4f23-8128-3bf5c37b8a4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "name": "tempest-GroupSnapshotsTest-group-type-1830284990", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:30,401 99401 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.075s 2025-08-06 15:03:30,402 99401 DEBUG [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": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "name": "tempest-GroupSnapshotsTest-Group-1600010123"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a54007c-278c-4819-abf5-76a8b9876544', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a54007c-278c-4819-abf5-76a8b9876544', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "name": "tempest-GroupSnapshotsTest-Group-1600010123"}}' 2025-08-06 15:03:30,433 99401 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/8d797ef3-168c-48b7-ab07-646909b97716 0.029s 2025-08-06 15:03:30,433 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0406f972-04b0-41aa-961b-361df0f5c278', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0406f972-04b0-41aa-961b-361df0f5c278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1600010123", "description": null, "group_type": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:31,786 99401 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/8d797ef3-168c-48b7-ab07-646909b97716 0.347s 2025-08-06 15:03:31,786 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3494c330-c91b-4bcb-8a35-a29283f543b1', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3494c330-c91b-4bcb-8a35-a29283f543b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"group": {"id": "8d797ef3-168c-48b7-ab07-646909b97716", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1600010123", "description": null, "group_type": "64a97333-5e7d-42c8-8aaa-66681b277e1e", "volume_types": ["39b67650-815c-423f-a188-77bad5c64681"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:31,791 99401 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-06 15:03:31,821 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.029s 2025-08-06 15:03:31,821 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ace5562-b6e1-4569-b0e1-b247c83815fe', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ace5562-b6e1-4569-b0e1-b247c83815fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:31,889 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716/action 0.054s 2025-08-06 15:03:31,890 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-b58f698d-0256-4ccb-b3ea-f72d3c5340de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716/action'} Body: b'' 2025-08-06 15:03:31,906 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716 0.015s 2025-08-06 15:03:31,906 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-41feaf6f-5ca4-4b9c-902f-e9213b451a05', 'x-openstack-request-id': 'req-41feaf6f-5ca4-4b9c-902f-e9213b451a05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8d797ef3-168c-48b7-ab07-646909b97716'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8d797ef3-168c-48b7-ab07-646909b97716 could not be found."}}' 2025-08-06 15:03:31,933 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/64a97333-5e7d-42c8-8aaa-66681b277e1e 0.027s 2025-08-06 15:03:31,934 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:31 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-3e5a8670-41f0-43f2-b6e8-538492fe42e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/64a97333-5e7d-42c8-8aaa-66681b277e1e'} Body: b'' 2025-08-06 15:03:31,978 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681 0.044s 2025-08-06 15:03:31,979 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f344cae7-6211-4295-8147-608bcafcbb08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681'} Body: b'' 2025-08-06 15:03:31,993 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/39b67650-815c-423f-a188-77bad5c64681 0.014s 2025-08-06 15:03:31,994 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 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-6d960dcc-113a-49ec-b9e8-6f5607edb3cd', 'x-openstack-request-id': 'req-6d960dcc-113a-49ec-b9e8-6f5607edb3cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/39b67 650-815c-423f-a188-77bad5c64681'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 39b67650-815c-423f-a188-77bad5c64681 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 49986255-8517-42c1-9cd3-f60e996a481b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:32,023 99401 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.027s 2025-08-06 15:03:32,024 99401 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-330906189"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6a9e94-95d7-4c82-947c-dcdfe76f4bb1', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6a9e94-95d7-4c82-947c-dcdfe76f4bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "276d67c0-be8b-4412-989a-47edc2229b61", "name": "tempest-GroupSnapshotsTest-volume-type-330906189", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-06 15:03:32,053 99401 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.026s 2025-08-06 15:03:32,053 99401 DEBUG [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-203167358"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff180729-06cf-47f4-bc30-e961577803c4', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff180729-06cf-47f4-bc30-e961577803c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "name": "tempest-GroupSnapshotsTest-group-type-203167358", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-06 15:03:32,136 99401 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.080s 2025-08-06 15:03:32,136 99401 DEBUG [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": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "name": "tempest-GroupSnapshotsTest-Group-1159875143"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2131e85-e872-47a9-95fc-6708f6168bc4', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2131e85-e872-47a9-95fc-6708f6168bc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "name": "tempest-GroupSnapshotsTest-Group-1159875143"}}' 2025-08-06 15:03:32,165 99401 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/49986255-8517-42c1-9cd3-f60e996a481b 0.027s 2025-08-06 15:03:32,166 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac5a4b4-49e6-483a-9aca-dcdff0740357', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac5a4b4-49e6-483a-9aca-dcdff0740357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-06T15:03:32.000000", "name": "tempest-GroupSnapshotsTest-Group-1159875143", "description": null, "group_type": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:33,199 99401 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/49986255-8517-42c1-9cd3-f60e996a481b 0.028s 2025-08-06 15:03:33,200 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc83717-e011-4895-9456-defb25c51e24', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc83717-e011-4895-9456-defb25c51e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"group": {"id": "49986255-8517-42c1-9cd3-f60e996a481b", "status": "error", "availability_zone": "nova", "created_at": "2025-08-06T15:03:32.000000", "name": "tempest-GroupSnapshotsTest-Group-1159875143", "description": null, "group_type": "d909e391-b9d9-44ab-91dd-c2072544dc4b", "volume_types": ["276d67c0-be8b-4412-989a-47edc2229b61"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-06 15:03:33,234 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.029s 2025-08-06 15:03:33,234 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69283719-ff3a-459b-9bd0-30876304dbd3', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69283719-ff3a-459b-9bd0-30876304dbd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-06 15:03:33,306 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b/action 0.058s 2025-08-06 15:03:33,307 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-d40ac8cf-1b28-4461-80e5-51b158a6b693', 'connection': 'close', 'status': '202', 'content-location': 'http:/ /10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b/action'} Body: b'' 2025-08-06 15:03:33,321 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b 0.014s 2025-08-06 15:03:33,322 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-d5b2399f-8dab-4d3e-9e4e-a72b7df6404a', 'x-openstack-request-id': 'req-d5b2399f-8dab-4d3e-9e4e-a72b7df6404a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/49986255-8517-42c1-9cd3-f60e996a481b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 49986255-8517-42c1-9cd3-f60e996a481b could not be found."}}' 2025-08-06 15:03:33,348 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d909e391-b9d9-44ab-91dd-c2072544dc4b 0.026s 2025-08-06 15:03:33,348 99401 DEBUG [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': 'Wed, 06 Aug 2025 15:03:33 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-a05d7140-0bb1-45a7-9f39-e30a5144d4b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d909e391-b9d9-44ab-91dd-c2072544dc4b'} Body: b'' 2025-08-06 15:03:33,393 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61 0.044s 2025-08-06 15:03:33,393 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-6202f6e6-6937-42ab-b456-aca514e4d8d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61'} Body: b'' 2025-08-06 15:03:33,410 99401 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61 0.016s 2025-08-06 15:03:33,410 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:33 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-e8e131c3-425f-4e1f-a8f4-91e312c941b1', 'x-openstack-request-id': 'req-e8e131c3-425f-4e1f-a8f4-91e312c941b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/276d67c0-be8b-4412-989a-47edc2229b61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 276d67c0-be8b-4412-989a-47edc2229b61 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 25054934-622c-4c0f-9980-f6bd5eb446e0 failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:49,120 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.143s 2025-08-06 15:03:49,120 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d5825938-53ce-4323-a713-34aa59a3dd87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:03:49,531 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.410s 2025-08-06 15:03:49,531 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-VolumesCloneTest-Volume-976098114"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa87933-44cb-46f3-b394-aa88bf8bca2a', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa87933-44cb-46f3-b394-aa88bf8bca2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.472302", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:49,645 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.101s 2025-08-06 15:03:49,646 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-8bca94b7-299a-4821-a4b0-8aada6fb05c5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bca94b7-299a-4821-a4b0-8aada6fb05c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,702 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.042s 2025-08-06 15:03:50,703 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8204d2-f035-4f9b-bf35-3ec0571f726e', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8204d2-f035-4f9b-bf35-3ec0571f726e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", "updated_at": "2025-08-06T15:03:50.000000", "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,755 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.037s 2025-08-06 15:03:50,756 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22322233-4d82-424c-a5d6-5361acc7b0c5', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22322233-4d82-424c-a5d6-5361acc7b0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"volume": {"id": "7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:49.000000", " updated_at": "2025-08-06T15:03:50.000000", "name": "tempest-VolumesCloneTest-Volume-976098114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:50,885 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.116s 2025-08-06 15:03:50,886 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-738946b1-f62d-460c-a442-2d23dd1e53e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'' 2025-08-06 15:03:50,907 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 0.021s 2025-08-06 15:03:50,908 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-56a65dc6-ab27-429d-ad3c-c7d1eecde3df', 'x-openstack-request-id': 'req-56a65dc6-ab27-429d-ad3c-c7d1eecde3df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd6bd6c-bf98-4d5f-9fef-c17909c6ac91 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 24d0beb6-dcda-45ce-939e-44f57a832d00 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:51,089 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.179s 2025-08-06 15:03:51,090 99401 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-907545002"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532fe312-27f3-4073-9090-ae8d8db4d02d', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532fe312-27f3-4073-9090-ae8d8db4d02d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.025963", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:51,141 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.038s 2025-08-06 15:03:51,141 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b78f01-d98f-489e-8b5c-e0ac2f17b0be', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b78f01-d98f-489e-8b5c-e0ac2f17b0be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,197 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.041s 2025-08-06 15:03:52,197 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20af7971-5daf-41b6-832e-4da5fe9059ab', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20af7971-5daf-41b6-832e-4da5fe9059ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": "2025-08-06T15:03:51.000000", "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,248 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.036s 2025-08-06 15:03:52,248 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f68e68-6180-4f47-8d3f-6766b877e086', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f68e68-6180-4f47-8d3f-6766b877e086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"volume": {"id": "24d0beb6-dcda-45ce-939e-44f57a832d00", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:51.000000", "updated_at": "2025-08-06T15:03:51.000000", "name": "tempest-VolumesCloneTest-Volume-907545002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00"}], "user_id": "586c7b0f51ca4e148627c47161ac1296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "356e4f452eb0445fa5800f789f482f95"}}' 2025-08-06 15:03:52,354 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.093s 2025-08-06 15:03:52,355 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e139f19-e837-403b-89a3-8703cfcdedc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'' 2025-08-06 15:03:52,380 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00 0.024s 2025-08-06 15:03:52,380 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f454e8-c7c3-4058-b1d2-91d071e198f2', 'x-openstack-request-id': 'req-13f454e8-c7c3-4058-b1d2-91d071e198f2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/24d0beb6-dcda-45ce-939e-44f57a832d00'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 24d0beb6-dcda-45ce-939e-44f57a832d00 could not be found."}}' tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 94825116-6852-4e18-9816-61dd76681728 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:54,344 99401 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.392s 2025-08-06 15:03:54,344 99401 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-1234903786"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cad2410-b2e4-4ffa-af10-5bfd70dbd0d3', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cad2410-b2e4-4ffa-af10-5bfd70dbd0d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.260815", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:54,413 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.054s 2025-08-06 15:03:54,413 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fc8925-5280-4e39-ad14-ad31eac884fb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fc8925-5280-4e39-ad14-ad31eac884fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,470 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.038s 2025-08-06 15:03:55,471 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-e8bd5535-3831-48d6-b4b7-a66357c079be', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8bd5535-3831-48d6-b4b7-a66357c079be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": "2025-08-06T15:03:54.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,526 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.040s 2025-08-06 15:03:55,526 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99728d13-e2f5-4f78-88d0-c6c2b98cccac', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99728d13-e2f5-4f78-88d0-c6c2b98cccac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"volume": {"id": "94825116-6852-4e18-9816-61dd76681728", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-06T15:03:54.000000", "updated_at": "2025-08-06T15:03:54.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1234903786", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/94825116-6852-4e18-9816-61dd76681728"}], "user_id": "84ca49630cb54b2bbfc3a8449d8e9c57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "09f980b7d7ba46cc9fdfb2b80ffb4905"}}' 2025-08-06 15:03:55,634 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728 0.094s 2025-08-06 15:03:55,635 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-05dff5f2-c581-43bc-ab86-a15552c42364', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'' 2025-08-06 15:03:55,666 99401 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/94825116-6852- 4e18-9816-61dd76681728 0.031s 2025-08-06 15:03:55,667 99401 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-d35d26f4-f781-444a-8855-f800bee6d3d7', 'x-openstack-request-id': 'req-d35d26f4-f781-444a-8855-f800bee6d3d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/94825116-6852-4e18-9816-61dd76681728'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 94825116-6852-4e18-9816-61dd76681728 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b393608c-eb4e-491b-bbd8-918bfb45ae52 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:02:06,699 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.325s 2025-08-06 15:02:06,700 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9476c3a-0876-43d8-b8ed-fea2e8a8b4a8', 'x-compute-request-id': 'req-a9476c3a-0876-43d8-b8ed-fea2e8a8b4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:06,876 99407 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.095s 2025-08-06 15:03:06,877 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:06 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-44df9397-c088-4956-b8f9-3614244ed915', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "153841c342d945f5a3c23b773c9397ed", "name": "tempest-ServerActionsTestOtherA-1427807863-project-member", "password_expires_at": null}, "audit_ids": ["e7VzkvG0THi1KCmJTE2xtQ"], "expires_at": "2025-08-06T16:03:06.000000Z", "issued_at": "2025-08-06T15:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9bc37e14af45d1ac34c80de70a4426", "name": "tempest-ServerActionsTestOtherA-1427807863"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831 f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0e9bc37e14af45d1ac34c80de70a4426", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:03:06,877 99407 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'b2131bcb-289d-4363-979f-090c96d5ff42', 'name': 'tempest-ServerActionsTestOtherA-161575673-network', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22445, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T14:54:32Z', 'updated_at': '2025-08-06T14:54:32Z', 'revision_number': 1} available for tenant 2025-08-06 15:03:06,878 99407 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164088836', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdZmApS2RRjaEi4Qd/mEkbXd5ilJCAe2rPv6uK2o49Qf15flyatHlGOmPMqPigN3VkFFx1PfKmkUp0VbzoxmHVh00ScV1yCyQ/jQniLHAO4RSSczzY/gW6Gzyg6rx28JQ==', 'fingerprint': 'd3:8e:3c:79:9c:9f:0d:00:c1:e1:ac:ed:f0:8e:cd:40', 'user_id': '153841c342d945f5a3c23b773c9397ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmyQ2g9e+54oDiLk3IUsTsiqQ8cWyXJLrL5si9/ijyAu3Eli7Or+Sx\na0gzi4UOFzCgBwYFK4EEACKhZANiAATXWZgKUtkUY2hIuEHf5hJG13eYpSQgHtqz\n7+ritqOPUH9eX5cmrR5RjpjzKj4oDd1ZBRcdT3yppFKdFW86MZh1YdNEnFdcgskP\n40J4ixwDuEUknM82P4Fuhs8oOq8dvCU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '975b471c-946c-493b-8661-3ce460e717e4', 'name': 'tempest-securitygroup--600226728', 'stateful': True, 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': 'tempest-description--625670301', 'shared': False, 'security_group_rules': [{'id': '70134cfc-ffc3-421a-bc53-bd401d9ba068', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': '975b471c-946c-493b-8661-3ce460e717e4', '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': 176, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 0}, {'id': 'bd0e3515-5825-49f7-820b-7994d806fd85', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'security_group_id': '975b471c-946c-493b-8661-3ce460e717e4', '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': 175, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T14:54:53Z', 'updated_at': '2025-08-06T14:54:53Z', 'revision_number': 1, 'project_id': '0e9bc37e14af45d1ac34c80de70a4426'}, 'floating_ip': {'id': 'c5502e2d-873b-4921-a5ac-35c176459eb6', 'tenant_id': '0e9bc37e14af45d1ac34c80de70a4426', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0e9bc37e14af45d1ac34c80de70a4426', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T14:55:01Z', 'updated_at': '2025-08-06T14:55:01Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2025-08-06 15:03:07,263 99407 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.385s 2025-08-06 15:03:07,264 99407 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-1384450144", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a544dbe-e0df-47da-b907-d6b7e3cb9f9d', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a544dbe-e0df-47da-b907-d6b7e3cb9f9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.207587", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:03:07,314 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.038s 2025-08-06 15:03:07,314 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc168c6-8085-40f6-b184-e3ae47688a0c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc168c6-8085-40f6-b184-e3ae47688a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:03:08,366 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.037s 2025-08-06 15:03:08,366 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb926f3-8421-49cd-9106-b0c05e447419', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb926f3-8421-49cd-9106-b0c05e447419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"volume": {"id": "b393608c-eb4e-491b-bbd8-918bfb45ae52", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:03:07.000000", "updated_at": "2025-08-06T15:03:07.000000", "name": "tempest-tempest.common.compute-volume-1384450144", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52"}], "user_id": "153841c342d945f5a3c23b773c9397ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0e9bc37e14af45d1ac34c80de70a4426"}}' 2025-08-06 15:03:08,477 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.098s 2025-08-06 15:03:08,478 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03: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-e6f916e7-519a-463a-af64-fd2fa3f3b869', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'' 2025-08-06 15:03:08,500 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/vo lumes/b393608c-eb4e-491b-bbd8-918bfb45ae52 0.021s 2025-08-06 15:03:08,500 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-db1f548e-1fd6-4613-8f07-1970fbb3dee5', 'x-openstack-request-id': 'req-db1f548e-1fd6-4613-8f07-1970fbb3dee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b393608c-eb4e-491b-bbd8-918bfb45ae52'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b393608c-eb4e-491b-bbd8-918bfb45ae52 could not be found."}}' 2025-08-06 15:03:08,500 99407 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-06 15:03:08,704 99407 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8 0.202s 2025-08-06 15:03:08,704 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad2289e-2cdd-453b-9bea-22159551f765', 'x-compute-request-id': 'req-3ad2289e-2cdd-453b-9bea-22159551f765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8'} Body: b'{"server": {"id": "f0d06803-a763-4a47-813a-725880bea9e8", "name": "tempest-ServerActionsTestOtherA-server-570091272", "status": "ACTIVE", "tenant_id": "0e9bc37e14af45d1ac34c80de70a4426", "user_id": "153841c342d945f5a3c23b773c9397ed", "metadata": {}, "hostId": "a1e267d2fdd0fa7f225e9a294afcd753c80ff0348852075e0e68efa6", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T14:55:18Z", "updated": "2025-08-06T14:55:52Z", "addresses": {"tempest-ServerActionsTestOtherA-161575673-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:01:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0d06803-a763-4a47-813a-725880bea9e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0d06803-a763-4a47-813a-725880bea9e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164088836", "OS-SRV-USG:launched_at": "2025-08-06T14:55:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600226728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_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 f9f8028e-1aef-4e71-889c-f53b39468f06 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:01:58,930 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.490s 2025-08-06 15:01:58,930 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55437cd8-c673-450e-a897-7a8e6f21cc84', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55437cd8-c673-450e-a897-7a8e6f21cc84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:58.858291", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:59,141 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.197s 2025-08-06 15:01:59,141 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-13178978", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b464565e-129d-4ead-a08f-f5b23ca8550f', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b464565e-129d-4ead-a08f-f5b23ca8550f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9839311d-4985-404a-b388-1d42ce508c8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.078082", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-13178978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9839311d-4985-404a-b388-1d42ce508c8c"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:01:59,210 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-08-06 15:01:59,211 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 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-99871598-b8c0-49b3-997a-07c93e5d5c06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "da8d8df0b64a431fb30ddd5f76dded81", "name": "tempest-TestServerVolumeAttachmentScenario-1907983534-project-member", "password_expires_at": null}, "audit_ids": ["iipI6KpQTVaIn1t1IJ-Fig"], "expires_at": "2025-08-06T16:01:59.000000Z", "issued_at": "2025-08-06T15:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70980f3c9109433f85bf687f1a11257c", "name": "tempest-TestServerVolumeAttachmentScenario-1907983534"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70980f3c9109433f85bf687f1a11257c", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:01:59,211 99409 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '15eacfe8-3fe7-47d8-ae7c-aea4c050c56e', 'name': 'tempest-TestServerVolumeAttachmentScenario-1659141337-network', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70980f3c9109433f85bf687f1a11257c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:01:43Z', 'updated_at': '2025-08-06T15:01:43Z', 'revision_number': 1} available for tenant 2025-08-06 15:01:59,212 99409 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:01:59,213 99409 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08- 06 15:01:59,269 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-06 15:01:59,270 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1259315961", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 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-02b4f165-92e9-4108-8006-203fe8d55343', 'x-compute-request-id': 'req-02b4f165-92e9-4108-8006-203fe8d55343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1259315961", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ==", "fingerprint": "da:2f:90:d8:73:80:c5:65:c1:cb:e4:74:82:f3:83:c2", "user_id": "da8d8df0b64a431fb30ddd5f76dded81"}}' 2025-08-06 15:01:59,272 99409 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1259315961 created 2025-08-06 15:01:59,516 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.243s 2025-08-06 15:01:59,516 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--654513411", "description": "tempest-description--961921693"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c5e49cf3-cc0e-4948-aafa-5cac76738235', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2a104a67-5290-486b-8492-8cb62deac7c5", "name": "tempest-securitygroup--654513411", "stateful": true, "tenant_id": "70980f3c9109433f85bf687f1a11257c", "description": "tempest-description--961921693", "shared": false, "security_group_rules": [{"id": "738eac03-7df3-4049-bc52-114b13180516", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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": 866, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}, {"id": "a635b7b5-efd1-48d9-996f-3d7ce0c0e633", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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": 867, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}], "ta gs": [], "created_at": "2025-08-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 1, "project_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:01:59,749 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.232s 2025-08-06 15:01:59,750 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-36416356-6b6d-4152-80a1-c6b5425a4b36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eef26f37-434f-42e2-9e78-14f49eee5dcd", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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-06T15:01:59Z", "updated_at": "2025-08-06T15:01:59Z", "revision_number": 0}}' 2025-08-06 15:02:00,274 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.523s 2025-08-06 15:02:00,274 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:01:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b0d1a3d-807d-49b8-9615-4f783cf5943d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a43ecff-2196-4043-9c48-4f119d3cb008", "project_id": "70980f3c9109433f85bf687f1a11257c", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "security_group_id": "2a104a67-5290-486b-8492-8cb62deac7c5", "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-06T15:02:00Z", "updated_at": "2025-08-06T15:02:00Z", "revision_number": 0}}' 2025-08-06 15:02:00,275 99409 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--654513411 created 2025-08-06 15:02:01,131 99409 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.855s 2025-08-06 15:02:01,131 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-898bc3c5-39df-439d-9d32-481da6f1d77b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "527970d3-7665-443c-9c0a-82441d3a09dd", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "floating_ip_address": "172.24.4.110", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70980f3c9109433f85bf687f1a11257c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:02:00Z", "updated_at": "2025-08-06T15:02:00Z", "revision_number": 0}}' 2025-08-06 15:02:01,131 99409 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '527970d3-7665-443c-9c0a-82441d3a09dd', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:02:00Z', 'updated_at': '2025-08-06T15:02:00Z', 'revision_number': 0, 'ip': '172.24.4.110'} created 2025-08-06 15:02:01,132 99409 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1259315961', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrE3y0CkHwJATRwcgGwsEBbEaRvzmSAELaZukm0t7gDRfKI99V3Xuncq20eX6t1apicWOeZCR/sMrOEnqLGCZKw6LQ50R4GrvKd9gBZizUBCgmAWCpcXO7Ubg8vakyoNQ==', 'fingerprint': 'da:2f:90:d8:73:80:c5:65:c1:cb:e4:74:82:f3:83:c2', 'user_id': 'da8d8df0b64a431fb30ddd5f76dded81', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDCPcv8jvrX0ptUwFHIJtjK/Bezcs9OK2XywSIJVPKIZGoRe64pJBXm\nphmZ7R7yoOKgBwYFK4EEACKhZANiAATKxN8tApB8CQE0cHIBsLBAWxGkb85kgBC2\nmbpJtLe4A0XyiPfVd17p3KttHl+rdWqYnFjnmQkf7DKzhJ6ixgmSsOi0OdEeBq7y\nnfYAWYs1AQoJgFgqXFzu1G4PL2pMqDU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2a104a67-5290-486b-8492-8cb62deac7c5', 'name': 'tempest-securitygroup--654513411', 'stateful': True, 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'description': 'tempest-description--961921693', 'shared': False, 'security_group_rules': [{'id': '738eac03-7df3-4049-bc52-114b13180516', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'security_group_id': '2a104a67-5290-486b-8492-8cb62deac7c5', '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': 866, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 0}, {'id': 'a635b7b5-efd1-48d9-996f-3d7ce0c0e633', 'project_id': '70980f3c9109433f85bf687f1a11257c', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'security_group_id': '2a104a67-5290-486b-8492-8cb62deac7c5', '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': 867, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:01:59Z', 'updated_at': '2025-08-06T15:01:59Z', 'revision_number': 1, 'project_id': '70980f3c9109433f85bf687f1a11257c'}, 'floating_ip': {'id': '527970d3-7665-443c-9c0a-82441d3a09dd', 'tenant_id': '70980f3c9109433f85bf687f1a11257c', 'floating_ip_address': '172.24.4.110', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '709 80f3c9109433f85bf687f1a11257c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:02:00Z', 'updated_at': '2025-08-06T15:02:00Z', 'revision_number': 0, 'ip': '172.24.4.110'}} 2025-08-06 15:02:01,883 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.750s 2025-08-06 15:02:01,883 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e"}], "security_groups": [{"name": "tempest-securitygroup--654513411"}], "key_name": "tempest-keypair-1259315961", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eb634b2-3b52-4424-9fd4-a720ac0652ff', 'x-compute-request-id': 'req-9eb634b2-3b52-4424-9fd4-a720ac0652ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--654513411"}], "adminPass": "AUMJN2f3cYLj"}}' 2025-08-06 15:02:01,962 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.075s 2025-08-06 15:02:01,962 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:01 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-4f47064b-b388-4780-8154-f4c2052df1c2', 'x-compute-request-id': 'req-4f47064b-b388-4780-8154-f4c2052df1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "BUILD", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:02Z", "updated": "2025-08-06T15:02:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS- DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1259315961", "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-06 15:02:52,254 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.218s 2025-08-06 15:02:52,256 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de5f7cf-8e07-4f2a-b830-9c5f2fdd3317', 'x-compute-request-id': 'req-5de5f7cf-8e07-4f2a-b830-9c5f2fdd3317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:02:18Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:02:52,270 99409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:03:52,515 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2/os-interface 0.185s 2025-08-06 15:03:52,515 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c480bce3-8398-45fd-9480-e92b439769f7', 'x-compute-request-id': 'req-c480bce3-8398-45fd-9480-e92b439769f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d6 96-c008-4ad8-839e-a298ffc81ac2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e", "port_id": "d29e372a-0872-41f3-93f8-99ca541780b4", "mac_addr": "fa:16:3e:70:9d:b6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cbc0b4b1-89dc-4743-b6e5-fc296d1a6477", "ip_address": "10.0.0.6"}]}]}' 2025-08-06 15:03:53,558 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd 1.038s 2025-08-06 15:03:53,559 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d29e372a-0872-41f3-93f8-99ca541780b4"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce8501ac-acdb-4048-888b-f01db1d0fa5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd'} Body: b'{"floatingip": {"id": "527970d3-7665-443c-9c0a-82441d3a09dd", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "floating_ip_address": "172.24.4.110", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "5a51bb06-06a7-4cb9-9472-720f7e9be39e", "port_id": "d29e372a-0872-41f3-93f8-99ca541780b4", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "15eacfe8-3fe7-47d8-ae7c-aea4c050c56e", "mac_address": "fa:16:3e:70:9d:b6", "admin_state_up": true, "status": "ACTIVE", "device_id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:02:00Z", "updated_at": "2025-08-06T15:03:52Z", "revision_number": 1, "project_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:53,563 99409 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.110:22' as 'cirros' with public key authentication 2025-08-06 15:03:53,574 99409 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:03:53,640 99409 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:03:53,640 99409 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.110 successfully created 2025-08-06 15:03:53,849 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.207s 2025-08-06 15:03:53,849 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dc64fd6-404e-422e-a3bf-56737f6a59ee', 'x-compute-request-id': 'req-8dc64fd6-404e-422e-a3bf-56737f6a59ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status": "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2e e9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:02:18Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:53,937 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.068s 2025-08-06 15:03:53,938 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 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-3582d74d-04a4-4edf-99a2-bfdc96dc7569', 'x-compute-request-id': 'req-3582d74d-04a4-4edf-99a2-bfdc96dc7569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}]}]}' 2025-08-06 15:03:53,982 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.040s 2025-08-06 15:03:53,982 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f9c646-349b-4c2a-af3b-aa3dd1c457df', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f9c646-349b-4c2a-af3b-aa3dd1c457df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.000000", "updated_at": "2025-08-06T15:01:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:55,033 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.036s 2025-08-06 15:03:55,033 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef01a66c-9da1-4bcd-95a2-727b61804968', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef01a66c-9da1-4bcd-95a2-727b61804968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"volume": {"id": "f9f8028e-1aef-4e71-889c-f53b39468f06", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:01:59.000000", "updated_at": "2025-08-06T15:01:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-395450989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06"}], "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70980f3c9109433f85bf687f1a11257c"}}' 2025-08-06 15:03:55,167 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.118s 2025-08-06 15:03:55,167 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-240cf227-ef6e-46ce-8fc1-68ca458e2782', 'x-compute-request-id': 'req-240cf227-ef6e-46ce-8fc1-68ca458e2782', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'' 2025-08-06 15:03:55,366 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.198s 2025-08-06 15:03:55,366 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33739033-c2b4-4a7e-9302-405f3386a0ce', 'x-compute-request-id': 'req-33739033-c2b4-4a7e-9302-405f3386a0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"server": {"id": "8c04d696-c008-4ad8-839e-a298ffc81ac2", "name": "tempest-TestServerVolumeAttachmentScenario-server-478966045", "status" : "ACTIVE", "tenant_id": "70980f3c9109433f85bf687f1a11257c", "user_id": "da8d8df0b64a431fb30ddd5f76dded81", "metadata": {}, "hostId": "d602da55b6a6d6ddf1a39e358d8b1c25564d61468e0171f26b4009c7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:01Z", "updated": "2025-08-06T15:03:55Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1659141337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}, {"version": 4, "addr": "172.24.4.110", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:9d:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1259315961", "OS-SRV-USG:launched_at": "2025-08-06T15:02:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--654513411"}], "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-06 15:04:45,498 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2 0.069s 2025-08-06 15:04:45,499 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-734d0ff8-882b-47a3-b808-1d949cc15e91', 'x-compute-request-id': 'req-734d0ff8-882b-47a3-b808-1d949cc15e91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c04d696-c008-4ad8-839e-a298ffc81ac2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8c04d696-c008-4ad8-839e-a298ffc81ac2 could not be found."}}' 2025-08-06 15:04:45,528 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1259315961 0.029s 2025-08-06 15:04:45,528 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c697d72c-5e17-488e-8325-f6b3400bbd0b', 'x-compute-request-id': 'req-c697d72c-5e17-488e-8325-f6b3400bbd0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1259315961'} Body: b'' 2025-08-06 15:04:45,772 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5 0.242s 2025-08-06 15:04:45,772 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-11235dfe-7003-4282-974a-c232852a64b3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5'} Body: b'' 2025-08-06 15:04:45,823 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5 0.051s 2025-08-06 15:04:45,824 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-14b0cb14-5c90-44d5-9de6-c54fbac1605c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2a104a67-5290-486b-8492-8cb62deac7c5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2a104a67-5290-486b-8492-8cb62deac7c5 does not exist", "detail": ""}}' 2025-08-06 15:04:46,179 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd 0.355s 2025-08-06 15:04:46,179 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8ff68d88-2a81-4128-86d4-b56730ea6929', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/527970d3-7665-443c-9c0a-82441d3a09dd'} Body: b'' 2025-08-06 15:04:46,280 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c 0.100s 2025-08-06 15:04:46,280 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f30760-1c89-47b4-8be8-71e2372f8520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c'} Body: b'' 2025-08-06 15:04:46,303 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c 0.022s 2025-08-06 15:04:46,303 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04: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-5dd3bf6f-f75b-4e37-84bd-efb55303b537', 'x-openstack-request-id': 'req-5dd3bf6f-f75b-4e37-84bd-efb55303b537', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9839311d-4985-404a-b388-1d42ce508c8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9839311d-4985-404a-b388-1d42c e508c8c could not be found."}}' 2025-08-06 15:04:46,431 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.128s 2025-08-06 15:04:46,432 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd45af9-0e64-48f5-984b-cf2bff2538d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'' 2025-08-06 15:04:46,463 99409 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06 0.030s 2025-08-06 15:04:46,464 99409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04: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-d5fb3626-b5ef-42e9-bba4-c8f0aee2b47b', 'x-openstack-request-id': 'req-d5fb3626-b5ef-42e9-bba4-c8f0aee2b47b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9f8028e-1aef-4e71-889c-f53b39468f06'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9f8028e-1aef-4e71-889c-f53b39468f06 could not be found."}}' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_volume_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 ac4a3513-03a7-4b22-bf4d-839ec5c978f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:09,560 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.309s 2025-08-06 15:05:09,561 99407 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-479326224"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6368e28-f6c3-4e2d-a973-b0d39a437039', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6368e28-f6c3-4e2d-a973-b0d39a437039', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.497227", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:05:09,612 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.038s 2025-08-06 15:05:09,613 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7ef2c2-1f16-4978-b898-756e8b4bfc13', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7ef2c2-1f16-4978-b898-756e8b4bfc13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,666 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.037s 2025-08-06 15:05:10,667 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45bd5b16-351d-4679-9132-feb3c6fb5706', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bd5b16-351d-4679-9132-feb3c6fb5706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": "2025-08-06T15:05:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,719 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.038s 2025-08-06 15:05:10,720 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b3083c7-df05-4e1b-8fec-1189bebad1be', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b3083c7-df05-4e1b-8fec-1189bebad1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"volume": {"id": "ac4a3513-03a7-4b22-bf4d-839ec5c978f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:09.000000", "updated_at": "2025-08-06T15:05:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-479326224", "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/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9"}], "user_id": "7312f3879ca64072bdba2da970dcc42a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ad102a7ff034eeaa065b0e87663e15f"}}' 2025-08-06 15:05:10,972 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.238s 2025-08-06 15:05:10,972 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14250578-1796-433c-b6de-3a01e727785b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'' 2025-08-06 15:05:10,995 99407 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9 0.022s 2025-08-06 15:05:10,995 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0792e38-a5c0-44a0-8cba-52f1f2090e03', 'x-openstack-request-id': 'req-c0792e38-a5c0-44a0-8cba-52f1f2090e03', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac4a3513-03a7-4b22-bf4d-839ec5c978f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac4a3513-03a7-4b22-bf4d-839ec5c978f9 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 6669d8b7-31bf-440c-9ff1-78041e52e8ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:03:00,093 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:03:00,094 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:03:00,141 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2025-08-06 15:03:00,141 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2128457382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 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-277610bf-7567-420a-b3a7-3f27fc1d16d3', 'x-compute-request-id': 'req-277610bf-7567-420a-b3a7-3f27fc1d16d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2128457382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw==", "fingerprint": "ba:fc:fb:42:d3:db:25:59:be:c9:50:45:16:52:dc:f9", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:03:00,144 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2128457382 created 2025-08-06 15:03:00,595 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.451s 2025-08-06 15:03:00,596 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1033118710", "description": "tempest-description--256953809"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-4da0901f-a9a1-4d1e-a5ab-e4bb89cf4635', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "name": "tempest-securitygroup--1033118710", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--256953809", "shared": false, "security_group_rules": [{"id": "968a9ead-92af-449c-8c8c-ebf68e0f13c4", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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": 896, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}, {"id": "f42f6ea5-d888-4d4c-a176-6d86a0327e5d", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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": 895, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:03:00,789 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-06 15:03:00,790 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6976154d-af88-45bb-9815-b597db5799e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcf5bab3-06a7-48e7-941f-5709750dc5dc", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}}' 2025-08-06 15:03:01,004 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:03:01,005 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b619fba-52be-43de-8678-f42679753c89', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "87a2d16d-0461-4b77-8778-f9ccec19dc27", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "a93d4611-89ac-4a27-8b1c-7e91848fd349", "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-06T15:03:00Z", "updated_at": "2025-08-06T15:03:00Z", "revision_number": 0}}' 2025-08-06 15:03:01,005 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1033118710 created 2025-08-06 15:03:01,726 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.720s 2025-08-06 15:03:01,726 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-732c6db6-f5b5-4aa6-9cb2-65cc04281547', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "957f50ca-f937-40ea-8a35-4ec6eb67a2ea", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.18", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:03:01Z", "updated_at": "2025-08-06T15:03:01Z", "revision_number": 0}}' 2025-08-06 15:03:01,726 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '957f50ca-f937-40ea-8a35-4ec6eb67a2ea', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:03:01Z', 'updated_at': '2025-08-06T15:03:01Z', 'revision_number': 0, 'ip': '172.24.4.18'} created 2025-08-06 15:03:01,818 99411 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.086s 2025-08-06 15:03:01,818 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 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-8c21fe82-5bd7-44fb-ac1e-c2f61d4b6bc5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["8pdFO-BQQFqMaeG6t1H_8A"], "expires_at": "2025-08-06T16:03:01.000000Z", "issued_at": "2025-08-06T15:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843 b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:03:01,819 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:03:01,820 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2128457382', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMtj7yRAxjCO/Jaky3L5/yTHLpVARQABinuNaqRglrRAevC4CzJxPAC1VvQjJaPspxizVtRi40qrL5osRfZIxiPH36WOaVtuJs5TS+U6c02TnxMXba9j5wpLT8AR5bhFkw==', 'fingerprint': 'ba:fc:fb:42:d3:db:25:59:be:c9:50:45:16:52:dc:f9', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCG5GomEe0LGw1SlTsjTPBBARjg/ZCN/1LYmqp81VLqdRQkgOtNDr5C\nJlvB5tzGV42gBwYFK4EEACKhZANiAATLY+8kQMYwjvyWpMty+f8kxy6VQEUAAYp7\njWqkYJa0QHrwuAsycTwAtVb0IyWj7KcYs1bUYuNKqy+aLEX2SMYjx9+ljmlbbibO\nU0vlOnNNk58TF22vY+cKS0/AEeW4RZM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', 'name': 'tempest-securitygroup--1033118710', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--256953809', 'shared': False, 'security_group_rules': [{'id': '968a9ead-92af-449c-8c8c-ebf68e0f13c4', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', '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': 896, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 0}, {'id': 'f42f6ea5-d888-4d4c-a176-6d86a0327e5d', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': 'a93d4611-89ac-4a27-8b1c-7e91848fd349', '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': 895, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 0}], 't ags': [], 'created_at': '2025-08-06T15:03:00Z', 'updated_at': '2025-08-06T15:03:00Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '957f50ca-f937-40ea-8a35-4ec6eb67a2ea', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:03:01Z', 'updated_at': '2025-08-06T15:03:01Z', 'revision_number': 0, 'ip': '172.24.4.18'}} 2025-08-06 15:03:02,514 99411 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.692s 2025-08-06 15:03:02,514 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1758854054", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "key_name": "tempest-keypair-2128457382", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6938a8bc-ae12-43aa-952e-415eaf70dff9', 'x-compute-request-id': 'req-6938a8bc-ae12-43aa-952e-415eaf70dff9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "adminPass": "password"}}' 2025-08-06 15:03:02,581 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.064s 2025-08-06 15:03:02,582 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:02 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-540f95f7-620f-4163-ad67-eb26a8de7fcd', 'x-compute-request-id': 'req-540f95f7-620f-4163-ad67-eb26a8de7fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ 2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:03:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2128457382", "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-06 15:03:52,878 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.232s 2025-08-06 15:03:52,878 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43f71ab1-152f-48a7-8360-9a8b62d37ff3', 'x-compute-request-id': 'req-43f71ab1-152f-48a7-8360-9a8b62d37ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:03:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2128457382", "OS-SRV-USG:launched_at": "2025-08-06T15:03:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:03:52,895 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:04:53,109 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850/os-interface 0.152s 2025-08-06 15:04:53,109 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:52 GM T', '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-c3a69c05-c739-4dd6-825c-ec03629b8698', 'x-compute-request-id': 'req-c3a69c05-c739-4dd6-825c-ec03629b8698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6", "mac_addr": "fa:16:3e:f5:25:fc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.4"}]}]}' 2025-08-06 15:04:54,091 99411 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/957f50ca-f937-40ea-8a35-4ec6eb67a2ea 0.973s 2025-08-06 15:04:54,091 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7307f568-8232-4d2a-a980-c298f94b5a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea'} Body: b'{"floatingip": {"id": "957f50ca-f937-40ea-8a35-4ec6eb67a2ea", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.18", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "ccd0eb3c-4b27-4367-9454-740384e029c6", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:f5:25:fc", "admin_state_up": true, "status": "ACTIVE", "device_id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:03:01Z", "updated_at": "2025-08-06T15:04:53Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:54,092 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.18:22' as 'cirros' with public key authentication 2025-08-06 15:04:54,099 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:04:54,203 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:04:54,204 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.18 successfully created 2025-08-06 15:04:54,245 99411 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/0b30a80d-fc48-47d0-a6e5-8ac6167df850/ips 0.040s 2025-08-06 15:04:54,245 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 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-56e8ca6e-5fc7-4f74-99b6-85ac440fafbd', 'x-compute-request-id': 'req-56e8ca6e-5fc7-4f74-99b6-85ac440fafbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2025-08-06 15:04:54,477 99411 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.229s 2025-08-06 15:04:54,477 99411 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-2049157100"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d6846a-fd82-431b-9811-32c745845e67', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d6846a-fd82-431b-9811-32c745845e67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.392266", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:04:54,546 99411 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/6669d8b7-31bf-440c-9ff1-78041e52e8ee 0.056s 2025-08-06 15:04:54,546 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df13cbfd-eb6b-4a30-bcc9-ddd852763c2d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df13cbfd-eb6b-4a30-bcc9-ddd852763c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:55,597 99411 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/6669d8b7-31bf-440c-9ff1-78041e52e8ee 0.037s 2025-08-06 15:04:55,597 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3819ed7-7c35-464c-bca2-c554dab9e5e7', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3819ed7-7c35-464c-bca2-c554dab9e5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee'} Body: b'{"volume": {"id": "6669d8b7-31bf-440c-9ff1-78041e52e8ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:04:54.000000", "updated_at": "2025-08-06T15:04:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2049157100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669d8b7-31bf-440c-9ff1-78041e52e8ee"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:04:55,722 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.111s 2025-08-06 15:04:55,723 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5211169-7edf-48ef-a8e7-336bd4b354d6', 'x-compute-request-id': 'req-e5211169-7edf-48ef-a8e7-336bd4b354d6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'' 2025-08-06 15:04:56,129 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.406s 2025-08-06 15:04:56,130 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:55 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-6e437695-b345-49b4-afa1-ebe2159d909b', 'x-compute-request-id': 'req-6e437695-b345-49b4-afa1-ebe2159d909b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"server": {"id": "0b30a80d-fc48-47d0-a6e5-8ac6167df850", "name": "tempest-AttachVolumeNegativeTest-server-1758854054", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:03:02Z", "updated": "2025-08-06T15:04:56Z", "addresses": {"tempest-AttachVolumeN egativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:25:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2128457382", "OS-SRV-USG:launched_at": "2025-08-06T15:03:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1033118710"}], "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-06 15:05:46,345 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850 0.151s 2025-08-06 15:05:46,345 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a89c0af4-4d32-4721-bb18-067a028ef2e7', 'x-compute-request-id': 'req-a89c0af4-4d32-4721-bb18-067a028ef2e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b30a80d-fc48-47d0-a6e5-8ac6167df850'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0b30a80d-fc48-47d0-a6e5-8ac6167df850 could not be found."}}' 2025-08-06 15:05:46,381 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2128457382 0.035s 2025-08-06 15:05:46,382 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-057a39f1-6845-4989-8029-5e129faf3fd4', 'x-compute-request-id': 'req-057a39f1-6845-4989-8029-5e129faf3fd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2128457382'} Body: b'' 2025-08-06 15:05:46,601 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349 0.219s 2025-08-06 15:05:46,602 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-69dc51fa-9fa4-46e9-9f43-f4ef00764a84', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349'} Body: b'' 2025-08-06 15:05:46,631 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c -7e91848fd349 0.029s 2025-08-06 15:05:46,632 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ece5ce07-5aa1-42fb-8c43-27f4ed1b0adc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a93d4611-89ac-4a27-8b1c-7e91848fd349'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a93d4611-89ac-4a27-8b1c-7e91848fd349 does not exist", "detail": ""}}' 2025-08-06 15:05:47,091 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea 0.459s 2025-08-06 15:05:47,092 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-46ec5de1-0522-408c-8fb8-4606197f4c79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/957f50ca-f937-40ea-8a35-4ec6eb67a2ea'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 552, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a7829efd-5204-49ba-9a60-114183e60e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:04:05,790 99413 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a 0.267s 2025-08-06 15:04:05,791 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:05 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-717cb250-45fc-495d-bc5f-997454b5dcdb', 'x-compute-request-id': 'req-717cb250-45fc-495d-bc5f-997454b5dcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a'} Body: b'{"server": {"id": "8e0b0988-2f38-4963-82a2-ac55ea65505a", "name": "tempest-ServerActionsTestOtherB-server-790797255", "status": "ACTIVE", "tenant_id": "4ce0ee01060a4982801c6ad1a35441e8", "user_id": "0380858ea05c40e989278196bf5cad68", "metadata": {}, "hostId": "1c4da4337b015c6fde2b73c22949b42fa575b5104bfe55cae80a2f0d", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:13Z", "updated": "2025-08-06T15:02:30Z", "addresses": {"tempest-ServerActionsTestOtherB-1689533515-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-559338422", "OS-SRV-USG:launched_at": "2025-08-06T15:02:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--421877886"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:05:06,089 99413 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.223s 2025-08-06 15:05:06,090 99413 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-1480439984"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d928b044-a367-4866-acff-3521f379aa82', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d928b044-a367-4866-acff-3521f379aa82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.023565", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183 e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:05:06,146 99413 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/a7829efd-5204-49ba-9a60-114183e60e86 0.043s 2025-08-06 15:05:06,146 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2664470e-6b5d-4e9a-8bc4-0523232cb334', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2664470e-6b5d-4e9a-8bc4-0523232cb334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ce0ee01060a4982801c6ad1a35441e8"}}' 2025-08-06 15:05:07,206 99413 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/a7829efd-5204-49ba-9a60-114183e60e86 0.043s 2025-08-06 15:05:07,206 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8e6304-d496-4ad6-805e-e0d8d9d47b87', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8e6304-d496-4ad6-805e-e0d8d9d47b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86'} Body: b'{"volume": {"id": "a7829efd-5204-49ba-9a60-114183e60e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:05:06.000000", "updated_at": "2025-08-06T15:05:06.000000", "name": "tempest-ServerActionsTestOtherB-volume-1480439984", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a7829efd-5204-49ba-9a60-114183e60e86"}], "user_id": "0380858ea05c40e989278196bf5cad68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ce0ee01060a4982801c6ad1a35441e8"}}' 2025-08-06 15:05:07,220 99413 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-06 15:05:07,438 99413 INFO [tempest.lib.common.rest_client] Request (ServerActionsTes tOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a 0.216s 2025-08-06 15:05:07,438 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e258c3-8947-4c4f-b9be-94841e104659', 'x-compute-request-id': 'req-d4e258c3-8947-4c4f-b9be-94841e104659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a'} Body: b'{"server": {"id": "8e0b0988-2f38-4963-82a2-ac55ea65505a", "name": "tempest-ServerActionsTestOtherB-server-790797255", "status": "ACTIVE", "tenant_id": "4ce0ee01060a4982801c6ad1a35441e8", "user_id": "0380858ea05c40e989278196bf5cad68", "metadata": {}, "hostId": "1c4da4337b015c6fde2b73c22949b42fa575b5104bfe55cae80a2f0d", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:02:13Z", "updated": "2025-08-06T15:02:30Z", "addresses": {"tempest-ServerActionsTestOtherB-1689533515-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8e0b0988-2f38-4963-82a2-ac55ea65505a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-559338422", "OS-SRV-USG:launched_at": "2025-08-06T15:02:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--421877886"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5cc37443-698f-4a47-934f-e309c463e436 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:04:48,067 99419 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:04:48,067 99419 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:04:48,219 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.147s 2025-08-06 15:04:48,219 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-954921907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577aa9d9-6ac1-4b9b-ad3e-9920423601cd', 'x-compute-request-id': 'req-577aa9d9-6ac1-4b9b-ad3e-9920423601cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-954921907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw==", "fingerprint": "e2:40:65:e6:d5:c8:62:3a:14:75:c4:70:71:bc:be:66", "user_id": "1378d7b5b6bd4a749855d0858cceb00f"}}' 2025-08-06 15:04:48,225 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-954921907 created 2025-08-06 15:04:48,495 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.269s 2025-08-06 15:04:48,495 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1009589759", "description": "tempest-description--1349717795"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-1d945781-ac38-468d-9dc8-13384dfc8c6b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "name": "tempest-securitygroup--1009589759", "stateful": true, "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "description": "tempest-description--1349717795", "shared": false, "security_group_rules": [{"id": "0f25f402-475b-471b-b68f-3735bee8130a", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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": 949, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}, {"id": "eb0038e0-9de6-400d-b3a6-b0a6cc2482ff", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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": 948, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:04:48,689 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-06 15:04:48,689 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e5c98e8f-d2d0-44ce-9ce3-e0cd7b4c7eb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a12a2652-237a-4917-a7e1-f5f9faadce12", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}}' 2025-08-06 15:04:48,891 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-06 15:04:48,891 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fa76a965-6101-4338-a11f-efc7f26f9f7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4c60cf0-8e71-4a1a-92df-a861bb8d2158", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "feed4ff2-cf06-4a5b-878f-2ecd79f1bd51", "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-06T15:04:48Z", "updated_at": "2025-08-06T15:04:48Z", "revision_number": 0}}' 2025-08-06 15:04:48,891 99419 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1009589759 created 2025-08-06 15:04:49,565 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.673s 2025-08-06 15:04:49,565 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c55d946e-1def-4f21-af84-b1123e95c2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fc24035d-f76f-4fe1-8d28-b9f873dfc77e", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.100", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d711b10855f48488a10b07d98a71c6f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:04:49Z", "updated_at": "2025-08-06T15:04:49Z", "revision_number": 0}}' 2025-08-06 15:04:49,566 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fc24035d-f76f-4fe1-8d28-b9f873dfc77e', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.100', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:04:49Z', 'updated_at': '2025-08-06T15:04:49Z', 'revision_number': 0, 'ip': '172.24.4.100'} created 2025-08-06 15:04:49,620 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.049s 2025-08-06 15:04:49,620 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:49 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-a9390a37-0d6a-4942-9d05-6ae2a59ef77c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1378d7b5b6bd4a749855d0858cceb00f", "name": "tempest-AttachVolumeTestJSON-1438382085-project-member", "password_expires_at": null}, "audit_ids": ["n4hfpWAWQCmncD2sIeLHGA"], "expires_at": "2025-08-06T16:04:49.000000Z", "issued_at": "2025-08-06T15:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d711b10855f48488a10b07d98a71c6f", "name": "tempest-AttachVolumeTestJSON-1438382085"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type" : "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7d711b10855f48488a10b07d98a71c6f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:04:49,621 99419 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '50cda9e0-9805-4ade-8718-a0b5aa1c94d2', 'name': 'tempest-AttachVolumeTestJSON-1299211992-network', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37931, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:04:42Z', 'updated_at': '2025-08-06T15:04:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:04:49,622 99419 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-954921907', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVdyalvnZ+ZQjy7RPVvy4J4mWt9jD4Wi9vUZjAD5WLfZcyu1046gLuPUgHcNknMC/nfFFyswgVfxfFqQPUNeu534a3gzEFMmd9Pn9GJ+IqFN1L+8af4bYtU/WxgEkwZIw==', 'fingerprint': 'e2:40:65:e6:d5:c8:62:3a:14:75:c4:70:71:bc:be:66', 'user_id': '1378d7b5b6bd4a749855d0858cceb00f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCB3uU7aVOiDKz8HkBJHWJdP+8PgTAsMM+c+fN+uRSfLzFiMMHbcY3d\nYWEgkFZkSRmgBwYFK4EEACKhZANiAAR1Xcmpb52fmUI8u0T1b8uCeJlrfYw+Fovb\n1GYwA+Vi32XMrtdOOoC7j1IB3DZJzAv53xRcrMIFX8XxakD1DXrud+Gt4MxBTJnf\nT5/RifiKhTdS/vGn+G2LVP1sYBJMGSM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', 'name': 'tempest-securitygroup--1009589759', 'stateful': True, 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'description': 'tempest-description--1349717795', 'shared': False, 'security_group_rules': [{'id': '0f25f402-475b-471b-b68f-3735bee8130a', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', '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': 949, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:04:48Z', 'updated_at': '2025-08-06T15:04:48Z', 'revision_number': 0}, {'id': 'eb0038e0-9de6-400d-b3a6-b0a6cc2482ff', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': 'feed4ff2-cf06-4a5b-878f-2ecd79f1bd51', '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': 948, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:04:48Z', 'updated_at': '2025-08-06T15:04:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:04:48Z', ' updated_at': '2025-08-06T15:04:48Z', 'revision_number': 1, 'project_id': '7d711b10855f48488a10b07d98a71c6f'}, 'floating_ip': {'id': 'fc24035d-f76f-4fe1-8d28-b9f873dfc77e', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.100', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:04:49Z', 'updated_at': '2025-08-06T15:04:49Z', 'revision_number': 0, 'ip': '172.24.4.100'}} 2025-08-06 15:04:50,214 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.590s 2025-08-06 15:04:50,214 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-87053010", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2"}], "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "key_name": "tempest-keypair-954921907", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f860747-bf79-498b-9849-39bc297b8f5b', 'x-compute-request-id': 'req-0f860747-bf79-498b-9849-39bc297b8f5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "adminPass": "password"}}' 2025-08-06 15:04:50,291 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.073s 2025-08-06 15:04:50,291 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:04:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce592834-d40a-45b1-b23b-522a5cca35e4', 'x-compute-request-id': 'req-ce592834-d40a-45b1-b23b-522a5cca35e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "BUILD", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:04:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-954921907", "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-06 15:05:40,618 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.261s 2025-08-06 15:05:40,618 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:40 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-7c35289d-ab7f-4008-9f08-6823140a15b3', 'x-compute-request-id': 'req-7c35289d-ab7f-4008-9f08-6823140a15b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:05:06Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-954921907", "OS-SRV-USG:launched_at": "2025-08-06T15:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:05:40,632 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:06:40,847 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/os-interface 0.153s 2025-08-06 15:06:40,847 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:40 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-04e88b44-a1c3-4ce1-b36c-a54d113c67b3', 'x-compute-request-id': 'req-04e88b44-a1c3-4ce1-b36c-a54d113c67b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657", "mac_addr": "fa:16:3e:df:fe:59", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36ee1a0f-1e10-4f98-abd0-832dc3da6c2f", "ip_address": "10.0.0.13"}]}]}' 2025-08-06 15:06:41,636 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e 0.784s 2025-08-06 15:06:41,636 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-7ae22181-74e7-4db9-bf17-4f005bf97398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e'} Body: b'{"floatingip": {"id": "fc24035d-f76f-4fe1-8d28-b9f873dfc77e", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.100", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b11c689d-c66c-4bfd-bda0-1495303d117d", "port_id": "a9f070e0-f521-4f46-8ae5-b5ce8e249657", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "mac_address": "fa:16:3e:df:fe:59", "admin_state_up": true, "status": "ACTIVE", "device_id": "bd488953-a668-4d14-a9db-a6c0742f0498", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:04:49Z", "updated_at": "2025-08-06T15:06:41Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:41,642 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,654 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,722 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,723 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:41,767 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/ips 0.043s 2025-08-06 15:06:41,768 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:41 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-a447798a-ea3f-4fa3-8b24-3321ff509cf3', 'x-compute-request-id': 'req-a447798a-ea3f-4fa3-8b24-3321ff509cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-06 15:06:41,771 99419 INFO [tempest.lib.common.ssh] Creatin g ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,774 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,879 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,879 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:41,880 99419 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-06 15:06:41,880 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.100:22' as 'cirros' with public key authentication 2025-08-06 15:06:41,882 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:06:41,985 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:06:41,986 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.100 successfully created 2025-08-06 15:06:42,187 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.193s 2025-08-06 15:06:42,188 99419 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-910956467"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc32d401-20e4-4670-9261-eabcec3f2c3b', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc32d401-20e4-4670-9261-eabcec3f2c3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.132218", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:06:42,259 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436 0.045s 2025-08-06 15:06:42,259 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a9f532-192c-469c-9b4e-8c42c184c70f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a9f532-192c-469c-9b4e-8c42c184c70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:43,336 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436 0.062s 2025-08-06 15:06:43,336 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971b8a3d-9294-4db8-bbea-3afbd6b9af4f', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971b8a3d-9294-4db8-bbea-3afbd6b9af4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436'} Body: b'{"volume": {"id": "5cc37443-698f-4a47-934f-e309c463e436", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:06:42.000000", "updated_at": "2025-08-06T15:06:42.000000", "name": "tempest-AttachVolumeTestJSON-volume-910956467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5cc37443-698f-4a47-934f-e309c463e436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5cc37443-698f-4a47-934f-e309c463e436"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:06:43,514 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.160s 2025-08-06 15:06:43,515 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df6b7ecd-6e96-4be5-8917-c116742e803c', 'x-compute-request-id': 'req-df6b7ecd-6e96-4be5-8917-c116742e803c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'' 2025-08-06 15:06:43,711 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.196s 2025-08-06 15:06:43,712 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:43 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-d38b403a-1a80-4aa5-a19c-9fe50904f7ca', 'x-compute-request-id': 'req-d38b403a-1a80-4aa5-a19c-9fe50904f7ca', 'co nnection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"server": {"id": "bd488953-a668-4d14-a9db-a6c0742f0498", "name": "tempest-AttachVolumeTestJSON-server-87053010", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:04:50Z", "updated": "2025-08-06T15:06:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}, {"version": 4, "addr": "172.24.4.100", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:fe:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd488953-a668-4d14-a9db-a6c0742f0498"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-954921907", "OS-SRV-USG:launched_at": "2025-08-06T15:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009589759"}], "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-06 15:07:33,795 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498 0.037s 2025-08-06 15:07:33,796 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-593d2071-a379-4298-97aa-04c7a8483fa7', 'x-compute-request-id': 'req-593d2071-a379-4298-97aa-04c7a8483fa7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd488953-a668-4d14-a9db-a6c0742f0498'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd488953-a668-4d14-a9db-a6c0742f0498 could not be found."}}' 2025-08-06 15:07:33,824 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-954921907 0.028s 2025-08-06 15:07:33,824 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f322ce29-4d33-47ee-83b0-9891c347ca15', 'x-compute-request-id': 'req-f322ce29-4d33-47ee-83b0-9891c347ca15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-954921907'} Body: b'' 2025-08-06 15:07:33,979 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0 .210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 0.154s 2025-08-06 15:07:33,979 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d8a40787-f70f-4782-bd4f-d73b250b499d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51'} Body: b'' 2025-08-06 15:07:33,997 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 0.017s 2025-08-06 15:07:33,997 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-827604a2-ca1a-4683-a8e6-851163e24a6b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feed4ff2-cf06-4a5b-878f-2ecd79f1bd51'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group feed4ff2-cf06-4a5b-878f-2ecd79f1bd51 does not exist", "detail": ""}}' 2025-08-06 15:07:34,399 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e 0.401s 2025-08-06 15:07:34,399 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-95ce0986-0867-4c3e-90cb-34f044d109e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc24035d-f76f-4fe1-8d28-b9f873dfc77e'} Body: b'' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed816f3b-7e90-4004-8bcc-6b825900c5d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:29,524 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2025-08-06 15:05:29,524 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:29 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-57d5a54a-b712-464b-9974-cda59ce5a164', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4ca1de4b7af4342a81c2190d3b65010", "name": "tempest-VolumesActionsTest-880947411-project-member", "password_expires_at": null}, "audit_ids": ["PrMz2C1tSDS4TI_n7etigQ"], "expires_at": "2025-08-06T16:05:29.000000Z", "issued_at": "2025-08-06T15:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "126176cf6c19457fa5b4f9f023557c43", "name": "tempest-VolumesActionsTest-880947411"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/126176cf6c19457fa5b4f9f023557c43", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:05:29,525 99407 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ec528484-e69c-4c19-97f2-2896dae64c2c', 'name': 'tempest-VolumesActionsTest-1828935765-network', 'tenant_id': '126176cf6c19457fa5b4f9f023557c43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '126176cf6c19457fa5b4f9f023557c43', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10771, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:05:13Z', 'updated_at': '2025-0 8-06T15:05:13Z', 'revision_number': 1} available for tenant 2025-08-06 15:05:30,250 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.724s 2025-08-06 15:05:30,250 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2016095326", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "ec528484-e69c-4c19-97f2-2896dae64c2c"}]}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dca9e2f-8d8a-442b-9d41-dfe393205a29', 'x-compute-request-id': 'req-1dca9e2f-8d8a-442b-9d41-dfe393205a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xJxi2KZknGFw"}}' 2025-08-06 15:05:30,374 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.121s 2025-08-06 15:05:30,375 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca64265e-d5a4-4671-831e-f4bc0e8ddd0e', 'x-compute-request-id': 'req-ca64265e-d5a4-4671-831e-f4bc0e8ddd0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "BUILD", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:05:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "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-06 15:06:20,677 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834 -4f24-9bdb-082b574c6edb 0.238s 2025-08-06 15:06:20,678 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5ad0b6-7fc2-4797-a7d6-13f3869ab8e5', 'x-compute-request-id': 'req-7a5ad0b6-7fc2-4797-a7d6-13f3869ab8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "ACTIVE", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "f80194f5b1c543d2fd358af74301544baa174d37e4171f34069333ae", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:05:46Z", "addresses": {"tempest-VolumesActionsTest-1828935765-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:46:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:05:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:06:20,696 99407 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:07:20,958 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.202s 2025-08-06 15:07:20,959 99407 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-663885226"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dcff4d-b1c1-4a89-9b93-6c9e26d174dd', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dcff4d-b1c1-4a89-9b93-6c9e26d174dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:20.898404", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consisten cygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:21,011 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.039s 2025-08-06 15:07:21,011 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1600c0c9-3796-4c71-b7be-afcf6ff00bb9', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1600c0c9-3796-4c71-b7be-afcf6ff00bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,067 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.040s 2025-08-06 15:07:22,068 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3501a65d-e1f4-4116-9a2a-c661a662265a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3501a65d-e1f4-4116-9a2a-c661a662265a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": "2025-08-06T15:07:21.000000", "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,123 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.041s 2025-08-06 15:07:22,124 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bf1555-9d8f-40ae-b4ea-acd8ab66ead1', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bf1555-9d8f-40ae-b4ea-acd8ab66ead1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"volume": {"id": "ed816f3b-7e90-4004-8bcc-6b825900c5d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:21.000000", "updated_at": "2025-08-06T15:07:21.000000", "name": "tempest-VolumesActionsTest-Volume-663885226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:07:22,231 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.093s 2025-08-06 15:07:22,231 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-d3a36aeb-432a-4935-a262-9fac218f07dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'' 2025-08-06 15:07:22,253 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9 0.021s 2025-08-06 15:07:22,254 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-ec0b8344-d5a4-41fa-889c-1b9faa9b5789', 'x-openstack-request-id': 'req-ec0b8344-d5a4-41fa-889c-1b9faa9b5789', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed816f3b-7e90-4004-8bcc-6b825900c5d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed816f3b-7e90-4004-8bcc-6b825900c5d9 could not be found."}}' 2025-08-06 15:07:22,370 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.116s 2025-08-06 15:07:22,371 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e99200ed-4425-4216-ab57-8523fc27a108', 'x-compute-request-id': 'req-e99200ed-4425-4216-ab57-8523fc27a108', 'connection': 'close', 'status': '204', 'conten t-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'' 2025-08-06 15:07:22,581 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.209s 2025-08-06 15:07:22,582 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61961872-82d5-4ade-8d24-ffaae74588f9', 'x-compute-request-id': 'req-61961872-82d5-4ade-8d24-ffaae74588f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"server": {"id": "6ac38d8f-f834-4f24-9bdb-082b574c6edb", "name": "tempest-VolumesActionsTest-instance-2016095326", "status": "ACTIVE", "tenant_id": "126176cf6c19457fa5b4f9f023557c43", "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "metadata": {}, "hostId": "f80194f5b1c543d2fd358af74301544baa174d37e4171f34069333ae", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:30Z", "updated": "2025-08-06T15:07:22Z", "addresses": {"tempest-VolumesActionsTest-1828935765-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:46:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:05:46.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-06 15:08:12,686 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb 0.040s 2025-08-06 15:08:12,686 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-31a4493a-8945-456c-8c15-63057a6186ac', 'x-compute-request-id': 'req-31a4493a-8945-456c-8c15-63057a6186ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ac38d8f-f834-4f24-9bdb-082b574c6edb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6ac38d8f-f834-4f24-9bdb-082b574c6edb could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e5da7433-7f11-42f8-9128-0940670cf090 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:12,882 99407 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.192s 2025-08-06 15:08:12,882 99407 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-809233668"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a89a1c5-9b55-4114-affd-7533b72168e4', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a89a1c5-9b55-4114-affd-7533b72168e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:12.821220", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:12,941 99407 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/e5da7433-7f11-42f8-9128-0940670cf090 0.047s 2025-08-06 15:08:12,942 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7efcf03-3650-4c81-886f-9f3657c3a4c6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7efcf03-3650-4c81-886f-9f3657c3a4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:13,996 99407 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/e5da7433-7f11-42f8-9128-0940670cf090 0.040s 2025-08-06 15:08:13,996 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf9fe20-5ec7-4648-ad41-1e2c1074f90a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf9fe20-5ec7-4648-ad41-1e2c1074f90a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": "2025-08-06T15:08:13.000000", "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:14,050 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.039s 2025-08-06 15:08:14,050 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b4f41b0-d3bd-414b-9b1d-baa79484dc05', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b4f41b0-d3bd-414b-9b1d-baa79484dc05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"volume": {"id": "e5da7433-7f11-42f8-9128-0940670cf090", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:13.000000", "updated_at": "2025-08-06T15:08:13.000000", "name": "tempest-VolumesActionsTest-Volume-809233668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5da7433-7f11-42f8-9128-0940670cf090"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:14,161 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.098s 2025-08-06 15:08:14,162 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae861821-05d7-481e-b527-0b1778f1102e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'' 2025-08-06 15:08:14,183 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090 0.020s 2025-08-06 15:08:14,183 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b0d3dd7-63de-4a20-a5e9-45ac103f0fb2', 'x-openstack-request-id': 'req-4b0d3dd7-63de-4a20-a5e9-45ac103f0fb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5da7433-7f11-42f8-9128-0940670cf090'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5da7433-7f11-42f8-9128-0940670cf090 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 4ac913c6-5e75-4631-b9ab-4769be9eaac8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:14,352 99407 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.166s 2025-08-06 15:08:14,352 99407 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-651541367"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab8f7be-7ef0-482b-a71e-6f694f5cdb15', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab8f7be-7ef0-482b-a71e-6f694f5cdb15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.296270", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:14,402 99407 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/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.037s 2025-08-06 15:08:14,403 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10fad8c-bfdc-44ba-a19d-d00b63952707', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10fad8c-bfdc-44ba-a19d-d00b63952707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,456 99407 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/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.038s 2025-08-06 15:08:15,457 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-73f3418a-a995-4247-82de-6c86bdb89d80', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f3418a-a995-4247-82de-6c86bdb89d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": "2025-08-06T15:08:14.000000", "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,509 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.038s 2025-08-06 15:08:15,509 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cae2c68-3206-455d-82ae-9f47498acc24', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cae2c68-3206-455d-82ae-9f47498acc24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"volume": {"id": "4ac913c6-5e75-4631-b9ab-4769be9eaac8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:14.000000", "updated_at": "2025-08-06T15:08:14.000000", "name": "tempest-VolumesActionsTest-Volume-651541367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:15,625 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.101s 2025-08-06 15:08:15,625 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-40e46535-7cb0-4142-8462-3e5483c7048d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'' 2025-08-06 15:08:15,646 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8 0.020s 2025-08-06 15: 08:15,647 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-3a8acbe4-0d18-48e5-82de-91e046f4285a', 'x-openstack-request-id': 'req-3a8acbe4-0d18-48e5-82de-91e046f4285a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ac913c6-5e75-4631-b9ab-4769be9eaac8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4ac913c6-5e75-4631-b9ab-4769be9eaac8 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 237c6aa7-b018-4acf-9d86-687c21d2e42e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:15,876 99407 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.226s 2025-08-06 15:08:15,876 99407 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-1910805262"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ec0159-54f5-4801-bda5-1d005745f18a', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ec0159-54f5-4801-bda5-1d005745f18a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:15.779402", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:15,925 99407 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/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.036s 2025-08-06 15:08:15,925 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d371a2ef-577c-4a17-a89e-7ef9a4e7d024', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d371a2ef-577c-4a17-a89e-7ef9a4e7d024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,061 99407 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/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.121s 2025-08-06 15:08:17,061 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-795e1609-a74e-4cfd-9963-27c3ee351a57', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795e1609-a74e-4cfd-9963-27c3ee351a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": "2025-08-06T15:08:16.000000", "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,116 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.040s 2025-08-06 15:08:17,116 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9dd576-81aa-4cf7-aebd-8dba017ff98e', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9dd576-81aa-4cf7-aebd-8dba017ff98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"volume": {"id": "237c6aa7-b018-4acf-9d86-687c21d2e42e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:16.000000", "updated_at": "2025-08-06T15:08:16.000000", "name": "tempest-VolumesActionsTest-Volume-1910805262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:17,231 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.101s 2025-08-06 15:08:17,232 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-9f93317d-5f82-4be5-a266-6933593dd8c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'' 2025-08-06 15:08:17,267 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e 0.035s 2025-08-06 15:08:1 7,268 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-54adf5c8-a58c-4cd9-9847-75df7e374efd', 'x-openstack-request-id': 'req-54adf5c8-a58c-4cd9-9847-75df7e374efd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/237c6aa7-b018-4acf-9d86-687c21d2e42e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 237c6aa7-b018-4acf-9d86-687c21d2e42e 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 513a1f2c-1718-446a-bcc4-0f18beb1ea29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:17,450 99407 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.179s 2025-08-06 15:08:17,450 99407 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-1341198022"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a95e053-4b77-4f18-a05e-afaceee4d722', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a95e053-4b77-4f18-a05e-afaceee4d722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.389909", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:17,502 99407 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/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.039s 2025-08-06 15:08:17,502 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9ea9c7-d83b-486e-9bb4-e6f120aab1ec', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9ea9c7-d83b-486e-9bb4-e6f120aab1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,554 99407 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/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.038s 2025-08-06 15:08:18,555 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-89de1d08-1eca-45a5-8513-4c41fd3982f0', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89de1d08-1eca-45a5-8513-4c41fd3982f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": "2025-08-06T15:08:18.000000", "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,608 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.038s 2025-08-06 15:08:18,608 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ce31e6-4458-49f3-a1a2-93e22795d21a', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ce31e6-4458-49f3-a1a2-93e22795d21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"volume": {"id": "513a1f2c-1718-446a-bcc4-0f18beb1ea29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:17.000000", "updated_at": "2025-08-06T15:08:18.000000", "name": "tempest-VolumesActionsTest-Volume-1341198022", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:18,717 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.094s 2025-08-06 15:08:18,717 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307e6632-5850-431f-8625-0ed6965389fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'' 2025-08-06 15:08:18,739 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29 0.021s 2025-08-06 15:08:18,739 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a63d4b-71fe-416a-86c7-0c9bcfe8ff50', 'x-openstack-request-id': 'req-10a63d4b-71fe-416a-86c7-0c9bcfe8ff50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/513a1f2c-1718-446a-bcc4-0f18beb1ea29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 513a1f2c-1718-446a-bcc4-0f18beb1ea29 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3f02ca37-95df-43b7-bf5a-b767cef80384 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:18,923 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-06 15:08:18,923 99407 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-2091449996"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3119dd8c-c201-4e59-9652-dcc736897c8e', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3119dd8c-c201-4e59-9652-dcc736897c8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:18.862180", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:08:18,973 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.038s 2025-08-06 15:08:18,974 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123a864e-61d1-4d4c-8154-81f125db7486', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123a864e-61d1-4d4c-8154-81f125db7486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,034 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.045s 2025-08-06 15:08:20,034 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-149a1421-b564-4373-bd78-da7cb5ac0137', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-149a1421-b564-4373-bd78-da7cb5ac0137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": "2025-08-06T15:08:19.000000", "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,090 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.042s 2025-08-06 15:08:20,091 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694f8c95-80ee-4c4e-a916-88f536dc8eb6', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694f8c95-80ee-4c4e-a916-88f536dc8eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"volume": {"id": "3f02ca37-95df-43b7-bf5a-b767cef80384", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:19.000000", "updated_at": "2025-08-06T15:08:19.000000", "name": "tempest-VolumesActionsTest-Volume-2091449996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384"}], "user_id": "b4ca1de4b7af4342a81c2190d3b65010", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126176cf6c19457fa5b4f9f023557c43"}}' 2025-08-06 15:08:20,208 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.104s 2025-08-06 15:08:20,209 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-1e7a6f70-51c8-48cf-b1f8-e6516f1ce1b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'' 2025-08-06 15:08:20,238 99407 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384 0.029s 2025-08-06 15:08:20,239 99407 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd4f855-538e-4541-a6b6-d26df3c42193', 'x-openstack-request-id': 'req-cdd4f855-538e-4541-a6b6-d26df3c42193', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f02ca37-95df-43b7-bf5a-b767cef80384'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3f02ca37-95df-43b7-bf5a-b767cef80384 could not be found."}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 537, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e366a0b6-9eb6-4f25-a328-1c3b85c7b857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:06:24,634 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.207s 2025-08-06 15:06:24,634 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06: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-f4100b2a-fe47-4957-b61b-480a5474d1c9', 'x-compute-request-id': 'req-f4100b2a-fe47-4957-b61b-480a5474d1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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-06 15:07:25,114 99423 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.407s 2025-08-06 15:07:25,115 99423 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-143211271"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54c4e33-21e2-4b92-9fbb-9b7506e1c476', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54c4e33-21e2-4b92-9fbb-9b7506e1c476', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.044897", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137 a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:25,173 99423 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/e366a0b6-9eb6-4f25-a328-1c3b85c7b857 0.046s 2025-08-06 15:07:25,173 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f1bcc6-a45d-46a3-a984-f8f6a504f0c5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f1bcc6-a45d-46a3-a984-f8f6a504f0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:07:26,229 99423 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/e366a0b6-9eb6-4f25-a328-1c3b85c7b857 0.042s 2025-08-06 15:07:26,230 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d60d363-97ac-4c5e-9859-0a72ceb48177', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d60d363-97ac-4c5e-9859-0a72ceb48177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857'} Body: b'{"volume": {"id": "e366a0b6-9eb6-4f25-a328-1c3b85c7b857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:25.000000", "updated_at": "2025-08-06T15:07:25.000000", "name": "tempest-ServersNegativeTestJSON-volume-143211271", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e366a0b6-9eb6-4f25-a328-1c3b85c7b857"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:07:26,460 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.217s 2025-08-06 15:07:26,461 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-08260722-412f-4956-893b-a7a2b3b2a7f4', 'x-compute-request-id': 'req-08260722-412f-4956-893b-a7a2b3b2a7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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_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 809067b9-dd57-495d-9d99-ecd7eba0c385 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:29,598 99407 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.386s 2025-08-06 15:08:29,598 99407 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-888707447"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ee0e94-3eef-4068-b04e-f8ad161d5367', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ee0e94-3eef-4068-b04e-f8ad161d5367', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:29.542921", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 15:08:29,650 99407 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/809067b9-dd57-495d-9d99-ecd7eba0c385 0.039s 2025-08-06 15:08:29,650 99407 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': 'Wed, 06 Aug 2025 15:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b983de74-76ce-4b93-bf5c-202fc3381d9b', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b983de74-76ce-4b93-bf5c-202fc3381d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,702 99407 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/809067b9-dd57-495d-9d99-ecd7eba0c385 0.038s 2025-08-06 15:08:30,703 99407 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': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91162cfe-1dec-4900-84cb-0f30779d3427', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91162cfe-1dec-4900-84cb-0f30779d3427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": "2025-08-06T15:08:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,753 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.037s 2025-08-06 15:08:30,754 99407 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': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00238b03-f41e-4591-8514-771b694b7ecd', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00238b03-f41e-4591-8514-771b694b7ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"volume": {"id": "809067b9-dd57-495d-9d99-ecd7eba0c385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.000000", "updated_at": "2025-08-06T15:08:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-888707447", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:30,861 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.093s 2025-08-06 15:08:30,861 99407 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': 'Wed, 06 Aug 2025 15:08:30 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-624ea28e-cd63-4934-95bd-89d070c5d411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'' 2025-08-06 15:08:30,880 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385 0.019s 2025-08-06 15:08:30,881 99407 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': 'Wed, 06 Aug 2025 15:08:30 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-08831c3a-5430-4c59-a229-966803d796fa', 'x-openstack-request-id': 'req-08831c3a-5430-4c59-a229-966803d796fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/809067b9-dd57-495d-9d99-ecd7eba0c385'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 809067b9-dd57-495d-9d99-ecd7eba0c385 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 e48af939-aefc-4272-a5a4-d5ca0ac6b099 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:31,049 99407 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.165s 2025-08-06 15:08:31,049 99407 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-494684035"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bc099a-e687-4c3d-abb8-76dc39c6bc12', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bc099a-e687-4c3d-abb8-76dc39c6bc12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:30.994862", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-06 15:08:31,099 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.037s 2025-08-06 15:08:31,100 99407 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': 'Wed, 06 Aug 2025 15:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b50047-3352-4f27-bc00-919ec78bfa27', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b50047-3352-4f27-bc00-919ec78bfa27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,155 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.041s 2025-08-06 15:08:32,156 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5e2354-3155-42f5-a199-745739e236eb', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5e2354-3155-42f5-a199-745739e236eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": "2025-08-06T15:08:31.000000", "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,217 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.047s 2025-08-06 15:08:32,217 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5318c151-047b-4a52-b681-346a979de6ab', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5318c151-047b-4a52-b681-346a979de6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"volume": {"id": "e48af939-aefc-4272-a5a4-d5ca0ac6b099", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:08:31.000000", "updated_at": "2025-08-06T15:08:31.000000", "name": "tempest-VolumesTransfersV355Test-Volume-494684035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099"}], "user_id": "ff19e09b59244454a1fa1e37601443e0", "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": "6fcf4da8c9024fc39558b7189f227c27"}}' 2025-08-06 15:08:32,391 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.158s 2025-08-06 15:08:32,392 99407 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': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8a552e-be18-4f0b-8fde-b906d166d7a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'' 2025-08-06 15:08:32,416 99407 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099 0.023s 2025-08-06 15:08:32,416 99407 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': 'Wed, 06 Aug 2025 15:08:32 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-1d42d455-3265-4cc4-b123-af175d6b11fa', 'x-openstack-request-id': 'req-1d42d455-3265-4cc4-b123-af175d6b11fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e48af939-aefc-4272-a5a4-d5ca0ac6b099'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e48af939-aefc-4272-a5a4-d5ca0ac6b099 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3575067c-9ce8-473a-a229-3731d081ab9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:05:47,098 99411 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:05:47,099 99411 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:05:47,159 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2025-08-06 15:05:47,159 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1318194511", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 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-79749872-43a1-4a3e-94d3-e16daa3a65fa', 'x-compute-request-id': 'req-79749872-43a1-4a3e-94d3-e16daa3a65fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1318194511", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw==", "fingerprint": "9a:49:5d:c5:50:f2:fe:ae:69:1c:72:cd:af:df:52:7c", "user_id": "882544689759480ba533380487ced4c3"}}' 2025-08-06 15:05:47,162 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1318194511 created 2025-08-06 15:05:47,412 99411 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-06 15:05:47,413 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--353477446", "description": "tempest-description--946683368"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-f03635d7-a98a-456c-82cf-820dfd62b217', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "11a20687-2470-4900-b4df-cf1d87754b8d", "name": "tempest-securitygroup--353477446", "stateful": true, "tenant_id": "f94981d39910485da68fece7b798446f", "description": "tempest-description--946683368", "shared": false, "security_group_rules": [{"id": "1429391f-9579-48b0-ac6e-d3f49502e307", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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": 1002, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}, {"id": "4048e0d8-8760-4e59-adf6-a6dde43d709f", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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": 1001, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:05:47,650 99411 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-06 15:05:47,650 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8be976f0-ec4e-4d6b-9b51-a7a87531cc93', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6fb63e5c-8b90-4275-853e-e407847b4216", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}}' 2025-08-06 15:05:47,859 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.209s 2025-08-06 15:05:47,860 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-80c39159-5f74-4549-a026-390465cd01e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f97ad5cf-385d-4f81-bcfa-615b067954c6", "project_id": "f94981d39910485da68fece7b798446f", "tenant_id": "f94981d39910485da68fece7b798446f", "security_group_id": "11a20687-2470-4900-b4df-cf1d87754b8d", "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-06T15:05:47Z", "updated_at": "2025-08-06T15:05:47Z", "revision_number": 0}}' 2025-08-06 15:05:47,860 99411 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--353477446 created 2025-08-06 15:05:48,593 99411 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.732s 2025-08-06 15:05:48,594 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9a8f4081-bdda-4685-93a1-351847e6ef67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "886b426e-535e-4e40-86b8-6b7e04ae9d93", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.20", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f94981d39910485da68fece7b798446f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:05:48Z", "updated_at": "2025-08-06T15:05:48Z", "revision_number": 0}}' 2025-08-06 15:05:48,594 99411 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '886b426e-535e-4e40-86b8-6b7e04ae9d93', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.20', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:05:48Z', 'updated_at': '2025-08-06T15:05:48Z', 'revision_number': 0, 'ip': '172.24.4.20'} created 2025-08-06 15:05:48,640 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2025-08-06 15:05:48,641 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05: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-f8287ff4-011e-4540-a063-7e02f0b5cf65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "882544689759480ba533380487ced4c3", "name": "tempest-AttachVolumeNegativeTest-1163293549-project-member", "password_expires_at": null}, "audit_ids": ["KUbTqR8nQCGqLyCt75mrEw"], "expires_at": "2025-08-06T16:05:48.000000Z", "issued_at": "2025-08-06T15:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f94981d39910485da68fece7b798446f", "name": "tempest-AttachVolumeNegativeTest-1163293549"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c6 4d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f94981d39910485da68fece7b798446f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:05:48,641 99411 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'ee4f4932-2df6-454a-9506-97bd63c00d42', 'name': 'tempest-AttachVolumeNegativeTest-185521158-network', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f94981d39910485da68fece7b798446f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 999, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:00:04Z', 'updated_at': '2025-08-06T15:00:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:05:48,642 99411 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1318194511', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNv05Ml9oIseKwUlVfGfr7VONR2mmG5tCt7wWssXIziZyMNqNwcZs9+WLsgsTzCp1gBb1WNQ25VJ8U6chiZo3jkPWEgVMj81GqYNVo530l/iKFIOvFF/8ujMqOhtGOILXw==', 'fingerprint': '9a:49:5d:c5:50:f2:fe:ae:69:1c:72:cd:af:df:52:7c', 'user_id': '882544689759480ba533380487ced4c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCYnAbSNj3eg3XBrWYtH8O5LXnk9GvBljTvWMGlykGFG08B0m2qllOD\nXtrPZr0kRemgBwYFK4EEACKhZANiAATb9OTJfaCLHisFJVXxn6+1TjUdpphubQre\n8FrLFyM4mcjDajcHGbPfli7ILE8wqdYAW9VjUNuVSfFOnIYmaN45D1hIFTI/NRqm\nDVaOd9Jf4ihSDrxRf/LozKjobRjiC18=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '11a20687-2470-4900-b4df-cf1d87754b8d', 'name': 'tempest-securitygroup--353477446', 'stateful': True, 'tenant_id': 'f94981d39910485da68fece7b798446f', 'description': 'tempest-description--946683368', 'shared': False, 'security_group_rules': [{'id': '1429391f-9579-48b0-ac6e-d3f49502e307', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '11a20687-2470-4900-b4df-cf1d87754b8d', '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': 1002, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 0}, {'id': '4048e0d8-8760-4e59-adf6-a6dde43d709f', 'project_id': 'f94981d39910485da68fece7b798446f', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'security_group_id': '11a20687-2470-4900-b4df-cf1d87754b8d', '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': 1001, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025- 08-06T15:05:47Z', 'updated_at': '2025-08-06T15:05:47Z', 'revision_number': 1, 'project_id': 'f94981d39910485da68fece7b798446f'}, 'floating_ip': {'id': '886b426e-535e-4e40-86b8-6b7e04ae9d93', 'tenant_id': 'f94981d39910485da68fece7b798446f', 'floating_ip_address': '172.24.4.20', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f94981d39910485da68fece7b798446f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:05:48Z', 'updated_at': '2025-08-06T15:05:48Z', 'revision_number': 0, 'ip': '172.24.4.20'}} 2025-08-06 15:05:49,192 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.550s 2025-08-06 15:05:49,193 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1342181110", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "ee4f4932-2df6-454a-9506-97bd63c00d42"}], "security_groups": [{"name": "tempest-securitygroup--353477446"}], "key_name": "tempest-keypair-1318194511", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501c7b8a-4e8f-41fd-9f76-590d6d0f46e5', 'x-compute-request-id': 'req-501c7b8a-4e8f-41fd-9f76-590d6d0f46e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--353477446"}], "adminPass": "password"}}' 2025-08-06 15:05:49,269 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.072s 2025-08-06 15:05:49,269 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:05:49 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-5c0e879d-58bf-4c90-b190-7ac21132b9f4', 'x-compute-request-id': 'req-5c0e879d-58bf-4c90-b190-7ac21132b9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "BUILD", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1" , "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:05:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1318194511", "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-06 15:06:39,541 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.207s 2025-08-06 15:06:39,541 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:06:39 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-8f7dda25-7f77-4a52-ab08-591fe6230f7c', 'x-compute-request-id': 'req-8f7dda25-7f77-4a52-ab08-591fe6230f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:06:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1318194511", "OS-SRV-USG:launched_at": "2025-08-06T15:06:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--353477446"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:06:39,556 99411 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:07:39,747 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/os-interface 0.145s 2025-08-06 15:07:39,747 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-763acdcf-ba2a-4151-886c-624b47c2a2af', 'x-compute-request-id': 'req-763acdcf-ba2a-4151-886c-624b47c2a2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "port_id": "e87f920e-e585-4fcc-b8af-332068ff104b", "mac_addr": "fa:16:3e:9d:1c:a1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d54a2d76-126a-43ff-aeb4-d8cac40870eb", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:07:40,604 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93 0.853s 2025-08-06 15:07:40,605 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e87f920e-e585-4fcc-b8af-332068ff104b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7b13b882-24cc-4df5-875a-0f8d0d99be4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93'} Body: b'{"floatingip": {"id": "886b426e-535e-4e40-86b8-6b7e04ae9d93", "tenant_id": "f94981d39910485da68fece7b798446f", "floating_ip_address": "172.24.4.20", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b79b9e04-5a1d-43e3-9270-af543b15768e", "port_id": "e87f920e-e585-4fcc-b8af-332068ff104b", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ee4f4932-2df6-454a-9506-97bd63c00d42", "mac_address": "fa:16:3e:9d:1c:a1", "admin_state_up": true, "status": "ACTIVE", "device_id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:05:48Z", "updated_at": "2025-08-06T15:07:39Z", "revision_number": 1, "project_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:40,606 99411 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.20:22' as 'cirros' with public key authentication 2025-08-06 15:07:40,630 99411 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:07:40,734 99411 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:07:40,735 99411 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.20 successfully created 2025-08-06 15:07:40,778 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/ips 0.042s 2025-08-06 15:07:40,778 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:40 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-1270b595-1af1-42f2-bdb7-34a0fb748753', 'x-compute-request-id': 'req-1270b595-1af1-42f2-bdb7-34a0fb748753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2 025-08-06 15:07:41,031 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.250s 2025-08-06 15:07:41,032 99411 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-39760293"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d09f97-2180-4de6-ba3f-4ac36cb6d517', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d09f97-2180-4de6-ba3f-4ac36cb6d517', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:40.954838", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:07:41,081 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f 0.037s 2025-08-06 15:07:41,081 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada57f65-a849-4317-944c-6db5c9d3d81a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada57f65-a849-4317-944c-6db5c9d3d81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:41.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:42,139 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f 0.043s 2025-08-06 15:07:42,140 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': ' req-cf30a4ef-603d-48f3-b3fd-f99f6991eb94', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf30a4ef-603d-48f3-b3fd-f99f6991eb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f'} Body: b'{"volume": {"id": "3575067c-9ce8-473a-a229-3731d081ab9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:07:41.000000", "updated_at": "2025-08-06T15:07:41.000000", "name": "tempest-AttachVolumeNegativeTest-volume-39760293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3575067c-9ce8-473a-a229-3731d081ab9f"}], "user_id": "882544689759480ba533380487ced4c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f94981d39910485da68fece7b798446f"}}' 2025-08-06 15:07:42,277 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.123s 2025-08-06 15:07:42,278 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07: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-e6e0df1e-8e8b-4704-b4af-715bd2c0cdc4', 'x-compute-request-id': 'req-e6e0df1e-8e8b-4704-b4af-715bd2c0cdc4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'' 2025-08-06 15:07:42,437 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.158s 2025-08-06 15:07:42,437 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:42 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-fd087ec0-100c-4e7a-9dc8-d73d27b0c131', 'x-compute-request-id': 'req-fd087ec0-100c-4e7a-9dc8-d73d27b0c131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"server": {"id": "5a2b6fa2-7c55-450c-b02d-dcb43e87df36", "name": "tempest-AttachVolumeNegativeTest-server-1342181110", "status": "ACTIVE", "tenant_id": "f94981d39910485da68fece7b798446f", "user_id": "882544689759480ba533380487ced4c3", "metadata": {}, "hostId": "41eb389c5dfa05789e1fe3d5a0b34f1f809735c2d290dc1842d38fef", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:05:49Z", "updated": "2025-08-06T15:07:42Z", "addresses": {"tempest-AttachVolumeNegativeTest-185521158-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}, {"version": 4, "addr": "172.24. 4.20", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:1c:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1318194511", "OS-SRV-USG:launched_at": "2025-08-06T15:06:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--353477446"}], "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-06 15:08:32,538 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36 0.037s 2025-08-06 15:08:32,539 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-0267dd76-c448-4379-9290-57d9077ffbab', 'x-compute-request-id': 'req-0267dd76-c448-4379-9290-57d9077ffbab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a2b6fa2-7c55-450c-b02d-dcb43e87df36'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5a2b6fa2-7c55-450c-b02d-dcb43e87df36 could not be found."}}' 2025-08-06 15:08:32,566 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1318194511 0.027s 2025-08-06 15:08:32,567 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-ab4b9645-db8b-4696-9651-e31b47832e42', 'x-compute-request-id': 'req-ab4b9645-db8b-4696-9651-e31b47832e42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1318194511'} Body: b'' 2025-08-06 15:08:32,745 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d 0.178s 2025-08-06 15:08:32,746 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-542dd25b-7051-4427-bfcf-74da22dcec22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d'} Body: b'' 2025-08-06 15:08:32,763 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d 0.016s 2025-08-06 15:08:32,763 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json' , 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-228a4f22-98ae-423a-8622-329da9571b5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/11a20687-2470-4900-b4df-cf1d87754b8d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 11a20687-2470-4900-b4df-cf1d87754b8d does not exist", "detail": ""}}' 2025-08-06 15:08:33,120 99411 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93 0.356s 2025-08-06 15:08:33,120 99411 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7ef46784-5bbb-4d0b-8b52-06b68bad0153', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886b426e-535e-4e40-86b8-6b7e04ae9d93'} Body: b'' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 42224d47-7f5c-402e-85a7-25ce482080c8 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 879de0f5-9327-41d1-a89e-767db9c1d022 failed to build and is in ERROR status 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 afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:07:10,439 99413 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:07:10,439 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:07:10,587 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.147s 2025-08-06 15:07:10,588 99413 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-2083471810", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add72580-7f57-4af5-a0d6-1cd26fea5a7c', 'x-compute-request-id': 'req-add72580-7f57-4af5-a0d6-1cd26fea5a7c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2083471810", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg==", "fingerprint": "d3:1f:76:bf:db:cf:71:9d:59:a3:dd:b2:60:fe:fc:3f", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f"}}' 2025-08-06 15:07:10,592 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2083471810 created 2025-08-06 15:07:10,824 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.231s 2025-08-06 15:07:10,825 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1699902579", "description": "tempest-description--157300034"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-70b5b34c-1b98-496c-b8ca-d0f01230a063', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b37701a0-efe7-4063-8d31-9766154617b5", "name": "tempest-securitygroup--1699902579", "stateful": true, "tenant_id": "fa0df23508414437bbdea5435135f522", "description": "tempest-description--157300034", "shared": false, "security_group_rules": [{"id": "3beb8985-7b59-40d0-bca6-072cc2cafb39", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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": 1021, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}, {"id": "9e67268d-e0fd-49bb-973d-aae96abe3f30", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "etherty pe": "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": 1022, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:07:11,012 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.186s 2025-08-06 15:07:11,012 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-16cb0686-9449-480e-b885-582a54583b9c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7842e6f-a23b-4bff-bd21-8b85f573198d", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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-06T15:07:10Z", "updated_at": "2025-08-06T15:07:10Z", "revision_number": 0}}' 2025-08-06 15:07:11,227 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:07:11,227 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-17246f15-9d9b-449d-aa76-e060b42488f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e252e973-28b9-4d88-bbf6-3c78e8d50bf5", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "b37701a0-efe7-4063-8d31-9766154617b5", "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-06T15:07:11Z", "updated_at": "2025-08-06T15:07:11Z", "revision_number": 0}}' 2025-08-06 15:07:11,228 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1699902579 created 2025-08-06 15:07:11,877 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.648s 2025-08-06 15:07:11,877 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-35671e7c-02dc-46d1-8b7a-d65d2e719481', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fcaca6dd-c464-42f2-a323-d32360bfdfd6", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.156", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fa0df23508414437bbdea5435135f522", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:11Z", "updated_at": "2025-08-06T15:07:11Z", "revision_number": 0}}' 2025-08-06 15:07:11,877 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fcaca6dd-c464-42f2-a323-d32360bfdfd6', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.156', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:11Z', 'updated_at': '2025-08-06T15:07:11Z', 'revision_number': 0, 'ip': '172.24.4.156'} created 2025-08-06 15:07:11,924 99413 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.040s 2025-08-06 15:07:11,924 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e469eb4a-f5e2-42bc-9ecf-07960ebe7b05', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "07edcf0d97b54cc0b04693f40f8c0d2f", "name": "tempest-AttachVolumeShelveTestJSON-925682836-project-member", "password_expires_at": null}, "audit_ids": ["uIZG6O4oR2CLNHGiRmhljw"], "expires_at": "2025-08-06T16:07:11.000000Z", "issued_at": "2025-08-06T15:07:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa0df23508414437bbdea5435135f522", "name": "tempest-AttachVolumeShelveTestJSON-925682836"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa0df23508414437bbdea5435135f522", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:07:11,925 99413 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'b683129c-cabe-4ebb-9dc9-15f8a2bdcf36', 'name': 'tempest-AttachVolumeShelveTestJSON-343314350-network', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa0df23508414437bbdea5435135f522', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62949, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:07:04Z', 'updated_at': '2025-08-06T15:07:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:07:11,925 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2083471810', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMYFX09iOXNPYAplMIxtLV4QVowe9C+7MSKYlrRzs57/4B/OFFHhibPLEGEMvP85m/fAoDP7ZBSWXFNAkGs/fDI35wTTRqfRWfjPgxuDIHaShsXNF/mJGUk4jfUUkxooYg==', 'fingerprint': 'd3:1f:76:bf:db:cf:71:9d:59:a3:dd:b2:60:fe:fc:3f', 'user_id': '07edcf0d97b54cc0b04693f40f8c0d2f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDATPr1rOCUCnvdNvdRNIoilG2AsWwNCc9fU5X7w+IFN3t53ak1Tv9go\nospcC0dTrZOgBwYFK4EEACKhZANiAATGBV9PYjlzT2AKZTCMbS1eEFaMHvQvuzEi\nmJa0c7Oe/+AfzhRR4YmzyxBhDLz/OZv3wKAz+2QUllxTQJBrP3wyN+cE00an0Vn4\nz4MbgyB2kobFzRf5iRlJOI31FJMaKGI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b37701a0-efe7-4063-8d31-9766154617b5', 'name': 'tempest-securitygroup--1699902579', 'stateful': True, 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'description': 'tempest-description--157300034', 'shared': False, 'security_group_rules': [{'id': '3beb8985-7b59-40d0-bca6-072cc2cafb39', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': 'b37701a0-efe7-4063-8d31-9766154617b5', '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': 1021, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 0}, {'id': '9e67268d-e0fd-49bb-973d-aae96abe3f30', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': 'b37701a0-efe7-4063-8d31-9766154617b5', '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': 1022, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_ at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:07:10Z', 'updated_at': '2025-08-06T15:07:10Z', 'revision_number': 1, 'project_id': 'fa0df23508414437bbdea5435135f522'}, 'floating_ip': {'id': 'fcaca6dd-c464-42f2-a323-d32360bfdfd6', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.156', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:11Z', 'updated_at': '2025-08-06T15:07:11Z', 'revision_number': 0, 'ip': '172.24.4.156'}} 2025-08-06 15:07:12,476 99413 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.550s 2025-08-06 15:07:12,476 99413 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-718664719", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36"}], "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "key_name": "tempest-keypair-2083471810", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f', '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-b64f2cdc-222f-45b4-b538-cfa23cbdf4d9', 'x-compute-request-id': 'req-b64f2cdc-222f-45b4-b538-cfa23cbdf4d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "adminPass": "password"}}' 2025-08-06 15:07:12,565 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f 0.086s 2025-08-06 15:07:12,566 99413 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': 'Wed, 06 Aug 2025 15:07:12 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-fc5384e8-c4a2-4026-8519-6bef6f3c71fe', 'x-compute-request-id': 'req-fc5384e8-c4a2-4026-8519-6bef6f3c71fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "BUILD", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07ed cf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:07:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2083471810", "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-06 15:08:02,836 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f 0.220s 2025-08-06 15:08:02,837 99413 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': 'Wed, 06 Aug 2025 15:08:02 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-4f1b5367-876d-4973-a61a-b26b3c320be9', 'x-compute-request-id': 'req-4f1b5367-876d-4973-a61a-b26b3c320be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:07:28Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2083471810", "OS-SRV-USG:launched_at": "2025-08-06T15:07:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "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-06 15:08:02,854 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:09:03,065 99413 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/309cc75 5-eab3-4656-8047-d1d91a6e036f/os-interface 0.167s 2025-08-06 15:09:03,066 99413 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': 'Wed, 06 Aug 2025 15:09:02 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-005e6dad-b6de-4231-8633-2e8930f2bde8', 'x-compute-request-id': 'req-005e6dad-b6de-4231-8633-2e8930f2bde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab", "mac_addr": "fa:16:3e:09:99:f6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "38c2eaf9-be81-40d0-b126-4e41fa7d0d65", "ip_address": "10.0.0.8"}]}]}' 2025-08-06 15:09:03,866 99413 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/fcaca6dd-c464-42f2-a323-d32360bfdfd6 0.796s 2025-08-06 15:09:03,867 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-db5238b6-903b-44a6-83ca-f785cde18fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6'} Body: b'{"floatingip": {"id": "fcaca6dd-c464-42f2-a323-d32360bfdfd6", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.156", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "6bb8359f-42ef-40b8-8276-c162ae611b97", "port_id": "9e75fb3a-db8a-416e-b271-41c6308df2ab", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "mac_address": "fa:16:3e:09:99:f6", "admin_state_up": true, "status": "ACTIVE", "device_id": "309cc755-eab3-4656-8047-d1d91a6e036f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:11Z", "updated_at": "2025-08-06T15:09:03Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:03,868 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.156:22' as 'cirros' with public key authentication 2025-08-06 15:09:03,880 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:09:03,985 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:09:03,985 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.156 successfully created 2025-08-06 15:09:04,046 99413 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/309cc755-eab3-4656-8047-d1d91a6e036f/ips 0.060s 2025-08-06 15:09:04,046 99413 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': 'Wed, 06 Aug 2025 15:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', '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-8e311b23-0158-4125-b799-c2c3e6a5c5de', 'x-compute-request-id': 'req-8e311b23-0158-4125-b799-c2c3e6a5c5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2025-08-06 15:09:04,265 99413 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.215s 2025-08-06 15:09:04,265 99413 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-2063434100"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea9f029-95c1-47a5-a7a4-33e8ee556e1f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea9f029-95c1-47a5-a7a4-33e8ee556e1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.203894", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:04,327 99413 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/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe 0.047s 2025-08-06 15:09:04,327 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743dd79d-f395-4857-9c77-40145579e321', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743dd79d-f395-4857-9c77-40145579e321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025- 08-06 15:09:05,378 99413 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/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe 0.036s 2025-08-06 15:09:05,379 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0f8a4d-bbf6-4523-80ea-cb884dde5b31', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0f8a4d-bbf6-4523-80ea-cb884dde5b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe'} Body: b'{"volume": {"id": "afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:04.000000", "updated_at": "2025-08-06T15:09:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2063434100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/afb5dd12-9d6f-4330-ba8e-1f9eddf2e8fe"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:05,507 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.113s 2025-08-06 15:09:05,507 99413 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': 'Wed, 06 Aug 2025 15:09:05 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-2ca1dd35-c4cf-40fd-8055-d4bbff741ee5', 'x-compute-request-id': 'req-2ca1dd35-c4cf-40fd-8055-d4bbff741ee5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'' 2025-08-06 15:09:05,682 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.175s 2025-08-06 15:09:05,683 99413 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': 'Wed, 06 Aug 2025 15:09:05 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-c448db21-1c79-4176-b04e-a30714536eed', 'x-compute-request-id': 'req-c448db21-1c79-4176-b04e-a30714536eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"server": {"id": "309cc755-eab3-4656-8047-d1d91a6e036f", "name": "tempest-AttachVolumeShelveTestJSON-server-718664719", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5 435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:12Z", "updated": "2025-08-06T15:09:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}, {"version": 4, "addr": "172.24.4.156", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:99:f6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/309cc755-eab3-4656-8047-d1d91a6e036f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2083471810", "OS-SRV-USG:launched_at": "2025-08-06T15:07:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1699902579"}], "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-06 15:09:55,788 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f 0.039s 2025-08-06 15:09:55,788 99413 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': 'Wed, 06 Aug 2025 15:09:55 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-790dea2f-fcaa-4423-8025-448ec1f984a3', 'x-compute-request-id': 'req-790dea2f-fcaa-4423-8025-448ec1f984a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/309cc755-eab3-4656-8047-d1d91a6e036f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 309cc755-eab3-4656-8047-d1d91a6e036f could not be found."}}' 2025-08-06 15:09:55,823 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2083471810 0.034s 2025-08-06 15:09:55,823 99413 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': 'Wed, 06 Aug 2025 15:09:55 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-342f0a07-0430-4000-b265-758a91f222f0', 'x-compute-request-id': 'req-342f0a07-0430-4000-b265-758a91f222f0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2083471810'} Body: b'' 2025-08-06 15:09:56,015 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5 0.190s 2025-08-06 15:09:56,015 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-dcdabf15-86b7-4727-8a52-6d02618ace4a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5'} Body: b'' 2025-08-06 15:09:56,041 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5 0.026s 2025-08-06 15:09:56,042 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4c096a7c-2874-4034-b38a-e8baaaecec6b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/b37701a0-efe7-4063-8d31-9766154617b5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b37701a0-efe7-4063-8d31-9766154617b5 does not exist", "detail": ""}}' 2025-08-06 15:09:56,395 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6 0.352s 2025-08-06 15:09:56,395 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-153428eb-e049-4f42-9dde-6f2909753776', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fcaca6dd-c464-42f2-a323-d32360bfdfd6'} 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 2a53bba8-6df4-446e-bba2-86be90131874 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:07:34,404 99419 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:07:34,404 99419 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:07:34,462 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-06 15:07:34,462 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1692926812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 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-a799b396-1ab8-4d69-9b47-74bcdf09fdad', 'x-compute-request-id': 'req-a799b396-1ab8-4d69-9b47-74bcdf09fdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1692926812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg==", "fingerprint": "ff:c0:c5:78:0e:98:c5:20:46:12:6a:05:f6:fb:da:f4", "user_id": "1378d7b5b6bd4a749855d0858cceb00f"}}' 2025-08-06 15:07:34,464 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1692926812 created 2025-08-06 15:07:34,677 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.212s 2025-08-06 15:07:34,677 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2074288871", "description": "tempest-description--1313116709"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-b53136fb-59ab-469b-9d0b-b50f3f4c748e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "16ad4335-064c-47db-839a-905185f28085", "name": "tempest-securitygroup--2074288871", "stateful": true, "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "description": "tempest-description--1313116709", "shared": false, "security_group_rules": [{"id": "3b5d502a-5e4f-48dd-8120-5caa5ff8b81d", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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": 1029, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}, {"id": "e1c96022-d36c-4f4a-91ba-5b4ed285fa1f", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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": 1030, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:07:34,870 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.192s 2025-08-06 15:07:34,870 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16ad4335-064c-47db-839a-905185f28085", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-759e176c-97cb-4a20-9f0b-b3a110027115', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77c199ad-ec02-46d8-884a-cf9c6c11c8f2", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}}' 2025-08-06 15:07:35,078 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-06 15:07:35,078 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16ad4335-064c-47db-839a-905185f28085", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d4ddfa48-3ece-4ef1-a14a-60d17ccd773d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a95dfe29-4f51-460e-9a75-44c76eb2cc84", "project_id": "7d711b10855f48488a10b07d98a71c6f", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "security_group_id": "16ad4335-064c-47db-839a-905185f28085", "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-06T15:07:34Z", "updated_at": "2025-08-06T15:07:34Z", "revision_number": 0}}' 2025-08-06 15:07:35,079 99419 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2074288871 created 2025-08-06 15:07:35,728 99419 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.648s 2025-08-06 15:07:35,728 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b32df461-1d2d-4288-94f8-6ca98b251bab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.183", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d711b10855f48488a10b07d98a71c6f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:35Z", "updated_at": "2025-08-06T15:07:35Z", "revision_number": 0}}' 2025-08-06 15:07:35,728 99419 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:35Z', 'updated_at': '2025-08-06T15:07:35Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2025-08-06 15:07:35,822 99419 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.088s 2025-08-06 15:07:35,822 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 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-bbc7a1f2-80b0-4994-b687-2c8656411c55', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1378d7b5b6bd4a749855d0858cceb00f", "name": "tempest-AttachVolumeTestJSON-1438382085-project-member", "password_expires_at": null}, "audit_ids": ["A9il3UpQR9-p-mAJxDE_hA"], "expires_at": "2025-08-06T16:07:35.000000Z", "issued_at": "2025-08-06T15:07:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d711b10855f48488a10b07d98a71c6f", "name": "tempest-AttachVolumeTestJSON-1438382085"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c 64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7d711b10855f48488a10b07d98a71c6f", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:07:35,823 99419 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '50cda9e0-9805-4ade-8718-a0b5aa1c94d2', 'name': 'tempest-AttachVolumeTestJSON-1299211992-network', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37931, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:04:42Z', 'updated_at': '2025-08-06T15:04:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:07:35,824 99419 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1692926812', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDa8ZdT80MrirSQeYnnVReYEI7K5hpR8MlbCOJJOJfnW330AvL4I3kaPz51po93OVT6NZK+hqHy1xfQdeAM/12conJuivVaGgsbLUHZUJMyaT0ybVXAbdzbduMSNR9p/sg==', 'fingerprint': 'ff:c0:c5:78:0e:98:c5:20:46:12:6a:05:f6:fb:da:f4', 'user_id': '1378d7b5b6bd4a749855d0858cceb00f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAPQ+22f9u+MOvDKPQwGpDmOULLBFPpipCssW3vDM3L0u4jAh6bVUVo\ntTgUjTcoReigBwYFK4EEACKhZANiAAQ2vGXU/NDK4q0kHmJ51UXmBCOyuYaUfDJW\nwjiSTiX51t99ALy+CN5Gj8+daaPdzlU+jWSvoah8tcX0HXgDP9dnKJybor1WhoLG\ny1B2VCTMmk9Mm1VwG3c23bjEjUfaf7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '16ad4335-064c-47db-839a-905185f28085', 'name': 'tempest-securitygroup--2074288871', 'stateful': True, 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'description': 'tempest-description--1313116709', 'shared': False, 'security_group_rules': [{'id': '3b5d502a-5e4f-48dd-8120-5caa5ff8b81d', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': '16ad4335-064c-47db-839a-905185f28085', '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': 1029, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 0}, {'id': 'e1c96022-d36c-4f4a-91ba-5b4ed285fa1f', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'security_group_id': '16ad4335-064c-47db-839a-905185f28085', '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': 1030, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '20 25-08-06T15:07:34Z', 'updated_at': '2025-08-06T15:07:34Z', 'revision_number': 1, 'project_id': '7d711b10855f48488a10b07d98a71c6f'}, 'floating_ip': {'id': 'c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d', 'tenant_id': '7d711b10855f48488a10b07d98a71c6f', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d711b10855f48488a10b07d98a71c6f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:07:35Z', 'updated_at': '2025-08-06T15:07:35Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2025-08-06 15:07:36,379 99419 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.554s 2025-08-06 15:07:36,380 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1806135147", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2"}], "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "key_name": "tempest-keypair-1692926812", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1b6f365-8fe6-41f4-a2d2-9dc42a924c5d', 'x-compute-request-id': 'req-a1b6f365-8fe6-41f4-a2d2-9dc42a924c5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "adminPass": "password"}}' 2025-08-06 15:07:36,492 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.109s 2025-08-06 15:07:36,493 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00dc6e90-c5ab-4a96-9e95-a2dd4dab6ce8', 'x-compute-request-id': 'req-00dc6e90-c5ab-4a96-9e95-a2dd4dab6ce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "BUILD", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1 ", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:07:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1692926812", "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-06 15:08:26,781 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.223s 2025-08-06 15:08:26,782 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08:26 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-4635a39e-5dc1-4e99-b9d2-13e079403ef8', 'x-compute-request-id': 'req-4635a39e-5dc1-4e99-b9d2-13e079403ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:07:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1692926812", "OS-SRV-USG:launched_at": "2025-08-06T15:07:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:08:26,801 99419 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-06 15:09:27,007 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/os-interface 0.183s 2025-08-06 15:09:27,008 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10abee92-81c7-4faa-a237-c0e6d120214c', 'x-compute-request-id': 'req-10abee92-81c7-4faa-a237-c0e6d120214c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582", "mac_addr": "fa:16:3e:ed:46:de", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36ee1a0f-1e10-4f98-abd0-832dc3da6c2f", "ip_address": "10.0.0.9"}]}]}' 2025-08-06 15:09:28,004 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d 0.992s 2025-08-06 15:09:28,004 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6a73fb3f-e160-40cb-b834-8b658315da76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d'} Body: b'{"floatingip": {"id": "c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "floating_ip_address": "172.24.4.183", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "b11c689d-c66c-4bfd-bda0-1495303d117d", "port_id": "e3acdf93-0829-4ca3-9415-1a0dca1b6582", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50cda9e0-9805-4ade-8718-a0b5aa1c94d2", "mac_address": "fa:16:3e:ed:46:de", "admin_state_up": true, "status": "ACTIVE", "device_id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:07:35Z", "updated_at": "2025-08-06T15:09:27Z", "revision_number": 1, "project_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:28,006 99419 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.183:22' as 'cirros' with public key authentication 2025-08-06 15:09:28,015 99419 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:09:28,118 99419 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:09:28,118 99419 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.183 successfully created 2025-08-06 15:09:28,170 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/ips 0.051s 2025-08-06 15:09:28,170 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 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-b421d045-599c-43ae-ba11-92038e74424e', 'x-compute-request-id': 'req-b421d045-599c-43ae-ba11-92038e74424e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 20 25-08-06 15:09:28,354 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-06 15:09:28,355 99419 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-701624311"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa0e09-d1c1-4351-bb04-73b41a647e8b', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfa0e09-d1c1-4351-bb04-73b41a647e8b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.290762", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:28,404 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874 0.037s 2025-08-06 15:09:28,404 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bee844-fabd-4a0a-8aaf-0d2443645728', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bee844-fabd-4a0a-8aaf-0d2443645728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:29,461 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874 0.043s 2025-08-06 15:09:29,462 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b 13410-b172-47c5-9896-73ab0d8a7db2', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b13410-b172-47c5-9896-73ab0d8a7db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874'} Body: b'{"volume": {"id": "2a53bba8-6df4-446e-bba2-86be90131874", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:28.000000", "updated_at": "2025-08-06T15:09:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-701624311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a53bba8-6df4-446e-bba2-86be90131874"}], "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d711b10855f48488a10b07d98a71c6f"}}' 2025-08-06 15:09:29,600 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.119s 2025-08-06 15:09:29,601 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 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-8356aa73-0692-407c-b28a-20401cfd4329', 'x-compute-request-id': 'req-8356aa73-0692-407c-b28a-20401cfd4329', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'' 2025-08-06 15:09:29,807 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.205s 2025-08-06 15:09:29,807 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:29 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-1291c935-ba38-43b9-a9dc-0e905c9c3bbe', 'x-compute-request-id': 'req-1291c935-ba38-43b9-a9dc-0e905c9c3bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"server": {"id": "d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce", "name": "tempest-AttachVolumeTestJSON-server-1806135147", "status": "ACTIVE", "tenant_id": "7d711b10855f48488a10b07d98a71c6f", "user_id": "1378d7b5b6bd4a749855d0858cceb00f", "metadata": {}, "hostId": "d7839c3e7c3861c660a3ed83487e4a9cde63ca4b5690cdd2426d62a7", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:07:36Z", "updated": "2025-08-06T15:09:30Z", "addresses": {"tempest-AttachVolumeTestJSON-1299211992-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}, {"version": 4, "addr": "172.24.4.183", "OS-EXT-IPS:type" : "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:46:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1692926812", "OS-SRV-USG:launched_at": "2025-08-06T15:07:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2074288871"}], "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-06 15:10:20,008 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce 0.135s 2025-08-06 15:10:20,008 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-53b69369-f04d-4912-9a0f-9c0dee9ec7a2', 'x-compute-request-id': 'req-53b69369-f04d-4912-9a0f-9c0dee9ec7a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d47eda6f-6b8d-4ec3-9f2f-5bea062b13ce could not be found."}}' 2025-08-06 15:10:20,037 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1692926812 0.028s 2025-08-06 15:10:20,038 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:20 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-438f7706-b8a6-489e-968c-fcd25aa7f932', 'x-compute-request-id': 'req-438f7706-b8a6-489e-968c-fcd25aa7f932', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1692926812'} Body: b'' 2025-08-06 15:10:21,077 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085 1.039s 2025-08-06 15:10:21,078 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ffeb788-d29c-4a57-a934-aeafdf1f5aad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085'} Body: b'' 2025-08-06 15:10:21,095 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085 0.016s 2025-08-06 15:10:21,095 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-370e4ee4-b2d2-4f1b-baa8-5b2fadaf9fb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/16ad4335-064c-47db-839a-905185f28085'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 16ad4335-064c-47db-839a-905185f28085 does not exist", "detail": ""}}' 2025-08-06 15:10:21,448 99419 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d 0.352s 2025-08-06 15:10:21,448 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-110122b0-5978-4de2-9a69-80b82920385c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c3fcc7ef-0ebb-459a-b2f5-bdd87d9b646d'} Body: b'' 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 bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:26,346 99419 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.492s 2025-08-06 15:10:26,346 99419 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-1260492298"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21a996ab-ef55-44c7-a111-618164fc2362', 'x-compute-request-id': 'req-21a996ab-ef55-44c7-a111-618164fc2362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T15:10:26.192228", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-06 15:10:26,403 99419 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/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e 0.052s 2025-08-06 15:10:26,404 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:26 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-5d8a8ab3-29f0-4c43-bee8-003ae16d0094', 'x-compute-request-id': 'req-5d8a8ab3-29f0-4c43-bee8-003ae16d0094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-06T15:10:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-06 15:10:27,465 99419 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/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e 0.055s 2025-08-06 15:10:27,466 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:27 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-c05d20a9-be85-4994-8fac-fd9bf6c8ae02', 'x-compute-request-id': 'req-c05d20a9-be85-4994-8fac-fd9bf6c8ae02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e'} Body: b'{"volume": {"id": "bab5b6b8-09d9-4c0c-a9cd-698d68d4f92e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 6T15:10:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1260492298", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 835bab00-8fb8-426f-b33f-563a8246b962 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:08:26,795 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.255s 2025-08-06 15:08:26,795 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:08: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-0985b90e-9ef8-484c-8597-44f068ff3ee8', 'x-compute-request-id': 'req-0985b90e-9ef8-484c-8597-44f068ff3ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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-06 15:09:27,016 99423 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.186s 2025-08-06 15:09:27,017 99423 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-1915398273"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cee16ed-e3ec-4f64-b85d-f6fb0fee8547', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cee16ed-e3ec-4f64-b85d-f6fb0fee8547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:26.952641", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed013 7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:09:27,069 99423 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/835bab00-8fb8-426f-b33f-563a8246b962 0.038s 2025-08-06 15:09:27,069 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ddc03e-3850-42ce-8d9e-e23b7b6368fc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ddc03e-3850-42ce-8d9e-e23b7b6368fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:27.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:09:28,122 99423 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/835bab00-8fb8-426f-b33f-563a8246b962 0.038s 2025-08-06 15:09:28,122 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c3ec5b-d57e-4514-81ae-013db5654a2b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c3ec5b-d57e-4514-81ae-013db5654a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962'} Body: b'{"volume": {"id": "835bab00-8fb8-426f-b33f-563a8246b962", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:09:27.000000", "updated_at": "2025-08-06T15:09:27.000000", "name": "tempest-ServersNegativeTestJSON-volume-1915398273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/835bab00-8fb8-426f-b33f-563a8246b962"}], "user_id": "bf96ea34488348a3ab2af94beed0137a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be"}}' 2025-08-06 15:09:28,346 99423 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb 0.210s 2025-08-06 15:09:28,347 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:28 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-4f1ed169-4458-4cae-af82-cc02120ba550', 'x-compute-request-id': 'req-4f1ed169-4458-4cae-af82-cc02120ba550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb'} Body: b'{"server": {"id": "8751e304-21db-4c50-8559-1e94a4035ffb", "name": "tempest-ServersNegativeTestJSON-server-220767152", "status": "ACTIVE", "tenant_id": "b9004c2ccdfa47b9aa4b879bc450f7be", "user_id": "bf96ea34488348a3ab2af94beed0137a", "metadata": {}, "hostId": "ca1b24049c66bbb44141c71c7cc75b59fdcbfc353d9681241a51478a", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:01:52Z", "updated": "2025-08-06T15:02:08Z", "addresses": {"tempest-ServersNegativeTestJSON-1244992883-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:56:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8751e304-21db-4c50-8559-1e94a4035ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-06T15:02: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 f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:36,617 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.183s 2025-08-06 15:10:36,618 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f02ae34e-e198-4b36-bea4-999d8df65d1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:10:37,048 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.429s 2025-08-06 15:10:37,048 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1630056818"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4952c740-072e-4c55-b8e1-9962fb972d97', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4952c740-072e-4c55-b8e1-9962fb972d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:36.988131", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:37,108 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.047s 2025-08-06 15:10:37,108 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -64335d69-071e-4ed6-9696-32a718c0f4aa', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64335d69-071e-4ed6-9696-32a718c0f4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,160 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.037s 2025-08-06 15:10:38,160 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb546e39-e254-4ff3-b8b9-6310c2492c66', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb546e39-e254-4ff3-b8b9-6310c2492c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": "2025-08-06T15:10:37.000000", "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,213 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.037s 2025-08-06 15:10:38,213 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8467698-7180-48e4-a2fc-9cf922731822', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8467698-7180-48e4-a2fc-9cf922731822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"volume": {"id": "f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:37.000000", "updated_at": "2025-08-06T15:10:37.000000", "name": "tempest-VolumesExtendTest-Volume-1630056818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:38,340 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.113s 2025-08-06 15:10:38,340 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-ddb38bc2-ad5d-406c-b0c1-4bee260dea42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'' 2025-08-06 15:10:38,361 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 0.020s 2025-08-06 15:10:38,361 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-73e182a4-f019-485c-9e72-45fc6fd02604', 'x-openstack-request-id': 'req-73e182a4-f019-485c-9e72-45fc6fd02604', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f759d1f9-d3a1-4b3d-a866-8d8e4b1672e5 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 5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:38,548 99419 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.183s 2025-08-06 15:10:38,548 99419 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-1121020658"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8453edb5-d590-484a-a04d-eb019bcfa775', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8453edb5-d590-484a-a04d-eb019bcfa775', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.473174", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:38,598 99419 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/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.036s 2025-08-06 15:10:38,598 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a756ca0-5409-45b6-bf2f-6b9204611561', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a756ca0-5409-45b6-bf2f-6b9204611561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,687 99419 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/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.073s 2025-08-06 15:10:39,687 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-d768b8a5-6a32-455b-b24f-878baad6bbdd', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d768b8a5-6a32-455b-b24f-878baad6bbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": "2025-08-06T15:10:39.000000", "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,738 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.036s 2025-08-06 15:10:39,738 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44e2ab80-8948-4036-98d7-6959a8e27dbb', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44e2ab80-8948-4036-98d7-6959a8e27dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"volume": {"id": "5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:38.000000", "updated_at": "2025-08-06T15:10:39.000000", "name": "tempest-VolumesExtendTest-Volume-1121020658", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2"}], "user_id": "55b2924cfc3d4432a3a18b50f5f41d3c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "07b5574b2ef342e6b0650be81c319feb"}}' 2025-08-06 15:10:39,842 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.090s 2025-08-06 15:10:39,843 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-643c6411-47d8-4606-8da7-0c3e1cc76560', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'' 2025-08-06 15:10:39,865 99419 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 0.021s 2025-08-06 15:10:39,865 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10: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-e22b52d3-9757-487a-ba07-e92f589a278f', 'x-openstack-request-id': 'req-e22b52d3-9757-487a-ba07-e92f589a278f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5d0b7240-e5b6-4bd8-9d92-7d0bc05ac1c2 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 128, 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 90, 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 cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:10:54,302 99419 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.193s 2025-08-06 15:10:54,302 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2122312156", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFfsXrDzEOz9/Oxv8WP4H97U9TWbEinheSGP58UHgdZ2uvNjDgJAn27hi8sRDem6fud16UXqFNOY2lm0rbr/sweNVABz8WTSp5LKcmdzr8yPqSuDOtUbd8JcmTZ76N+Kg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d121f62-3e1d-4828-8704-9a59295e2247', 'x-compute-request-id': 'req-3d121f62-3e1d-4828-8704-9a59295e2247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2122312156", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFfsXrDzEOz9/Oxv8WP4H97U9TWbEinheSGP58UHgdZ2uvNjDgJAn27hi8sRDem6fud16UXqFNOY2lm0rbr/sweNVABz8WTSp5LKcmdzr8yPqSuDOtUbd8JcmTZ76N+Kg==", "fingerprint": "10:ba:73:21:88:fa:de:82:4c:d3:64:32:de:f1:22:fb", "user_id": "62f8b21d69dd45fa82298869b4cbc063"}}' 2025-08-06 15:10:54,558 99419 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.253s 2025-08-06 15:10:54,559 99419 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-1618424705", "description": "tempest-secgroup-smoke-1618424705 description", "project_id": "eb95083932304697928a8aa24704dd50"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-a6461cfd-2acc-4f8e-be25-ab2e7c3c2696', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "433266d3-4116-443d-9b3c-6a14c43171ff", "name": "tempest-secgroup-smoke-1618424705", "stateful": true, "tenant_id": "eb95083932304697928a8aa24704dd50", "description": "tempest-secgroup-smoke-1618424705 description", "shared": false, "security_group_rules": [{"id": "36a651aa-f858-4c6d-ad4e-0e598f59209f", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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": 1160, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 0}, {"id": "bbaab65f-9f4a-4d72-8e8f-0c61b4de9ed3", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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": 1159, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_n umber": 0}], "tags": [], "created_at": "2025-08-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 1, "project_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:54,952 99419 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.392s 2025-08-06 15:10:54,952 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d9406bba-1766-4d6a-a822-50e945926cae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "74d537ba-455d-4be3-829f-bc794b062bc5", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:54Z", "updated_at": "2025-08-06T15:10:54Z", "revision_number": 0}}' 2025-08-06 15:10:55,164 99419 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.212s 2025-08-06 15:10:55,165 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-459eadad-258e-421f-bd7f-ce683f270944', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99aa5f1d-a7aa-42bb-967d-36fca69ece7c", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,388 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-06 15:10:55,388 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json ', 'content-length': '602', 'x-openstack-request-id': 'req-3ad6a30e-9861-4cc2-be04-254b8fc65755', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "660f25dc-5e2c-4390-b98c-7b8037a25624", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,591 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-06 15:10:55,591 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-8aa6bce6-85ae-43ef-a56a-9aacd01a3ed6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5248493-02f5-4d18-a7cf-6d7c5fc1cace", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:55,800 99419 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.208s 2025-08-06 15:10:55,801 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-e19d0d8b-3a5f-479e-ac93-d236066a1a73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5a3e533-de6f-4d22-a967-d97bef8f42df", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:56,018 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_vo lume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.216s 2025-08-06 15:10:56,019 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "project_id": "eb95083932304697928a8aa24704dd50", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5328a106-4ff2-4fd5-a6fd-0f3636c0bc32', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34c816da-4fb8-4e44-a2f6-d27ef0c3555f", "project_id": "eb95083932304697928a8aa24704dd50", "tenant_id": "eb95083932304697928a8aa24704dd50", "security_group_id": "433266d3-4116-443d-9b3c-6a14c43171ff", "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-06T15:10:55Z", "updated_at": "2025-08-06T15:10:55Z", "revision_number": 0}}' 2025-08-06 15:10:56,064 99419 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.040s 2025-08-06 15:10:56,065 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 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-99da0158-84b6-4801-8a16-3621fbebb1aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "62f8b21d69dd45fa82298869b4cbc063", "name": "tempest-TestShelveInstance-1170543654-project-member", "password_expires_at": null}, "audit_ids": ["TU7QYeJbR4yvkd4vu31WbQ"], "expires_at": "2025-08-06T16:10:56.000000Z", "issued_at": "2025-08-06T15:10:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb95083932304697928a8aa24704dd50", "name": "tempest-TestShelveInstance-1170543654"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eb95083932304697928a8aa24704dd50", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:10:56,065 99419 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '2bd3a8cb-b5a7-4f1c-86ac-3408003def10', 'name': 'tempest-TestShelveInstance-748979896-network', 'tenant_id': 'eb95083932304697928a8aa24704dd50', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eb95083932304697928a8aa24704dd50', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38418, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:10:41Z', 'updated_at': '2025-08-06T15:10:42Z', 'revision_number': 1} available for tenant 2025-08-06 15:10:56,403 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-06 15:10:56,404 99419 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-548161452", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108f289d-d35f-42d0-9652-05cbe0f54af4', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108f289d-d35f-42d0-9652-05cbe0f54af4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.341193", "updated_at": null, "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:10:56,455 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.039s 2025-08-06 15:10:56,455 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e568fd66-f7b1-475a-9139-35690a5b1e08', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e568fd66-f7 b1-475a-9139-35690a5b1e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:57,508 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.038s 2025-08-06 15:10:57,509 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a0489a-d0dc-478d-8666-ee39f94cfea2', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a0489a-d0dc-478d-8666-ee39f94cfea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"volume": {"id": "cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:10:56.000000", "updated_at": "2025-08-06T15:10:56.000000", "name": "tempest-tempest.common.compute-volume-548161452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d"}], "user_id": "62f8b21d69dd45fa82298869b4cbc063", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eb95083932304697928a8aa24704dd50"}}' 2025-08-06 15:10:57,611 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.088s 2025-08-06 15:10:57,611 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c7f8f0-e416-47ce-a91f-101455a821fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'' 2025-08-06 15:10:57,633 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d 0.022s 2025-08-06 15:10:57,634 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d933fd51-5e50-470f-8650-7c9bbabea3d2', 'x-openstack-request-id': 'req-d933fd51-5e50-470f-8650-7c9bbabea3d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cea0e0ed-e8eb-4f9b-9c7f-70786a982b6d could not be found."}}' 2025-08-06 15:10:57,873 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/433266d3-4116-443d-9b3c-6a14c43171ff 0.237s 2025-08-06 15:10:57,873 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3dcff70e-dcd0-4e40-b29a-95b4d9b6968a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/433266d3-4116-443d-9b3c-6a14c43171ff'} Body: b'' 2025-08-06 15:10:57,907 99419 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2122312156 0.033s 2025-08-06 15:10:57,908 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:10:57 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-4d3e20ac-ae89-46f1-97f2-e81548f158df', 'x-compute-request-id': 'req-4d3e20ac-ae89-46f1-97f2-e81548f158df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2122312156'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 358, in test_instance_boot_after_snapshot_deletion volume1 = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e0ca7f03-708f-4126-be28-257b3b01523a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:20,900 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.166s 2025-08-06 15:11:20,900 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7c7ab4bd-1c74-4c54-89e1-a11d8b2b1592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:21,315 99419 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.415s 2025-08-06 15:11:21,316 99419 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-1439726452", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab444215-5a23-4437-8151-265164b045c1', 'content-length': '782', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab444215-5a23-4437-8151-265164b045c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.251726", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:11:21,367 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.038s 2025-08-06 15:11:21,368 99419 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applic ation/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a611df9-73b7-4221-aac8-60c98118a91e', 'content-length': '850', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a611df9-73b7-4221-aac8-60c98118a91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "13b800a51d77499e860e3201eb3dec66"}}' 2025-08-06 15:11:22,420 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.038s 2025-08-06 15:11:22,420 99419 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': 'Wed, 06 Aug 2025 15:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af38a91-a257-4ebc-8a85-f52c6b0fad0d', 'content-length': '871', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af38a91-a257-4ebc-8a85-f52c6b0fad0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"volume": {"id": "e0ca7f03-708f-4126-be28-257b3b01523a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:21.000000", "updated_at": "2025-08-06T15:11:21.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1439726452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0ca7f03-708f-4126-be28-257b3b01523a"}], "user_id": "ceb3c213c4634acfaa895ebe6858d1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "13b800a51d77499e860e3201eb3dec66"}}' 2025-08-06 15:11:22,532 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.097s 2025-08-06 15:11:22,532 99419 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': 'Wed, 06 Aug 2025 15:11:22 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 -99890dad-c9f7-4a18-9eae-0c7d81ec677a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'' 2025-08-06 15:11:22,553 99419 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a 0.020s 2025-08-06 15:11:22,553 99419 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': 'Wed, 06 Aug 2025 15:11:22 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-7909eedb-993e-41a7-8a21-b86deb620c6d', 'x-openstack-request-id': 'req-7909eedb-993e-41a7-8a21-b86deb620c6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0ca7f03-708f-4126-be28-257b3b01523a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0ca7f03-708f-4126-be28-257b3b01523a could not be found."}}' tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 128, in test_image_volume_server_snapshot_dependency base_image_id, snapshot_image_id = self._create_instance_snapshot( File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 77, in _create_instance_snapshot instance = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c10b8131-0d01-4533-a7d9-1f05ed865827 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:24,033 99423 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.644s 2025-08-06 15:11:24,033 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1389855596", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-66d3304a-b2af-4249-bd08-bde3c3d37209', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1389855596", "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": "6ce01f2e5b3743c297e949525609de21", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1cb4a781-4280-4c16-8195-228d50f11d4b", "created_at": "2025-08-06T15:11:24Z", "updated_at": "2025-08-06T15:11:24Z", "tags": [], "self": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b", "file": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:25,059 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file 1.022s 2025-08-06 15:11:25,059 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3e80b911-ed96-4404-9ba3-627a2c7549f6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b/file'} Body: b'' 2025-08-06 15:11:25,078 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b 0.019s 2025-08-06 15:11:25,078 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f5cb3656-0f62-4ca4-8730-beb73768f6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b'} Body: b'{"name": "tempest-image-dependency-test-1389855596", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "fbc425e60c95212f4bc85ca20046d7da", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "6ce01f2e5b3743c297e949525609de21", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d7f1c6b772a2014da78931f661fa0e0524a0f1e5810d835ec6e961945baa2c12dd89a0e7622e8b0f59fffcb0170a94110df41ca9c8bfbbef38fc758df8917d19", "id": "1cb4a781-4280-4c16-8195-228d50f11d4b", "created_at": "2025-08-06T15:11:24Z", "updated_at": "2025-08-06T15:11:25Z", "tags": [], "self": "/v2/images/1cb4a781-4280-4c16-8195-228d50f11d4b", "file": "/v2/images/1cb4a781-4280-4c1 6-8195-228d50f11d4b/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:11:25,131 99423 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.047s 2025-08-06 15:11:25,132 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 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-48720d4c-6e97-456a-9cf4-0b1d99e6ad96', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bf5ca172404f4d1e91429228c4edabc7", "name": "tempest-ImageDependencyTests-831444785-project-member", "password_expires_at": null}, "audit_ids": ["bZ8afMu6SLenWJO5tmGf2w"], "expires_at": "2025-08-06T16:11:25.000000Z", "issued_at": "2025-08-06T15:11:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ce01f2e5b3743c297e949525609de21", "name": "tempest-ImageDependencyTests-831444785"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6ce01f2e5b3743c297e949525609de21", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:11:25,132 99423 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-06 15:11:25,581 99423 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.447s 2025-08-06 15:11:25,581 99423 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-208444070", "imageRef": "1cb4a781-4280-4c16-8195-228d50f11d4b", "size": 1}} Response - Headers: {'dat e': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611f959a-c13c-4da1-a3ce-c6abfb8acb26', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611f959a-c13c-4da1-a3ce-c6abfb8acb26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:25.520618", "updated_at": null, "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:11:25,632 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.039s 2025-08-06 15:11:25,632 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3176f38-5307-44e5-927e-f0742bbd40fc', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3176f38-5307-44e5-927e-f0742bbd40fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:26.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ce01f2e5b3743c297e949525609de21"}}' 2025-08-06 15:11:26,683 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.036s 2025-08-06 15:11:26,683 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec8ec61-eac6-41bc-bd9b-c07d50e0a6ea', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec8ec61-eac6-41bc-bd9b-c07d50e0a6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"volume": {"id": "c10b8131-0d01-4533-a7d9-1f05ed865827", "status": "error", "size": 1, "availability_zone": "nova", "creat ed_at": "2025-08-06T15:11:26.000000", "updated_at": "2025-08-06T15:11:26.000000", "name": "tempest-tempest.common.compute-volume-208444070", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827"}], "user_id": "bf5ca172404f4d1e91429228c4edabc7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ce01f2e5b3743c297e949525609de21"}}' 2025-08-06 15:11:26,795 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.098s 2025-08-06 15:11:26,796 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3fd0d47-738c-4faa-9cce-e1c6d5f7fb34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'' 2025-08-06 15:11:26,818 99423 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827 0.022s 2025-08-06 15:11:26,818 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2bea51-8476-44e4-9432-9e4449d15a84', 'x-openstack-request-id': 'req-2c2bea51-8476-44e4-9432-9e4449d15a84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c10b8131-0d01-4533-a7d9-1f05ed865827'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c10b8131-0d01-4533-a7d9-1f05ed865827 could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7e8d1c4e-5967-4cc6-8165-a0eb26344e91 failed to build and is in ERROR status 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 700ae9a2-27e0-42c7-8720-c43173284bf2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:09:56,399 99413 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:09:56,399 99413 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:09:56,465 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2025-08-06 15:09:56,465 99413 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-1867310660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5538713b-68e6-40fc-ac04-f404f5ada995', 'x-compute-request-id': 'req-5538713b-68e6-40fc-ac04-f404f5ada995', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1867310660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA==", "fingerprint": "e0:ed:40:48:7e:ed:e6:67:c2:1c:97:89:5e:fb:15:e1", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f"}}' 2025-08-06 15:09:56,468 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1867310660 created 2025-08-06 15:09:56,937 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.468s 2025-08-06 15:09:56,938 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1626502792", "description": "tempest-description--219896437"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-ef149e7d-9e30-46a5-8f98-027116f9b247', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "183dade1-dd5e-452e-972d-0bacd128433a", "name": "tempest-securitygroup--1626502792", "stateful": true, "tenant_id": "fa0df23508414437bbdea5435135f522", "description": "tempest-description--219896437", "shared": false, "security_group_rules": [{"id": "48dea032-80cc-4e58-8537-5a6e353c91e5", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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": 1098, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 0}, {"id": "e0cf45a6-cf89-4745-b9db-286e1cf74c74", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "etherty pe": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1097, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:09:56Z", "updated_at": "2025-08-06T15:09:56Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:09:57,158 99413 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-06 15:09:57,158 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-058ff4af-1b45-4308-b08e-b2345a2b9e6c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5033635b-49d9-49be-89ad-c350ec7522d2", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:57,374 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-06 15:09:57,374 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b48819fd-e743-47c3-8cd0-350b03ca8e98', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "121535b1-47da-4824-9a5a-d5b4a50260da", "project_id": "fa0df23508414437bbdea5435135f522", "tenant_id": "fa0df23508414437bbdea5435135f522", "security_group_id": "183dade1-dd5e-452e-972d-0bacd128433a", "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-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:57,374 99413 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1626502792 created 2025-08-06 15:09:58,047 99413 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.672s 2025-08-06 15:09:58,048 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-63d1e993-faaf-45c1-acf7-42f91411bd6f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fc1db391-fd57-46e7-ba33-15e65118f2be", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.185", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fa0df23508414437bbdea5435135f522", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:09:57Z", "updated_at": "2025-08-06T15:09:57Z", "revision_number": 0}}' 2025-08-06 15:09:58,048 99413 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fc1db391-fd57-46e7-ba33-15e65118f2be', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:09:57Z', 'updated_at': '2025-08-06T15:09:57Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2025-08-06 15:09:58,135 99413 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.080s 2025-08-06 15:09:58,135 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4bf79da2-7dba-4908-9e19-5c8f65739f16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "07edcf0d97b54cc0b04693f40f8c0d2f", "name": "tempest-AttachVolumeShelveTestJSON-925682836-project-member", "password_expires_at": null}, "audit_ids": ["tsYosWa4T9anH-Rl8NYpDg"], "expires_at": "2025-08-06T16:09:58.000000Z", "issued_at": "2025-08-06T15:09:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa0df23508414437bbdea5435135f522", "name": "tempest-AttachVolumeShelveTestJSON-925682836"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa0df23508414437bbdea5435135f522", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:09:58,135 99413 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'b683129c-cabe-4ebb-9dc9-15f8a2bdcf36', 'name': 'tempest-AttachVolumeShelveTestJSON-343314350-network', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa0df23508414437bbdea5435135f522', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62949, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:07:04Z', 'updated_at': '2025-08-06T15:07:04Z', 'revision_number': 1} available for tenant 2025-08-06 15:09:58,136 99413 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1867310660', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE5H4qmfXzwzmjOKQWaAuIKdsyD3ZR4TBoZG7leXu6s8G8FcVoqwShwC7/SSSLpNQinhXB+q5kUpN7eUX84EvtktihaF7YiouFGi054npPM5MfOqfZ/dijlS03WEmrbzJA==', 'fingerprint': 'e0:ed:40:48:7e:ed:e6:67:c2:1c:97:89:5e:fb:15:e1', 'user_id': '07edcf0d97b54cc0b04693f40f8c0d2f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeGQV/q9Yw4TpVRvSciuFkZBhGlJ6R2viLSPf4pA+bUYGooPYpZjFC\nFnofsQqTDW6gBwYFK4EEACKhZANiAAROR+Kpn188M5ozikFmgLiCnbMg92UeEwaG\nRu5Xl7urPBvBXFaKsEocAu/0kki6TUIp4VwfquZFKTe3lF/OBL7ZLYoWhe2IqLhR\notOeJ6TzOTHzqn2f3Yo5UtN1hJq28yQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '183dade1-dd5e-452e-972d-0bacd128433a', 'name': 'tempest-securitygroup--1626502792', 'stateful': True, 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'description': 'tempest-description--219896437', 'shared': False, 'security_group_rules': [{'id': '48dea032-80cc-4e58-8537-5a6e353c91e5', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': '183dade1-dd5e-452e-972d-0bacd128433a', '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': 1098, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 0}, {'id': 'e0cf45a6-cf89-4745-b9db-286e1cf74c74', 'project_id': 'fa0df23508414437bbdea5435135f522', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'security_group_id': '183dade1-dd5e-452e-972d-0bacd128433a', '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': 1097, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_ at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:09:56Z', 'updated_at': '2025-08-06T15:09:56Z', 'revision_number': 1, 'project_id': 'fa0df23508414437bbdea5435135f522'}, 'floating_ip': {'id': 'fc1db391-fd57-46e7-ba33-15e65118f2be', 'tenant_id': 'fa0df23508414437bbdea5435135f522', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fa0df23508414437bbdea5435135f522', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:09:57Z', 'updated_at': '2025-08-06T15:09:57Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2025-08-06 15:09:58,856 99413 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.720s 2025-08-06 15:09:58,857 99413 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-662031444", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36"}], "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "key_name": "tempest-keypair-1867310660", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:09:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae', '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-ac7ca3dd-bdbd-4459-b64f-bfb5daf0af64', 'x-compute-request-id': 'req-ac7ca3dd-bdbd-4459-b64f-bfb5daf0af64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "adminPass": "password"}}' 2025-08-06 15:09:58,975 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae 0.115s 2025-08-06 15:09:58,975 99413 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': 'Wed, 06 Aug 2025 15:09:58 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-859ab251-e9d3-4573-a6a0-be5b6fe48f84', 'x-compute-request-id': 'req-859ab251-e9d3-4573-a6a0-be5b6fe48f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "BUILD", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07ed cf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:59Z", "updated": "2025-08-06T15:09:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1867310660", "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-06 15:10:49,455 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae 0.408s 2025-08-06 15:10:49,458 99413 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': 'Wed, 06 Aug 2025 15:10:49 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-d4297684-50f0-47c0-8462-f6441dba0ce9', 'x-compute-request-id': 'req-d4297684-50f0-47c0-8462-f6441dba0ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:58Z", "updated": "2025-08-06T15:10:14Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1867310660", "OS-SRV-USG:launched_at": "2025-08-06T15:10:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "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-06 15:10:49,476 99413 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:11:49,692 99413 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/fbd5962 5-2bd2-46fa-9829-2e42109315ae/os-interface 0.158s 2025-08-06 15:11:49,693 99413 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': 'Wed, 06 Aug 2025 15:11:49 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-7e7a440c-672d-46f1-902c-26e9664fb980', 'x-compute-request-id': 'req-7e7a440c-672d-46f1-902c-26e9664fb980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b", "mac_addr": "fa:16:3e:4f:6f:93", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "38c2eaf9-be81-40d0-b126-4e41fa7d0d65", "ip_address": "10.0.0.3"}]}]}' 2025-08-06 15:11:50,498 99413 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/fc1db391-fd57-46e7-ba33-15e65118f2be 0.801s 2025-08-06 15:11:50,498 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bcaf8966-3cf3-4aad-bd2a-e43f0c565c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be'} Body: b'{"floatingip": {"id": "fc1db391-fd57-46e7-ba33-15e65118f2be", "tenant_id": "fa0df23508414437bbdea5435135f522", "floating_ip_address": "172.24.4.185", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "6bb8359f-42ef-40b8-8276-c162ae611b97", "port_id": "c6178570-17d3-4df9-99e2-55a4f075a35b", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b683129c-cabe-4ebb-9dc9-15f8a2bdcf36", "mac_address": "fa:16:3e:4f:6f:93", "admin_state_up": true, "status": "ACTIVE", "device_id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:09:57Z", "updated_at": "2025-08-06T15:11:49Z", "revision_number": 1, "project_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:11:50,500 99413 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.185:22' as 'cirros' with public key authentication 2025-08-06 15:11:50,522 99413 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:11:50,627 99413 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:11:50,628 99413 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.185 successfully created 2025-08-06 15:11:50,671 99413 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/fbd59625-2bd2-46fa-9829-2e42109315ae/ips 0.043s 2025-08-06 15:11:50,672 99413 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': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', '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-80875c57-d94e-4cfc-87d6-549647e1b261', 'x-compute-request-id': 'req-80875c57-d94e-4cfc-87d6-549647e1b261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2025-08-06 15:11:50,840 99413 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.165s 2025-08-06 15:11:50,840 99413 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-1146187018"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55b08d0-1450-4f79-85fc-bcad4c53afbe', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55b08d0-1450-4f79-85fc-bcad4c53afbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:50.785626", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:11:50,889 99413 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/700ae9a2-27e0-42c7-8720-c43173284bf2 0.036s 2025-08-06 15:11:50,890 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455c640a-96af-4098-8aa3-b5f70fc984b5', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455c640a-96af-4098-8aa3-b5f70fc984b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:51.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025- 08-06 15:11:51,940 99413 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/700ae9a2-27e0-42c7-8720-c43173284bf2 0.036s 2025-08-06 15:11:51,941 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e7ac50-c762-4768-bfbe-a3ac30f7a942', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e7ac50-c762-4768-bfbe-a3ac30f7a942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2'} Body: b'{"volume": {"id": "700ae9a2-27e0-42c7-8720-c43173284bf2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:11:51.000000", "updated_at": "2025-08-06T15:11:51.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1146187018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/700ae9a2-27e0-42c7-8720-c43173284bf2"}], "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fa0df23508414437bbdea5435135f522"}}' 2025-08-06 15:11:52,062 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.107s 2025-08-06 15:11:52,063 99413 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': 'Wed, 06 Aug 2025 15:11:51 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-392cd653-6a76-4674-8f4d-752bf3898910', 'x-compute-request-id': 'req-392cd653-6a76-4674-8f4d-752bf3898910', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'' 2025-08-06 15:11:52,371 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.307s 2025-08-06 15:11:52,371 99413 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': 'Wed, 06 Aug 2025 15:11:52 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-df4fac4f-a5a3-42d1-9148-3895f0d3d3d5', 'x-compute-request-id': 'req-df4fac4f-a5a3-42d1-9148-3895f0d3d3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"server": {"id": "fbd59625-2bd2-46fa-9829-2e42109315ae", "name": "tempest-AttachVolumeShelveTestJSON-server-662031444", "status": "ACTIVE", "tenant_id": "fa0df23508414437bbdea5 435135f522", "user_id": "07edcf0d97b54cc0b04693f40f8c0d2f", "metadata": {}, "hostId": "f8cdf49bd510906b232749067e2c7680425b36d788601d11991fe7fc", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:09:58Z", "updated": "2025-08-06T15:11:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-343314350-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}, {"version": 4, "addr": "172.24.4.185", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6f:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbd59625-2bd2-46fa-9829-2e42109315ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1867310660", "OS-SRV-USG:launched_at": "2025-08-06T15:10:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1626502792"}], "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-06 15:12:42,550 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae 0.123s 2025-08-06 15:12:42,550 99413 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': 'Wed, 06 Aug 2025 15:12:42 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-602bd97d-4aaf-4e94-9448-e04ac1cc4cf7', 'x-compute-request-id': 'req-602bd97d-4aaf-4e94-9448-e04ac1cc4cf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbd59625-2bd2-46fa-9829-2e42109315ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fbd59625-2bd2-46fa-9829-2e42109315ae could not be found."}}' 2025-08-06 15:12:42,582 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1867310660 0.031s 2025-08-06 15:12:42,582 99413 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': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-def4d015-d8fb-42d1-9283-6b13f3d3c0b8', 'x-compute-request-id': 'req-def4d015-d8fb-42d1-9283-6b13f3d3c0b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1867310660'} Body: b'' 2025-08-06 15:12:42,754 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a 0.170s 2025-08-06 15:12:42,754 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-415141bb-9106-492d-8c36-32748a9a6cd5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a'} Body: b'' 2025-08-06 15:12:42,776 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a 0.022s 2025-08-06 15:12:42,777 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a36ef6f0-f849-410c-9345-20e138020edb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/183dade1-dd5e-452e-972d-0bacd128433a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 183dade1-dd5e-452e-972d-0bacd128433a does not exist", "detail": ""}}' 2025-08-06 15:12:43,138 99413 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be 0.360s 2025-08-06 15:12:43,138 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6eef7afe-dc11-4cba-9cf2-a1fe0bac01d8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fc1db391-fd57-46e7-ba33-15e65118f2be'} Body: b'' 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 6669f5be-0cde-4e3d-9009-93c331692b82 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:48,513 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.166s 2025-08-06 15:12:48,514 99413 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-1394249714", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9346abd2-212b-484a-b16b-b5c8f1955d44', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9346abd2-212b-484a-b16b-b5c8f1955d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "name": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-06 15:12:48,625 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.108s 2025-08-06 15:12:48,626 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-21db9a20-1bf2-428e-81eb-f3206c7a8934', 'x-openstack-request-id': 'req-21db9a20-1bf2-428e-81eb-f3206c7a8934', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2be0d799-ec5a-4130-a188-e282bb22c2fb could not be found."}}' 2025-08-06 15:12:48,627 99413 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-06 15:12:48,679 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action 0.052s 2025-08-06 15:12:48,680 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "aa85f6a946db48babfa421e13bb6c8c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b45b5e-b9fd-4006-b90e-0cb9bafe25e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action'} Body: b'' 2025-08-06 15:12:48,885 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-06 15:12:48,885 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "2be0d799-ec5a-4130-a188-e282bb22c2fb", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-3c0a1ca3-e21f-4082-b312-ae157560f571', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0a1ca3-e21f-4082-b312-ae157560f571', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:48.816984", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:48,944 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.038s 2025-08-06 15:12:48,944 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8580683-8b07-4a3a-b499-2090f6730cc2', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8580683-8b07-4a3a-b499-2090f6730cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,006 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.047s 2025-08-06 15:12:50,006 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac19e340-2c11-4336-ae90-f05813d1be26', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac19e340-2c11-4336-ae90-f05813d1be26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": "2025-08-06T15:12:49.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,059 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.038s 2025-08-06 15:12:50,060 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb6d3cf-2cd8-4777-89eb-de8adc3b23d2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb6d3cf-2cd8-4777-89eb-de8adc3b23d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"volume": {"id": "6669f5be-0cde-4e3d-9009-93c331692b82", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:49.000000", "updated_at": "2025-08-06T15:12:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1873463352", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1394249714", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6669f5be-0cde-4e3d-9009-93c331692b82"}], "user_id": "2b9b0330fc4744639f2c1ce32e6d611a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa85f6a946db48babfa421e13bb6c8c6"}}' 2025-08-06 15:12:50,163 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.090s 2025-08-06 15:12:50,163 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-9042ea7c-8906-4017-8b0a-d3a6b414af6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'' 2025-08-06 15:12:50,183 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82 0.020s 2025-08-06 15:12:50,184 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-93d7a4ae-6ca7-40bd-b2bc-414 b146a99a2', 'x-openstack-request-id': 'req-93d7a4ae-6ca7-40bd-b2bc-414b146a99a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6669f5be-0cde-4e3d-9009-93c331692b82'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6669f5be-0cde-4e3d-9009-93c331692b82 could not be found."}}' 2025-08-06 15:12:50,212 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action 0.028s 2025-08-06 15:12:50,213 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "aa85f6a946db48babfa421e13bb6c8c6"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-c5e3fe98-8e21-471d-a624-545868e1aa9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb/action'} Body: b'' 2025-08-06 15:12:50,261 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb 0.047s 2025-08-06 15:12:50,261 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12: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-8764cf36-9a87-47fd-893f-d981dfa78c9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb'} Body: b'' 2025-08-06 15:12:50,278 99413 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb 0.016s 2025-08-06 15:12:50,279 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:50 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-a2e80dd9-b905-4761-aafb-7c79d8f798eb', 'x-openstack-request-id': 'req-a2e80dd9-b905-4761-aafb-7c79d8f798eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2be0d799-ec5a-4130-a188-e282bb22c2fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2be0d799-ec5a-4130-a188-e282bb22c2fb could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:57,805 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-06 15:12:57,805 99413 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-1011273657"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c08d64-53b2-49e5-82a9-9499010be356', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c08d64-53b2-49e5-82a9-9499010be356', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:57.747055", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:57,854 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.037s 2025-08-06 15:12:57,854 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4abcd1a5-ecb5-45b8-a465-3024552460ec', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4abcd1a5-ecb5-45b8-a465-3024552460ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:58,907 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.038s 2025-08-06 15:12:58,907 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01247103-a595-4480-af96- 01b64a4fd064', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01247103-a595-4480-af96-01b64a4fd064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": "2025-08-06T15:12:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:58,963 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.039s 2025-08-06 15:12:58,964 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c0b26d-e645-49f4-8dd6-c658d5e5c41c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c0b26d-e645-49f4-8dd6-c658d5e5c41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"volume": {"id": "50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:58.000000", "updated_at": "2025-08-06T15:12:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-1011273657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:12:59,144 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.167s 2025-08-06 15:12:59,144 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4371aa8-428c-487b-9419-744c504b29a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'' 2025-08-06 15:12:59,164 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 0.020s 2025-08-06 15:12:59,165 99413 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-804c8597-a405-4b72-ae48-2746b46f079f', 'x-openstack-request-id': 'req-804c8597-a405-4b72-ae48-2746b46f079f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50c7d8c6-f6aa-4a08-b86b-fae1a8639fc5 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 4aaad17e-75ab-4178-b663-d64779ba059f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:12:59,332 99413 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.164s 2025-08-06 15:12:59,332 99413 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-806140297"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc65daa-0c97-4177-bade-3ec084f3c0d1', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc65daa-0c97-4177-bade-3ec084f3c0d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.276845", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:12:59,408 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.064s 2025-08-06 15:12:59,408 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76bda362-c590-4876-badc-40143cab989e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76bda362-c590-4876-badc-40143cab989e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,459 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.036s 2025-08-06 15:13:00,459 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-452ee06e-0125-4b8b-b557-b637f0bac9a0', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452ee06e-0125-4b8b-b557-b637f0bac9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": "2025-08-06T15:12:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,512 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.038s 2025-08-06 15:13:00,512 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaae3ad-c7f2-4ef4-b454-d2a9832ee4cd', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcaae3ad-c7f2-4ef4-b454-d2a9832ee4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"volume": {"id": "4aaad17e-75ab-4178-b663-d64779ba059f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:12:59.000000", "updated_at": "2025-08-06T15:12:59.000000", "name": "tempest-VolumesDeleteCascade-Volume-806140297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4aaad17e-75ab-4178-b663-d64779ba059f"}], "user_id": "bb77efdfe3d641a290be3469408b4736", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88bd723729b6473a9d0b3f8eb71df716"}}' 2025-08-06 15:13:00,620 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.093s 2025-08-06 15:13:00,620 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a16f93d-c0bd-45cf-b11e-a993d741a8c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'' 2025-08-06 15:13:00,641 99413 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f 0.021s 2025-08-06 15:13 :00,642 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc048abe-1c55-4ee7-9b50-f7abff29e18c', 'x-openstack-request-id': 'req-bc048abe-1c55-4ee7-9b50-f7abff29e18c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4aaad17e-75ab-4178-b663-d64779ba059f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4aaad17e-75ab-4178-b663-d64779ba059f 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 100df681-6807-4b46-ac6f-d93511464cdf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:14,006 99413 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/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.212s 2025-08-06 15:13:14,006 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-06addcb8-8e21-47ee-8c53-e155fa07af7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:14,342 99413 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.335s 2025-08-06 15:13:14,342 99413 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-55161915", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30dd66fc-4e05-4adf-8614-56b57745a817', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30dd66fc-4e05-4adf-8614-56b57745a817', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.281035", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:14,395 99413 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/100df681-6807-4b46-ac6f-d93511464cdf 0.040s 2025-08-06 15:13:14,395 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b1d35d-a256-48b8-b1a7-ecec4382a2a2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b1d35d-a256-48b8-b1a7-ecec4382a2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:15,449 99413 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/100df681-6807-4b46-ac6f-d93511464cdf 0.037s 2025-08-06 15:13:15,450 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9161d20d-ea5f-484c-9270-21b18406e6d8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9161d20d-ea5f-484c-9270-21b18406e6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"volume": {"id": "100df681-6807-4b46-ac6f-d93511464cdf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:14.000000", "updated_at": "2025-08-06T15:13:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-55161915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/100df681-6807-4b46-ac6f-d93511464cdf"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:15,561 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf 0.095s 2025-08-06 15:13:15,561 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-f60e5101-c3f4-4218-adb7-931e1f122e93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'' 2025-08-06 15:13:15,583 99413 INFO [ tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf 0.021s 2025-08-06 15:13:15,583 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-ab97516c-28b9-4b1c-9f4b-a29a0151722b', 'x-openstack-request-id': 'req-ab97516c-28b9-4b1c-9f4b-a29a0151722b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/100df681-6807-4b46-ac6f-d93511464cdf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 100df681-6807-4b46-ac6f-d93511464cdf 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 16f89ede-0f14-4ab7-bf79-c1f432fca659 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:15,604 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.019s 2025-08-06 15:13:15,605 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fba3d903-e67a-4727-935b-8db9afe02b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:15,893 99413 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.288s 2025-08-06 15:13:15,894 99413 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-1850363378", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb82632-9b42-43ed-9863-04d81d3327e9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb82632-9b42-43ed-9863-04d81d3327e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:15.835212", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:15,971 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.064s 2025-08-06 15:13:15,971 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Wed, 06 Aug 2025 15:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11241bd5-a85b-4aa1-b54a-45aec0557adf', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11241bd5-a85b-4aa1-b54a-45aec0557adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:17,032 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.041s 2025-08-06 15:13:17,033 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de90e38-e932-455a-8d25-acac2b466e10', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de90e38-e932-455a-8d25-acac2b466e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"volume": {"id": "16f89ede-0f14-4ab7-bf79-c1f432fca659", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:16.000000", "updated_at": "2025-08-06T15:13:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1850363378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:17,140 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.091s 2025-08-06 15:13:17,140 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-d2e9bf16-76dc-482d-9fd9-af3eb8dc4a52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'' 2025-08-06 15:13:17,161 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659 0.020s 2025-08-06 15:13:17,161 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-15e99b64-67a0-4c55-8ce3-0fa282eb903a', 'x-openstack-request-id': 'req-15e99b64-67a0-4c55-8ce3-0fa282eb903a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16f89ede-0f14-4ab7-bf79-c1f432fca659'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16f89ede-0f14-4ab7-bf79-c1f432fca659 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 4a021cc1-107c-4602-bcfa-71df49fd0f95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:17,182 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.019s 2025-08-06 15:13:17,183 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e025ee34-4555-4c32-8b1d-b05516dfe746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:17,534 99413 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.351s 2025-08-06 15:13:17,535 99413 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-1925683939", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7e6baf-5aa2-4ff0-8a04-287d54d380c4', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7e6baf-5aa2-4ff0-8a04-287d54d380c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.461830", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:17,630 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.079s 2025-08-06 15:13:17,630 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12004fe5-f901-4752-9c1e-9e6a0b402c38', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12004fe5-f901-4752-9c1e-9e6a0b402c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:18,711 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.061s 2025-08-06 15:13:18,711 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf50cc3-4cc4-4c86-a9ef-9bed457d30b9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf50cc3-4cc4-4c86-a9ef-9bed457d30b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"volume": {"id": "4a021cc1-107c-4602-bcfa-71df49fd0f95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:17.000000", "updated_at": "2025-08-06T15:13:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1925683939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:18,835 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.106s 2025-08-06 15:13:18,836 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10fd8b81-5e67-4c0d-904c-e7277b7214f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'' 2025-08-06 15:13:18,860 99413 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95 0.024s 2025-08-06 15:13:18,860 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a06b07-5d43-436c-8839-89bfafc5f79a', 'x-openstack-request-id': 'req-d7a06b07-5d43-436c-8839-89bfafc5f79a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a021cc1-107c-4602-bcfa-71df49fd0f95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a021cc1-107c-4602-bcfa-71df49fd0f95 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 a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:13:18,863 99413 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-06 15:13:18,924 99413 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.058s 2025-08-06 15:13:18,924 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-925642780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQTDgEbX5P0vICnzpAXtKO55rLsr0PZlEn7ymUFXJnrjpRxwlLWS+rqvZQAgkYJC7p6/4lidBLCUuvlRdQqtDnaNzAD+fKL75bXY2A1TkcIS4A5TvA1ClyE0eFH0c5qCg=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3661d4c5-e244-4307-8fc2-91022037e079', 'x-compute-request-id': 'req-3661d4c5-e244-4307-8fc2-91022037e079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-925642780", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHQTDgEbX5P0vICnzpAXtKO55rLsr0PZlEn7ymUFXJnrjpRxwlLWS+rqvZQAgkYJC7p6/4lidBLCUuvlRdQqtDnaNzAD+fKL75bXY2A1TkcIS4A5TvA1ClyE0eFH0c5qCg==", "fingerprint": "ac:8c:74:38:87:43:77:62:f1:c3:f0:91:7a:7f:0b:62", "user_id": "06db3a11184b419eabd627fa417dd178"}}' 2025-08-06 15:13:19,169 99413 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.242s 2025-08-06 15:13:19,169 99413 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-378634094", "description": "tempest-secgroup-smoke-378634094 description", "project_id": "819f807b1b234cdc9eb9439319a5c749"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-2bb9c37c-76ea-4c62-8988-dfe353f4a6f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "name": "tempest-secgroup-smoke-378634094", "stateful": true, "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "description": "tempest-secgroup-smoke-378634094 description", "shared": false, "security_group_rules": [{"id": "66dd485b-7bb5-444b-b41f-055dd7791001", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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": 1298, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}, {"id": "ab86a230-26f2-42a1-aa42-90c123a7bc75", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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": 1299, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:13:18Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 1, "project_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:19,874 99413 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-06 15:13:19,874 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-da719b5d-d9fc-458b-b9b3-0b1ea199c328', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "401e9524-e157-43b8-b992-71e21515e911", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}}' 2025-08-06 15:13:20,084 99413 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.209s 2025-08-06 15:13:20,085 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-61fcba51-02d4-418c-a78e-e8d109089179', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e352ec71-4dae-44c5-9b85-62b19e170f37", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:19Z", "updated_at": "2025-08-06T15:13:19Z", "revision_number": 0}}' 2025-08-06 15:13:20,298 99413 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.213s 2025-08-06 15:13:20,298 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-83c6352c-ffde-4c9c-ab3b-06fc6fdb4511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2af1876-ccaa-4a42-9603-80ff4f189e7a", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,508 99413 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.209s 2025-08-06 15:13:20,508 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7e2cb387-a779-4530-8394-a3db420c3ce9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ae3d38b-c65b-4211-80a4-a79f4d65271f", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,717 99413 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.208s 2025-08-06 15:13:20,717 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3c847b11-a8a4-4b5a-9cde-53b1ddb3455b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "980faf0a-daee-48aa-aec3-d9ff347173b4", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,940 99413 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.222s 2025-08-06 15:13:20,940 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "project_id": "819f807b1b234cdc9eb9439319a5c749", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0b2f4f0b-9233-4d52-a3e5-0468b3b4b46d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d900756f-7381-42aa-8683-5b0016f540b9", "project_id": "819f807b1b234cdc9eb9439319a5c749", "tenant_id": "819f807b1b234cdc9eb9439319a5c749", "security_group_id": "5cf3aaab-da9b-486e-a258-7b4b6a0ef03d", "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-06T15:13:20Z", "updated_at": "2025-08-06T15:13:20Z", "revision_number": 0}}' 2025-08-06 15:13:20,941 99413 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-06 15:13:20,960 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9 0.018s 2025-08-06 15:13:20,960 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-827307f5-42a1-4227-bfae-6fc580e26632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9'} 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": "45bf89d82804431e9700f972b7a5a1d4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "created_at": "2025-08-06T14:50:04Z", "updated_at": "2025-08-06T14:50:06Z", "tags": [], "self": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "file": "/v2/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:13:21,296 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-08-06 15:13:21,297 99413 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-1715135519", "snapshot_id": null, "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu )', 'content-type': 'application/json', 'x-compute-request-id': 'req-2218c307-97d8-4d1e-9555-f0bc85a023a9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2218c307-97d8-4d1e-9555-f0bc85a023a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.224539", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-06 15:13:21,357 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.048s 2025-08-06 15:13:21,357 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c8e48b-3085-4c02-ba95-fd665398f125', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c8e48b-3085-4c02-ba95-fd665398f125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:22,412 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.040s 2025-08-06 15:13:22,412 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05bf9d1d-b382-41a6-a3e3-178f597efe0d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05bf9d1d-b382-41a6-a3e3-178f597efe0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"volume": {"id": "a766cd2d-9efa-40e5-8f9a-2f11c0b51f42", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:21.000000", "updated_at": "2025-08-06T15:13:21.000000", "name": "te mpest-TestVolumeBootPattern-volume-origin-1715135519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42"}], "user_id": "06db3a11184b419eabd627fa417dd178", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "819f807b1b234cdc9eb9439319a5c749"}}' 2025-08-06 15:13:22,551 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.125s 2025-08-06 15:13:22,552 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-c52bf540-6d23-4935-adcb-7ab687b144e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'' 2025-08-06 15:13:22,575 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 0.022s 2025-08-06 15:13:22,575 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-aaa5efef-22e8-4944-8e57-7725b1c7dac4', 'x-openstack-request-id': 'req-aaa5efef-22e8-4944-8e57-7725b1c7dac4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a766cd2d-9efa-40e5-8f9a-2f11c0b51f42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a766cd2d-9efa-40e5-8f9a-2f11c0b51f42 could not be found."}}' 2025-08-06 15:13:22,879 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/5cf3aaab-da9b-486e-a258-7b4b6a0ef03d 0.303s 2025-08-06 15:13:22,879 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e356f05b-0fcb-4f90-8dc2-7d55e1f2fd90', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/5cf3aaab-da9b-486e-a258-7b4b6a0ef03d'} Body: b'' 2025-08-06 15:13:22,914 99413 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-925642780 0.034s 2025-08-06 15:13:22,915 99413 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13: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-58 a1188b-d924-43a3-9ed8-eab502cc534d', 'x-compute-request-id': 'req-58a1188b-d924-43a3-9ed8-eab502cc534d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-925642780'} Body: b'' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:11:47,553 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.102s 2025-08-06 15:11:47,554 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2529', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fb0e82db-914d-4539-86c8-cb54b42802a5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fcef63aa9c542e999b48f3fc47475c0", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1553008905-project-member", "password_expires_at": null}, "audit_ids": ["uQ2XFDGmTGGouAmsD7vf9Q"], "expires_at": "2025-08-06T16:11:47.000000Z", "issued_at": "2025-08-06T15:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff7384f7994a4c4a963fbbcc19e636d0", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1553008905"}, "is_domain": false, "roles": [{"id": "56773e6f9588476299edfa0a13758ba4", "name": "member"}, {"id": "5a3401831f46416e9451f14b9601efd9", "name": "reader"}], "catalog": [{"endpoints": [{"id": "aa1b5617eafe4397a98f52f0d2bda428", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "10bd612f275e4d108b58ab5055654a9b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bdfd44ad869247fcb148e14c6fe735cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "1ea471ace717454e939fc9b24f273eb9", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6520662eb154450bb8f9529d5773bdd5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "391fa5b8a8bb4d0d98c27970ea07277c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c499dd3dd8b048259dd7562c2801025d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "5d566290da9843b9a98edd305a32c64d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "193da0654cde4962b2dc1d8c5c571125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "e691c05e6cd64a6485ac341bb0989a43", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0823ac1ee2c74a3b8faf8d2a0e103c32", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ff7384f7994a4c4a963fbbcc19e636d0", "region": "RegionOne"}], "id": "ee98490674b44441b9cdbd227f377e7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "caddd0a5fec54c34961075cacca828bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fda3248562f341148cd5cdc293b751eb", "type": "identity", "name": "keystone"}]}}' 2025-08-06 15:11:47,554 99423 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '80ebd6d7-401e-43b6-8f92-f4e0aafabd1d', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25089, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-06T15:11:35Z', 'updated_at': '2025-08-06T15:11:35Z', 'revision_number': 1} available for tenant 2025-08-06 15:11:47,555 99423 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-06 15:11:47,556 99423 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-06 15:11:47,725 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.167s 2025-08-06 15:11:47,725 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2117577370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ=="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 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-b3cf3b97-8311-40db-a75c-ff6146cfe7ff', 'x-compute-request-id': 'req-b3cf3b97-8311-40db-a75c-ff6146cfe7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2117577370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ==", "fingerprint": "4e:6c:2c:9b:a3:73:31:96:a3:24:2e:2b:7b:99:8d:c3", "user_id": "9fcef63aa9c542e999b48f3fc47475c0"}}' 2025-08-06 15:11:47,728 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2117577370 created 2025-08-06 15:11:47,950 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-06 15:11:47,950 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2131909258", "description": "tempest-description--26266891"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-acfdddce-531f-44d5-a141-b3c412c496ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "name": "tempest-securitygroup--2131909258", "stateful": true, "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "description": "tempest-description--26266891", "shared": false, "security_group_rules": [{"id": "5be96398-27d1-4e04-841e-b98ee3c257b9", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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": 1237, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 0}, {"id": "d08d4ea5-fcb8-4b4e-b283-516791ffece9", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tena nt_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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": 1236, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-06T15:11:47Z", "updated_at": "2025-08-06T15:11:47Z", "revision_number": 1, "project_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:11:48,154 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-08-06 15:11:48,155 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-64645124-d770-4a06-99fc-13929a2201a8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0770f1cf-71cf-4602-a325-6267d7d6d9bd", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:48,441 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.285s 2025-08-06 15:11:48,441 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-813d82b3-b89a-410c-9e76-d7a20a636511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f188e89-0675-438a-aa82-a2e44e842be5", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "security_group_id": "83336a31-0a55-4d86-b347-fcfe3c97c6c7", "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-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:48,442 99423 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2131909258 created 2025-08-06 15:11:49,046 99423 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0. 604s 2025-08-06 15:11:49,046 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1f40f064-ac3d-4e87-a42e-447e229f1a69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85506d4c-6fd3-4933-a2ce-aca55bcec5a8", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "floating_ip_address": "172.24.4.90", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ff7384f7994a4c4a963fbbcc19e636d0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:11:48Z", "updated_at": "2025-08-06T15:11:48Z", "revision_number": 0}}' 2025-08-06 15:11:49,047 99423 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85506d4c-6fd3-4933-a2ce-aca55bcec5a8', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:11:48Z', 'updated_at': '2025-08-06T15:11:48Z', 'revision_number': 0, 'ip': '172.24.4.90'} created 2025-08-06 15:11:49,047 99423 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2117577370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBArza8kC2GmOwGA4wpMw74ImvNl5HwcYRomD9LyDowXMKIOlmy7gtC40Mvi9cp42x1mYaMeU7yUj2RtJSG9kx5zefP7gLX6i18zA84X3zr5oWcW3dymoi9/MfUkA/t9aJQ==', 'fingerprint': '4e:6c:2c:9b:a3:73:31:96:a3:24:2e:2b:7b:99:8d:c3', 'user_id': '9fcef63aa9c542e999b48f3fc47475c0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDWKUpQ+0hFLVRYHctYNBay57wnPtAqDBGGayct/XNw4MNTMO19SyLk\nIl02ZkhGHxqgBwYFK4EEACKhZANiAAQK82vJAthpjsBgOMKTMO+CJrzZeR8HGEaJ\ng/S8g6MFzCiDpZsu4LQuNDL4vXKeNsdZmGjHlO8lI9kbSUhvZMec3nz+4C1+otfM\nwPOF986+aFnFt3cpqIvfzH1JAP7fWiU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', 'name': 'tempest-securitygroup--2131909258', 'stateful': True, 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': 'tempest-description--26266891', 'shared': False, 'security_group_rules': [{'id': '5be96398-27d1-4e04-841e-b98ee3c257b9', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'security_group_id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', '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': 1237, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2025-08-06T15:11:47Z', 'revision_number': 0}, {'id': 'd08d4ea5-fcb8-4b4e-b283-516791ffece9', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'security_group_id': '83336a31-0a55-4d86-b347-fcfe3c97c6c7', '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': 1236, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2 025-08-06T15:11:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-06T15:11:47Z', 'updated_at': '2025-08-06T15:11:47Z', 'revision_number': 1, 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0'}, 'floating_ip': {'id': '85506d4c-6fd3-4933-a2ce-aca55bcec5a8', 'tenant_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '638ea82a-d901-4982-9851-bdebac49bc0b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ff7384f7994a4c4a963fbbcc19e636d0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-06T15:11:48Z', 'updated_at': '2025-08-06T15:11:48Z', 'revision_number': 0, 'ip': '172.24.4.90'}} 2025-08-06 15:11:49,694 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.646s 2025-08-06 15:11:49,695 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "imageRef": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "flavorRef": "1", "networks": [{"uuid": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d"}], "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "key_name": "tempest-keypair-2117577370", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26c38d0b-1283-41cd-9a9a-48a84d107e8c', 'x-compute-request-id': 'req-26c38d0b-1283-41cd-9a9a-48a84d107e8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "adminPass": "sn3Ahy852Vje"}}' 2025-08-06 15:11:49,819 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.121s 2025-08-06 15:11:49,820 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67f9c2a-8082-48ba-be4b-d0b26c326a1a', 'x-compute-request-id': 'req-d67f9c2a-8082-48ba-be4b-d0b26c326a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "BUILD", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": " bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:50Z", "updated": "2025-08-06T15:11:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2117577370", "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-06 15:12:40,088 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.222s 2025-08-06 15:12:40,089 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08667fe1-7136-4a17-93d6-3cbcf8a94fa2', 'x-compute-request-id': 'req-08667fe1-7136-4a17-93d6-3cbcf8a94fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:12:06Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:12:40,104 99423 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-06 15:13:40,353 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f/os-interface 0.198s 2025-08-06 15:13:40,354 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96e8ec88-0079-47fa-baec-f74266f636a5', 'x-compute-request-id': 'req-96e8ec88-0079-47fa-baec-f74266f636a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d", "port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082", "mac_addr": "fa:16:3e:b3:ef:6f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c5c874da-3246-4b59-b601-36c543082cd7", "ip_address": "10.0.0.3"}]}]}' 2025-08-06 15:13:41,107 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8 0.749s 2025-08-06 15:13:41,107 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082"}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-d9b5333f-b1fb-414e-bb9c-4aaebfbf0519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8'} Body: b'{"floatingip": {"id": "85506d4c-6fd3-4933-a2ce-aca55bcec5a8", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "floating_ip_address": "172.24.4.90", "floating_network_id": "638ea82a-d901-4982-9851-bdebac49bc0b", "router_id": "f3e832b2-0f68-4d76-815c-ebba37a5d7a9", "port_id": "d52ab70a-3bef-4315-b505-89c9cdc7e082", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "80ebd6d7-401e-43b6-8f92-f4e0aafabd1d", "mac_address": "fa:16:3e:b3:ef:6f", "admin_state_up": true, "status": "ACTIVE", "device_id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-06T15:11:48Z", "updated_at": "2025-08-06T15:13:40Z", "revision_number": 1, "project_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:41,110 99423 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.90:22' as 'cirros' with public key authentication 2025-08-06 15:13:41,123 99423 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-06 15:13:41,226 99423 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-06 15:13:41,227 99423 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.90 successfully created 2025-08-06 15:13:41,487 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.259s 2025-08-06 15:13:41,487 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1193ea19-8f3d-4684-8b84-839d97ff7969', 'x-compute-request-id': 'req-1193ea19-8f3d-4684-8b84-839d97ff7969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:12:06Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-06 15:13:41,598 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.079s 2025-08-06 15:13:41,598 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a7aea5-a8b5-4be1-909a-9262de88b653', 'x-compute-request-id': 'req-94a7aea5-a8b5-4be1-909a-9262de88b653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}]}]}' 2025-08-06 15:13:41,898 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.295s 2025-08-06 15:13:41,898 99423 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-1405181881", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110682fe-faed-436f-bb3d-c8776228c8d0', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110682fe-faed-436f-bb3d-c8776228c8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id" : "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:41.784152", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:13:41,950 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.039s 2025-08-06 15:13:41,950 99423 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': 'Wed, 06 Aug 2025 15:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebaf980-2dad-4d51-be7e-06da43cab385', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebaf980-2dad-4d51-be7e-06da43cab385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"volume": {"id": "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:42.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:43,005 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.040s 2025-08-06 15:13:43,005 99423 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': 'Wed, 06 Aug 2025 15:13:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8528fe59-36d0-4a0f-a28c-996902370085', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8528fe59-36d0-4a0f-a28c-996902370085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"volume": {"id": "cb55417b-17e0-4c95-8d1b-3e61e4a9aa64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:13:42.000000", "updated_at": "2025-08-06T15:13:42.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1405181881", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0. 210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64"}], "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0"}}' 2025-08-06 15:13:43,126 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.104s 2025-08-06 15:13:43,127 99423 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': 'Wed, 06 Aug 2025 15:13:43 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-e72c046c-f421-4958-a1ad-b9fc3ccb780f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'' 2025-08-06 15:13:43,148 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 0.021s 2025-08-06 15:13:43,148 99423 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': 'Wed, 06 Aug 2025 15:13:43 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-b042cc46-e55b-4597-9957-f240c5d8d2ff', 'x-openstack-request-id': 'req-b042cc46-e55b-4597-9957-f240c5d8d2ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cb55417b-17e0-4c95-8d1b-3e61e4a9aa64'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb55417b-17e0-4c95-8d1b-3e61e4a9aa64 could not be found."}}' 2025-08-06 15:13:43,271 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.122s 2025-08-06 15:13:43,272 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0224be9-b50c-4935-b467-17ae769a7cee', 'x-compute-request-id': 'req-c0224be9-b50c-4935-b467-17ae769a7cee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'' 2025-08-06 15:13:43,432 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.160s 2025-08-06 15:13:43,433 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:13:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1699', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67edb139-8e13-4743-b599-99eac2a89c7a', 'x-compute-request-id': 'req-67edb139-8e13-4743-b599-99eac2a89c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"server": {"id": "0ab19ed9-4579-427c-a123-469f7ab8422f", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-186573023", "status": "ACTIVE", "tenant_id": "ff7384f7994a4c4a963fbbcc19e636d0", "user_id": "9fcef63aa9c542e999b48f3fc47475c0", "metadata": {}, "hostId": "e39090b1ab99d149e1299c24cf732307d08e526d0e88e25ef11e58a0", "image": {"id": "2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2848d3c7-28bd-4fc2-b12b-f62f46eb2ee9"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-06T15:11:49Z", "updated": "2025-08-06T15:13:43Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2042448931-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}, {"version": 4, "addr": "172.24.4.90", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:ef:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ab19ed9-4579-427c-a123-469f7ab8422f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2117577370", "OS-SRV-USG:launched_at": "2025-08-06T15:12:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2131909258"}], "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-06 15:14:33,548 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f 0.049s 2025-08-06 15:14:33,549 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dc8498a9-98de-4ab4-947f-5c7eaf81d021', 'x-compute-request-id': 'req-dc8498a9-98de-4ab4-947f-5c7eaf81d021', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ab19ed9-4579-427c-a123-469f7ab8422f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0ab19ed9-4579-427c-a123-469f7ab8422f could not be found."}}' 2025-08-06 15:14:33,584 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117577370 0.034s 2025-08-06 15:14:33,584 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f17278a-d8e4-4083-b707-4a565d62 48f2', 'x-compute-request-id': 'req-7f17278a-d8e4-4083-b707-4a565d6248f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2117577370'} Body: b'' 2025-08-06 15:14:33,787 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7 0.202s 2025-08-06 15:14:33,788 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ea8f1384-c6d2-4050-a5fb-6b39cf9c22dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7'} Body: b'' 2025-08-06 15:14:33,811 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7 0.022s 2025-08-06 15:14:33,811 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8bf6930b-4912-47ac-b09f-361d2cf7b4b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/83336a31-0a55-4d86-b347-fcfe3c97c6c7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 83336a31-0a55-4d86-b347-fcfe3c97c6c7 does not exist", "detail": ""}}' 2025-08-06 15:14:34,161 99423 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8 0.349s 2025-08-06 15:14:34,161 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3c09597c-8c13-4c48-be9b-e9e5870d660c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85506d4c-6fd3-4933-a2ce-aca55bcec5a8'} Body: b'' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 168, in test_image_volume_dependencies_1 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a711eae7-95f3-431e-9d8b-d9d175fa8846 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:42,374 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.678s 2025-08-06 15:14:42,375 99423 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': 'Wed, 06 Aug 2025 15:14:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-84da715e-4934-4043-bbed-dd00d634bdaa', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:42Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,325 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file 0.947s 2025-08-06 15:14:43,325 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-be799695-f3f1-4191-98ea-3dbbb205df9a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file'} Body: b'' 2025-08-06 15:14:43,345 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.019s 2025-08-06 15:14:43,345 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-55843f8f-45a3-45d6-bccb-6aa2d3766eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46- 4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,363 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.017s 2025-08-06 15:14:43,363 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ddbf420-b1f7-49ba-a1c6-b692e9a23437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,380 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4 0.017s 2025-08-06 15:14:43,380 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af2778b-fc01-49ac-abaa-492a19d3bacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4'} 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": "89f68d0c7f43960a4d405f5ce6d1927c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2a2497e33bcbc46cd4df3a5689fa9e18dfc3d040a593c5f953e3213530829fde08d4e2561fa8155c0c594219c106fb3dcf6a9db088b4cc7ff299d6087ed698dd", "id": "840af4af-ec46-4390-9649-dcd56b1374a4", "created_at": "2025-08-06T15:14:42Z", "updated_at": "2025-08-06T15:14:43Z", "tags": [], "self": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4", "file": "/v2/images/840af4af-ec46-4390-9649-dcd56b1374a4/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:43,682 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.301s 2025-08-06 15:14:43,682 99423 DEBUG [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": "840af4af-ec46-4390-9649-dcd56b1374a4", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ee16f2-ea11-4 5a4-96b6-14c88b069a62', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ee16f2-ea11-45a4-96b6-14c88b069a62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:43.624462", "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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:43,734 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846 0.040s 2025-08-06 15:14:43,734 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7b3ea5-8877-48b7-a9ec-9f0505aa79e0', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7b3ea5-8877-48b7-a9ec-9f0505aa79e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:44.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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:44,790 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846 0.041s 2025-08-06 15:14:44,791 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04022d0-87c4-4167-92f3-d0593eb056dd', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04022d0-87c4-4167-92f3-d0593eb056dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846'} Body: b'{"volume": {"id": "a711eae7-95f3-431e-9d8b-d9d175fa8846", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:44.000000" , "updated_at": "2025-08-06T15:14:44.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/a711eae7-95f3-431e-9d8b-d9d175fa8846"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a711eae7-95f3-431e-9d8b-d9d175fa8846"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 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 c2400445-0ae1-42f1-acec-88f8a0fb7983 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:45,258 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.448s 2025-08-06 15:14:45,259 99423 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': 'Wed, 06 Aug 2025 15:14:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-20be607f-d816-4969-a760-8ab6086ab7a7', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:45Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,112 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file 0.850s 2025-08-06 15:14:46,112 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-26e9bedb-becc-449e-93e8-e8388cee7c64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file'} Body: b'' 2025-08-06 15:14:46,131 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.018s 2025-08-06 15:14:46,131 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d955fbf9-322a-47dd-a8a4-92af4ce5af14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72- 4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,148 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.017s 2025-08-06 15:14:46,149 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8526a69e-c738-4b4d-89ff-928199215da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,167 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0 0.018s 2025-08-06 15:14:46,168 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d1bef80-abc5-41a3-8aa8-6d06a1738c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0'} 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": "f761c64160045dfd2b81e6d1f4c41e88", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "610acc4d7c15df93d92e65060462dfc1d219e2fdbf97f7924207fda096794123aa8950582474acc8965173c405cbfde1de6e1b3dd4dedd126b6b9f9c00dfaf62", "id": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "created_at": "2025-08-06T15:14:45Z", "updated_at": "2025-08-06T15:14:46Z", "tags": [], "self": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0", "file": "/v2/images/b82e9eea-ce72-4290-84b3-fa89589b2ca0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:46,446 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.278s 2025-08-06 15:14:46,447 99423 DEBUG [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": "b82e9eea-ce72-4290-84b3-fa89589b2ca0", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c57f8335-1ddc-4 397-ad7d-b8aff5456e00', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c57f8335-1ddc-4397-ad7d-b8aff5456e00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.391480", "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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:46,493 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983 0.035s 2025-08-06 15:14:46,494 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9b825a-fda9-4f30-a535-0425b8c4a280', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9b825a-fda9-4f30-a535-0425b8c4a280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:47,549 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983 0.040s 2025-08-06 15:14:47,549 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29abd93-0599-492c-bca5-87eb75d53760', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29abd93-0599-492c-bca5-87eb75d53760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983'} Body: b'{"volume": {"id": "c2400445-0ae1-42f1-acec-88f8a0fb7983", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:46.000000" , "updated_at": "2025-08-06T15:14:47.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/c2400445-0ae1-42f1-acec-88f8a0fb7983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c2400445-0ae1-42f1-acec-88f8a0fb7983"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 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 798a8e9e-ab6d-4411-a235-2bf34548945b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-06 15:14:48,047 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.482s 2025-08-06 15:14:48,048 99423 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': 'Wed, 06 Aug 2025 15:14:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9500560d-5514-460d-bf31-f8b466d166b2', '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": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:48Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,896 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file 0.846s 2025-08-06 15:14:48,896 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7ef4229f-767a-41f7-8368-eee77e8cc4c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file'} Body: b'' 2025-08-06 15:14:48,916 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.019s 2025-08-06 15:14:48,916 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e829a93-c285-4ac3-a727-fa7aee5cb982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e- 4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,934 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.018s 2025-08-06 15:14:48,935 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a867e6da-07aa-4425-b3fa-f0a7ada809c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:48,953 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0 0.018s 2025-08-06 15:14:48,954 99423 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-62378e74-6ea4-41e9-8862-817191dba042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0'} 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": "1bf460d62d91f0be17fcd9cd5e9214b6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2f8296697fe24f7bbe6c32ffbaefd76f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "30db89967226eed67f514af31f6063a1fba9c945c7f640a3720a78a4419eff0bea10cde1a256c1b936d4007d49ca08b71139bc87f5ed17a9ac1e8b2c2c49c1e2", "id": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "created_at": "2025-08-06T15:14:48Z", "updated_at": "2025-08-06T15:14:49Z", "tags": [], "self": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0", "file": "/v2/images/6a86fd37-a56e-4ddc-9483-821fd80342d0/file", "schema": "/v2/schemas/image"}' 2025-08-06 15:14:49,303 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-06 15:14:49,304 99423 DEBUG [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": "6a86fd37-a56e-4ddc-9483-821fd80342d0", "size": 1}} Response - Headers: {'date': 'Wed, 06 Aug 2025 15:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99746465-6c3e-4 482-b88c-7d087121f648', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99746465-6c3e-4482-b88c-7d087121f648', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.225713", "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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-06 15:14:49,355 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b 0.039s 2025-08-06 15:14:49,355 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669973c6-cdd4-409e-9e32-66b962c8b2ca', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669973c6-cdd4-409e-9e32-66b962c8b2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' 2025-08-06 15:14:50,407 99423 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b 0.037s 2025-08-06 15:14:50,407 99423 DEBUG [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': 'Wed, 06 Aug 2025 15:14:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5b92e2-c607-4f22-92ff-ef0a7a8e030f', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5b92e2-c607-4f22-92ff-ef0a7a8e030f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b'} Body: b'{"volume": {"id": "798a8e9e-ab6d-4411-a235-2bf34548945b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-06T15:14:49.000000" , "updated_at": "2025-08-06T15:14:50.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/798a8e9e-ab6d-4411-a235-2bf34548945b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/798a8e9e-ab6d-4411-a235-2bf34548945b"}], "user_id": "ed9257abf9964f1db4720ed289b8b5d4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "2f8296697fe24f7bbe6c32ffbaefd76f"}}' ====== Totals ====== Ran: 219 tests in 1220.8402 sec. - Passed: 75 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4556.2586 sec. ============== Worker Balance ============== - Worker 0 (14 tests) => 0:08:35.657867 - Worker 1 (16 tests) => 0:05:37.913952 - Worker 2 (14 tests) => 0:01:15.931318 - Worker 3 (18 tests) => 0:14:09.008935 - Worker 4 (17 tests) => 0:10:21.905409 - Worker 5 (30 tests) => 0:14:06.309749 - Worker 6 (24 tests) => 0:18:14.382087 - Worker 7 (21 tests) => 0:01:23.787661 - Worker 8 (18 tests) => 0:02:11.111511 - Worker 9 (15 tests) => 0:16:40.956978 - Worker 10 (19 tests) => 0:04:49.574476 - Worker 11 (13 tests) => 0:19:38.167434 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed