all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==22.2.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.2.0,cmd2==2.4.3,cryptography==40.0.1,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.1.0,packaging==23.0,paramiko==3.1.0,pbr==5.11.1,prettytable==3.6.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://github.com/openstack/tempest@3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab#egg=tempest,testtools==2.6.0,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='2491754673' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {6} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.245894s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.018795s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.023735s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.327506s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.013442s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.014017s] ... ok {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.328395s] ... 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 970, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:51,890 91152 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools?detail=True 0.319s 2023-04-19 15:41:51,890 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3717b470-24e3-4ab6-a759-0a66188e72fd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3717b470-24e3-4ab6-a759-0a66188e72fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.057444s] ... ok {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.055150s] ... 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 970, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:51,952 91152 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools 0.052s 2023-04-19 15:41:51,953 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bbfe5c-eb2b-46c2-b9a3-8723c2c53ece', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bbfe5c-eb2b-46c2-b9a3-8723c2c53ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools'} Body: b'{"pools": []}' {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.182074s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.708196s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6ef10500-f2fc-4d13-ba78-fd19d1204f95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:52,381 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types 0.717s 2023-04-19 15:41:52,381 91168 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-1202181119"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18ea5f0-f564-4eda-8181-7dd0c05d4982', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18ea5f0-f564-4eda-8181-7dd0c05d4982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types'} Body: b'{"volume_type": {"id": "a012a4b2-595f-4b04-adf4-f0ca1af14b95", "name": "tempest-GroupsV320Test-volume-type-1202181119", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:41:52,457 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types 0.071s 2023-04-19 15:41:52,457 91168 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-1730511822"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67a68b5-1c81-410f-8d39-0b96a27b7234', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67a68b5-1c81-410f-8d39-0b96a27b7234', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types'} Body: b'{"group_type": {"id": "c30aaecd-266e-4759-b6d0-a806642bd52b", "name": "tempest-GroupsV320Test-group-type-1730511822", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:41:52,904 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups 0.444s 2023-04-19 15:41:52,904 91168 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": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "name": "tempest-GroupsV320Test-Group-81568246"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ab7ab9-fe88-4e83-99fd-ce348b88c220', 'content-length': '106', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ab7ab9-fe88-4e83-99fd-ce348b88c220', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "name": "tempest-GroupsV320Test-Group-81568246"}}' 2023-04-19 15:41:52,959 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.052s 2023-04-19 15:41:52,960 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f519235-4821-42a5-b7d0-5f87e5fdb76a', 'content-length': '386', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f519235-4821-42a5-b7d0-5f87e5fdb76a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:41:53.000000", "name": "tempest-GroupsV320Test-Group-81568246", "description": null, "group_type": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:41:54,034 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.069s 2023-04-19 15:41:54,034 91168 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, 19 Apr 2023 15:41:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34b8c6e-ec09-49cf-b814-2c3865974696', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34b8c6e-ec09-49cf-b814-2c3865974696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:41:53.000000", "name": "tempest-GroupsV320Test-Group-81568246", "description": null, "group_type": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:41:54,112 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/volumes/detail 0.073s 2023-04-19 15:41:54,113 91168 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, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d6d7345-e8d4-4ada-b03d-2aad53bd7406', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d6d7345-e8d4-4ada-b03d-2aad53bd7406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:41:54,216 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95/action 0.092s 2023-04-19 15:41:54,216 91168 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, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8228a85-5a67-4471-a5d0-889fd68aa9c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95/action'} Body: b'' 2023-04-19 15:41:54,235 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.018s 2023-04-19 15:41:54,235 91168 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, 19 Apr 2023 15:41:54 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-7048ef0a-823f-4e10-8634-7d0c2360537b', 'x-openstack-request-id': 'req-7048ef0a-823f-4e10-8634-7d0c2360537b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6ef10500-f2fc-4d13-ba78-fd19d1204f95 could not be found."}}' 2023-04-19 15:41:54,277 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types/c30aaecd-266e-4759-b6d0-a806642bd52b 0.041s 2023-04-19 15:41:54,277 91168 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, 19 Apr 2023 15:41:54 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-66e068d7-4699-48fc-8337-8b0ab747f5d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types/c30aaecd-266e-4759-b6d0-a806642bd52b'} Body: b'' 2023-04-19 15:41:54,354 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95 0.077s 2023-04-19 15:41:54,355 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-088c6ef2-dd72-4859-aa1a-50be57da61e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95'} Body: b'' 2023-04-19 15:41:54,370 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95 0.015s 2023-04-19 15:41:54,370 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:54 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-0f4e8f3f-8b65-402d-bb52-047bd437ac0a', 'x-openstack-request-id': 'req-0f4e8f3f-8b65-402d-bb52-047bd437ac0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a012a4b2-595f-4b04-adf4-f0ca1af14b95 could not be found."}}' {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.063057s] ... ok {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000770s] ... 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_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.017481s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.032001s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.032472s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.059890s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.046537s] ... ok {11} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {9} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.223366s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 891ecef0-8db9-47b3-ae34-33d4c1d45b22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:01,063 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types 0.168s 2023-04-19 15:42:01,063 91164 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-1824685942"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea68b97-7f3c-4c3c-b25e-542704e03c3c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea68b97-7f3c-4c3c-b25e-542704e03c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types'} Body: b'{"volume_type": {"id": "db5dc888-9c42-453d-a611-7edcab86fb31", "name": "tempest-GroupsTest-volume-type-1824685942", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:01,098 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types 0.031s 2023-04-19 15:42:01,098 91164 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-1836442938"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31db929-63dc-405a-81c8-874b451dbf65', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31db929-63dc-405a-81c8-874b451dbf65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types'} Body: b'{"group_type": {"id": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "name": "tempest-GroupsTest-group-type-1836442938", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:42:01,577 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups 0.476s 2023-04-19 15:42:01,578 91164 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": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"], "name": "tempest-Group1-800077271"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a8ac01-f82a-4fcc-bd8e-c5bd02d247a9', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a8ac01-f82a-4fcc-bd8e-c5bd02d247a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "name": "tempest-Group1-800077271"}}' 2023-04-19 15:42:01,625 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.044s 2023-04-19 15:42:01,625 91164 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, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f1392e-a1c4-4689-ab21-8740a0dc50e1', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f1392e-a1c4-4689-ab21-8740a0dc50e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:42:02.000000", "name": "tempest-Group1-800077271", "description": null, "group_type": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"]}}' 2023-04-19 15:42:02,682 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.049s 2023-04-19 15:42:02,683 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b496f157-9c97-49c7-be82-6406bd58dc4e', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b496f157-9c97-49c7-be82-6406bd58dc4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:42:02.000000", "name": "tempest-Group1-800077271", "description": null, "group_type": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"]}}' 2023-04-19 15:42:02,904 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail 0.216s 2023-04-19 15:42:02,904 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e59f94f-5820-4856-b9c9-bfa868faa696', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e59f94f-5820-4856-b9c9-bfa868faa696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:42:02,979 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22/action 0.064s 2023-04-19 15:42:02,980 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-cbca96a2-2a07-4396-ad65-5c9f9543e726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22/action'} Body: b'' 2023-04-19 15:42:02,996 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.016s 2023-04-19 15:42:02,997 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bd1122-4523-4477-bc46-778df7d0e350', 'x-openstack-request-id': 'req-64bd1122-4523-4477-bc46-778df7d0e350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 891ecef0-8db9-47b3-ae34-33d4c1d45b22 could not be found."}}' 2023-04-19 15:42:03,032 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/a03a5cbb-563f-4605-8c8e-73acb67a197c 0.035s 2023-04-19 15:42:03,033 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa12967-63e7-468c-b06c-136b67740685', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/a03a5cbb-563f-4605-8c8e-73acb67a197c'} Body: b'' 2023-04-19 15:42:03,098 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31 0.065s 2023-04-19 15:42:03,099 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f63b640-a72c-40f2-9abd-860fa8b7ab90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31'} Body: b'' 2023-04-19 15:42:03,117 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31 0.018s 2023-04-19 15:42:03,117 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 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-fe10d47f-35b9-4311-a1f7-e5861acf10ff', 'x-openstack-request-id': 'req-fe10d47f-35b9-4311-a1f7-e 5861acf10ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type db5dc888-9c42-453d-a611-7edcab86fb31 could not be found."}}' {9} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.550506s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 9bf0732a-472b-4cf9-8469-fc037c0c5d9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:03,167 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types 0.047s 2023-04-19 15:42:03,167 91164 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-1524992266"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f4c121-47d9-48fc-91a9-6e1b8afa695b', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f4c121-47d9-48fc-91a9-6e1b8afa695b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types'} Body: b'{"volume_type": {"id": "d36f26a7-aa96-43cd-a63a-37495ded5208", "name": "tempest-GroupsTest-volume-type-1524992266", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:03,201 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types 0.030s 2023-04-19 15:42:03,201 91164 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-399033566"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d69116-2f89-4f59-a5ab-4c7dfefc32b4', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d69116-2f89-4f59-a5ab-4c7dfefc32b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types'} Body: b'{"group_type": {"id": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "name": "tempest-GroupsTest-group-type-399033566", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:42:03,309 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups 0.105s 2023-04-19 15:42:03,310 91164 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": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"], "name": "tempest-GroupsTest-Group-833248781"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76df8496-38af-4a97-8722-4845008337ed', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76df8496-38af-4a97-8722-4845008337ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "name": "tempest-GroupsTest-Group-833248781"}}' 2023-04-19 15:42:03,340 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.028s 2023-04-19 15:42:03,340 91164 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, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c992295-de64-42dd-b982-916a80e1e17c', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c992295-de64-42dd-b982-916a80e1e17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:42:03.000000", "name": "tempest-GroupsTest-Group-833248781", "description": null, "group_type": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"]}}' 2023-04-19 15:42:04,380 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.035s 2023-04-19 15:42:04,380 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda44c0b-a1cc-4bc3-8580-35b78da6de62', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda44c0b-a1cc-4bc3-8580-35b78da6de62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:42:03.000000", "name": "tempest-GroupsTest-Group-833248781", "description": null, "group_type": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"]}}' 2023-04-19 15:42:04,454 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail 0.070s 2023-04-19 15:42:04,455 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df999604-12f1-4ef0-a20d-86df17e596d3', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df999604-12f1-4ef0-a20d-86df17e596d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:42:04,530 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e/action 0.066s 2023-04-19 15:42:04,531 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf54ed42-4f41-45b8-a3c5-531ec353f 6f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e/action'} Body: b'' 2023-04-19 15:42:04,547 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.016s 2023-04-19 15:42:04,547 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bcaee2-c86a-4104-b0c6-c6f4fa40923d', 'x-openstack-request-id': 'req-c3bcaee2-c86a-4104-b0c6-c6f4fa40923d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9bf0732a-472b-4cf9-8469-fc037c0c5d9e could not be found."}}' 2023-04-19 15:42:04,583 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/588ba4e4-e2d0-4b7f-bb99-64feb6854620 0.035s 2023-04-19 15:42:04,584 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a4a565-6f91-4029-927d-2d721e124187', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/588ba4e4-e2d0-4b7f-bb99-64feb6854620'} Body: b'' 2023-04-19 15:42:04,641 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208 0.057s 2023-04-19 15:42:04,642 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6d6320-e7c6-4a0a-9df0-e252fb2353c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208'} Body: b'' 2023-04-19 15:42:04,669 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208 0.027s 2023-04-19 15:42:04,670 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f5f518-9023-46fe-996d-0a56e0925922', 'x-openstack-request-id': 'req-43f5f518-9023-46fe-996d-0a56e0925922', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d36f26a7-aa96-43cd-a63a-37495ded5208 could not be found."}}' {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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c0d28bb0-d369-4432-b536-945ff41ed365 failed to build and is in ERROR status {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.857771s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c89f76c0-d623-4f03-973f-b759632c1dbc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:09,678 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes 0.474s 2023-04-19 15:42:09,679 91168 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-1259560060"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe90d21e-9ac0-41a1-a68d-cdf51effe6e4', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe90d21e-9ac0-41a1-a68d-cdf51effe6e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:09.618213", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:09,728 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.040s 2023-04-19 15:42:09,729 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d4a34b-aef5-48f3-80b2-8ac3f73dc9ae', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d4a34b-aef5-48f3-80b2-8ac3f73dc9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:10,801 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b75963 2c1dbc 0.061s 2023-04-19 15:42:10,801 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b65476-4aee-48ad-a67b-222574813a58', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b65476-4aee-48ad-a67b-222574813a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": "2023-04-19T15:42:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:10,905 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.093s 2023-04-19 15:42:10,905 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9417ad-9bb6-4c45-b5b1-59d0a352eb14', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9417ad-9bb6-4c45-b5b1-59d0a352eb14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": "2023-04-19T15:42:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:11,039 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.124s 2023-04-19 15:42:11,040 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-00895ea0-b70a-4a28-b697-f464bbe26766', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'' 2023-04-19 15:42:11,061 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.020s 2023-04-19 15:42:11,061 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3605b7-f373-472d-ba40-e286457c9a1a', 'x-openstack-request-id': 'req-7d3605b7-f373-472d-ba40-e286457c9a1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c89f76c0-d623-4f03-973f-b759632c1dbc could not be found."}}' {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.218318s] ... ok {3} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 68557e84-3c86-4f61-9b44-6fd60ea2f673 failed to build and is in ERROR status {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.243527s] ... ok {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.130552s] ... ok {3} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 196f62fb-fd8a-4e7d-b52f-307d5439e915 failed to build and is in ERROR status {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.290683s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.060290s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012887s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.074384s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.025712s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.579024s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ff2c7066-cca0-41d0-8754-3733b32ecef0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:21,184 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes 0.265s 2023-04-19 15:42:21,184 91152 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-574921174"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9899839d-fbbf-431f-af84-d8984efe8f67', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9899839d-fbbf-431f-af84-d8984efe8f67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.107725", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:21,242 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.048s 2023-04-19 15:42:21,242 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2869da20-f186-4ddb-b8b6-9f42ad1f5f17', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2869da20-f186-4ddb-b8b6-9f42ad1f5f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,299 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.045s 2023-04-19 15:42:22,299 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9043c237-215e-48dd-8903-df78530e2bde', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9043c237-215e-48dd-8903-df78530e2bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": "2023-04-19T15:42:21.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,348 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.037s 2023-04-19 15:42:22,348 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64007059-6314-4c8d-9fda-526b4545bf28', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64007059-6314-4c8d-9fda-526b4545bf28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": "2023-04-19T15:42:21.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,474 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.116s 2023-04-19 15:42:22,474 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-3671898b-2929-4eba-9088-bb564e9ea5e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'' 2023-04-19 15:42:22,496 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.021s 2023-04-19 15:42:22,496 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-aad8a551-6b20-42e6-8bb3-4a6c7314e525', 'x-openstack-request-id': 'req-aad8a551-6b20-42e6-8bb3-4a6c7314e525', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ff2c7066-cca0-41d0-8754-3733b32ecef0 could not be found."}}' {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.042393s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 057de381-072b-4920-821e-122d2bdb2100 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:21,226 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types 0.213s 2023-04-19 15:42:21,227 91164 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-2042633075", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b14b6cf-7712-4775-88e1-7af0090e8e45', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b14b6cf-7712-4775-88e1-7af0090e8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types'} Body: b'{"volume_type": {"id": "be7cb053-ba92-4a9f-8556-10b056467c03", "name": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-19 15:42:21,368 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes 0.137s 2023-04-19 15:42:21,369 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "be7cb053-ba92-4a9f-8556-10b056467c03", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f9ee79-9139-447a-96e7-cc2091658d07', 'x-openstack-request-id': 'req-94f9ee79-9139-447a-96e7-cc2091658d07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type be7cb053-ba92-4a9f-8556-10b056467c03 could not be found."}}' 2023-04-19 15:42:21,369 91164 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-19 15:42:21,399 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action 0.029s 2023-04-19 15:42:21,400 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "2a39ff3218964fc294d46e99bf60177a"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-780212ad-c411-4fa8-ad9c-fb5fb2c5032e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action'} Body: b'' 2023-04-19 15:42:21,625 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes 0.224s 2023-04-19 15:42:21,625 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "be7cb053-ba92-4a9f-8556-10b05646 7c03", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c69845c6-add9-41d9-bfdb-8272e6135734', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c69845c6-add9-41d9-bfdb-8272e6135734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.558606", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:21,677 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.042s 2023-04-19 15:42:21,677 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942dacc0-617c-48b4-9441-b256b49e2d71', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942dacc0-617c-48b4-9441-b256b49e2d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,734 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.045s 2023-04-19 15:42:22,735 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ff0676-ed7f-4a47-9cc4-ae2e42799c4f', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ff0676-ed7f-4a47-9cc4-ae2e42799c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": "2023-04-19T15:42:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,791 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.045s 2023-04-19 15:42:22,791 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdf66c8-652c-49c6-8cd0-b345b45d0979', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbdf66c8-652c-49c6-8cd0-b345b45d0979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": "2023-04-19T15:42:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,907 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.105s 2023-04-19 15:42:22,907 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-b476ae65-a465-4680-8ebc-2d81c4953785', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218 964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'' 2023-04-19 15:42:22,934 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.025s 2023-04-19 15:42:22,934 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-eed085c6-6c26-4ec9-be9f-7477605c8f84', 'x-openstack-request-id': 'req-eed085c6-6c26-4ec9-be9f-7477605c8f84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 057de381-072b-4920-821e-122d2bdb2100 could not be found."}}' 2023-04-19 15:42:22,970 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action 0.034s 2023-04-19 15:42:22,970 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "2a39ff3218964fc294d46e99bf60177a"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-8e1164a2-387c-4540-8889-a4ee9f6b76cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action'} Body: b'' 2023-04-19 15:42:23,022 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03 0.050s 2023-04-19 15:42:23,023 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-b98f1c58-ca9c-45f5-a909-a58eff5826e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03'} Body: b'' 2023-04-19 15:42:23,053 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03 0.030s 2023-04-19 15:42:23,054 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d87d3d-2498-471a-9dd2-5863fe672173', 'x-openstack-request-id': 'req-90d87d3d-2498-471a-9dd2-5863fe672173', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78 f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type be7cb053-ba92-4a9f-8556-10b056467c03 could not be found."}}' {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.296584s] ... ok {11} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74c2bca3-d157-4bb7-a8c0-4f18019e79c8 failed to build and is in ERROR status {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.483481s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c870f2be-2670-40bd-b75c-239f62e00bc7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,419 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.327s 2023-04-19 15:42:31,420 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-36cccb01-3467-4c0f-b419-73781417effd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:32,130 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes 0.709s 2023-04-19 15:42:32,131 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1031308762"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8deb6c-5a04-4d26-9864-ecaee56220ce', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8deb6c-5a04-4d26-9864-ecaee56220ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:31.999585", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:32,219 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.078s 2023-04-19 15:42:32,219 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf668bac-b1b6-4b78-bb1b-536f927727bb', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf668bac-b1b6-4b78-bb1b-536f927727bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,290 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.060s 2023-04-19 15:42:33,291 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7193a736-81fd-4984-ab99-1ddb1669e827', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7193a736-81fd-4984-ab99-1ddb1669e827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,365 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.059s 2023-04-19 15:42:33,365 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587fdeaa-72e6-4632-88b5-e381ad4a6df4', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-587fdeaa-72e6-4632-88b5-e381ad4a6df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,534 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.148s 2023-04-19 15:42:33,534 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-94353ec4-d25e-4bba-8b13-e2a0ac0ba97e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'' 2023-04-19 15:42:33,574 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.039s 2023-04-19 15:42:33,574 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6fa9e3-bf5b-42bd-b56c-fcbb37099195', 'x-openstack-request-id': 'req-2c6fa9e3-bf5b-42bd-b56c-fcbb37099195', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c870f2be-2670-40bd-b75c-239f62e00bc7 could not be found."}}' {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.735929s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e43749d-49c5-4939-bd36-aa5c5652217f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,213 91164 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/0d86b097d5e2419bba88479160886514/types 0.290s 2023-04-19 15:42:31,214 91164 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-1224241002", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f9ecd7-f2fb-4b25-b36c-876e130ef7ff', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f9ecd7-f2fb-4b25-b36c-876e130ef7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types'} Body: b'{"volume_type": {"id": "df218ca2-6486-4104-b895-66a4e8829820", "name": "tempest-VolumeTypesTest-volume-type-1224241002", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:31,260 91164 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/0d86b097d5e2419bba88479160886514/types 0.042s 2023-04-19 15:42:31,260 91164 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-8435721", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dd27f1-98e5-416a-8e81-5dd69c46ed4a', 'content-length': '270', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dd27f1-98e5-416a-8e81-5dd69c46ed4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types'} Body: b'{"volume_type": {"id": "edaaf588-b6ca-4e00-9965-89c8790edb9d", "name": "tempest-VolumeTypesTest-volume-type-8435721", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:31,929 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes 0.665s 2023-04-19 15:42:31,929 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-226661690", "volume_type": "df218ca2-6486-4104-b895-66a4e8829820", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b944b4e8-6d9f-4b03-94f6-0fd1f5218415', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b944b4e8-6d9f-4b03-94f6-0fd1f5218415', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:31.817743", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_ty pe": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:31,991 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.051s 2023-04-19 15:42:31,992 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8b6fad-11ae-4f87-9ecf-f0931236d705', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8b6fad-11ae-4f87-9ecf-f0931236d705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,059 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.054s 2023-04-19 15:42:33,059 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074b2fae-363d-4218-b043-6611d74bef02', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074b2fae-363d-4218-b043-6611d74bef02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36 -aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,153 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.079s 2023-04-19 15:42:33,154 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b8378c-7926-43b5-b62b-ae2eeaa3945d', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b8378c-7926-43b5-b62b-ae2eeaa3945d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,345 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.180s 2023-04-19 15:42:33,346 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-7e829abd-5d7f-484b-9a02-878f5f274b2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'' 2023-04-19 15:42:33,373 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.027s 2023-04-19 15:42:33,374 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de9a3f4-ea08-4197-b7b2-7b5b6d57385b', 'x-openstack-request-id': 'req-9de9a3f4-ea08-4197-b7b2-7b5b6d57385b ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e43749d-49c5-4939-bd36-aa5c5652217f could not be found."}}' 2023-04-19 15:42:33,487 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d 0.113s 2023-04-19 15:42:33,487 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-32efe752-30ad-4e2e-9d7b-914c740774a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d'} Body: b'' 2023-04-19 15:42:33,543 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d 0.055s 2023-04-19 15:42:33,543 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-1b69430a-046a-4ee4-a374-8bf44a66bd9b', 'x-openstack-request-id': 'req-1b69430a-046a-4ee4-a374-8bf44a66bd9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type edaaf588-b6ca-4e00-9965-89c8790edb9d could not be found."}}' 2023-04-19 15:42:33,632 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820 0.088s 2023-04-19 15:42:33,632 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-838b7239-d9ec-42f1-8a82-78923d1e893a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820'} Body: b'' 2023-04-19 15:42:33,657 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820 0.024s 2023-04-19 15:42:33,658 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-26e52a5e-5563-4a33-8240-103630724160', 'x-openstack-request-id': 'req-26e52a5e-5563-4a33-8240-103630724160', 'c onnection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df218ca2-6486-4104-b895-66a4e8829820 could not be found."}}' {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.241724s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.547757s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.040033s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.255948s] ... ok {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.660489s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 19120006-32e2-42b7-b011-49c094414142 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:33,847 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes 0.267s 2023-04-19 15:42:33,848 91168 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-1132060819"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f255c49-81d6-4d64-9da8-8c80cf02b540', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f255c49-81d6-4d64-9da8-8c80cf02b540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:33.781853", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:33,906 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.047s 2023-04-19 15:42:33,906 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429d6d19-6d9f-4ea0-95d1-a569d35b1a70', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429d6d19-6d9f-4ea0-95d1-a569d35b1a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:34,981 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.063s 2023-04-19 15:42:34,982 91168 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb86963-b450-4b57-b8fa-2b9b7c9e7410', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb86963-b450-4b57-b8fa-2b9b7c9e7410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": "2023-04-19T15:42:34.000000", "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:35,047 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.054s 2023-04-19 15:42:35,048 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89c8e2c-4ff9-4dda-b928-1ac9e9b3d41a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89c8e2c-4ff9-4dda-b928-1ac9e9b3d41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": "2023-04-19T15:42:34.000000", "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:35,199 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.140s 2023-04-19 15:42:35,199 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-799009ef-261f-4150-b7f6-76eecf8d2ee7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'' 2023-04-19 15:42:35,239 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.038s 2023-04-19 15:42:35,239 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe56b58-5706-4579-8f70-3de2b280380e', 'x-openstack-request-id': 'req-9fe56b58-5706-4579-8f70-3de2b280380e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19120006-32e2-42b7-b011-49c094414142 could not be found."}}' {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {6} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.704830s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f2c1c7d-73db-49fa-8406-15ee68a53efb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:36,697 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes 0.538s 2023-04-19 15:42:36,697 91158 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-1622261319"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7387f11-45dc-43a2-a401-98a8b0d335a0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7387f11-45dc-43a2-a401-98a8b0d335a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:36.607246", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:36,770 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb 0.059s 2023-04-19 15:42:36,771 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ead4a90-d862-4a14-80c2-639cd35b31c2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ead4a90-d862-4a14-80c2-639cd35b31c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b9f9b70b30b488e82907612a6d460db"}}' 2023-04-19 15:42:37,849 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb 0.066s 2023-04-19 15:42:37,850 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3acd2a0a-9820-4a58-8444-9e71761519f7', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3acd2a0a-9820-4a58-8444-9e71761519f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.000000", "updated_at": "2023-04-19T15:42:37.000000", "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b9f9b70b30b488e82907612a6d460db"}}' {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.259399s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a00d920-6fc6-471c-ac0b-47119e30ff08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:40,323 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes 1.013s 2023-04-19 15:42:40,324 91160 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-2089927063", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f3fd92-feff-434a-a0b5-a076adbdd240', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f3fd92-feff-434a-a0b5-a076adbdd240', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.231554", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:40,469 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08 0.123s 2023-04-19 15:42:40,469 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4380c466-3c9b-4f3c-b242-8aecd432bce5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4380c466-3c9b-4f3c-b242-8aecd432bce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a66acf73f87c49eb9e382e013661f3c5"}}' 2023-04-19 15:42:41,553 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08 0.056s 2023-04-19 15:42:41,554 91160 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ee3d15-a21e-4749-8b65-4d8221f489e4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ee3d15-a21e-4749-8b65-4d8221f489e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.000000", "updated_at": "2023-04-19T15:42:40.000000", "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a66acf73f87c49eb9e382e013661f3c5"}}' {4} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [14.019049s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e0929e8a-125d-44d0-b984-c0d07087778e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,551 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.751s 2023-04-19 15:42:31,551 91154 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-811621645"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-968a99d3-91be-4b88-b26a-13cab6e651ac', 'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"07e45e6a-6312-4ab1-82a9-354aaf167f7a","name":"tempest-tagged-attachments-test-net-811621645","tenant_id":"e45c971fdd61406bb1321ddb635ab494","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e45c971fdd61406bb1321ddb635ab494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-19T15:42:28Z","updated_at":"2023-04-19T15:42:28Z","revision_number":1}}' 2023-04-19 15:42:37,367 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.815s 2023-04-19 15:42:37,367 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "07e45e6a-6312-4ab1-82a9-354aaf167f7a", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-3930298a-0e51-490a-ae47-141e0dc1a252', 'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e397774c-7a30-4866-a678-e111f14c4edf","name":"","tenant_id":"e45c971fdd61406bb1321ddb635ab494","network_id":"07e45e6a-6312-4ab1-82a9-354aaf167f7a","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":"","service_types":[],"tags":[],"created_at":"2023-04-19T15:42:32Z","updated_at":"2023-04-19T15:42:32Z","revision_number":0,"project_id":"e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:37,735 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes 0.367s 2023-04-19 15:42:37,736 91154 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-516395293"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465782a9-b245-4d99-8386-237551522999', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465782a9-b245-4d99-8386-237551522999', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.649774", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:37,819 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e 0.070s 2023-04-19 15:42:37,820 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae31e2bc-c0f1-49c3-a78b-9fc6ec519743', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae31e2bc-c0f1-49c3-a78b-9fc6ec519743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:38.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:38,901 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e 0.069s 2023-04-19 15:42:38,901 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5daf28db-0821-47e2-b9f4-c67a9f4808f8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5daf28db-0821-47e2-b9f4-c67a9f4808f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:38.000000", "updated_at": "2023-04-19T15:42:38.000000", "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b 984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:39,766 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/e397774c-7a30-4866-a678-e111f14c4edf 0.852s 2023-04-19 15:42:39,767 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ca6efef3-ae30-4278-9061-4aa4f3f66166', 'date': 'Wed, 19 Apr 2023 15:42:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/e397774c-7a30-4866-a678-e111f14c4edf'} Body: b'' 2023-04-19 15:42:41,817 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/07e45e6a-6312-4ab1-82a9-354aaf167f7a 2.049s 2023-04-19 15:42:41,817 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-56878612-275c-46ee-ae30-335ea72c5af8', 'date': 'Wed, 19 Apr 2023 15:42:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/07e45e6a-6312-4ab1-82a9-354aaf167f7a'} Body: b'' {9} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b534535c-bce7-4bef-8690-cff2db918ebc failed to build and is in ERROR status {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [3.236080s] ... 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 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 936a1f16-b233-41ab-a514-d566b303e627 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:50,822 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.523s 2023-04-19 15:42:50,822 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-884199604"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a318c35-661d-41af-976d-4aa6fd7b8166', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a318c35-661d-41af-976d-4aa6fd7b8166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:50.760181", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,116 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.284s 2023-04-19 15:42:51,117 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1147252534"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f91c8e3-dab8-4c33-b53e-b533114a58f2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f91c8e3-dab8-4c33-b53e-b533114a58f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "45eeee5a-2de6-4d05-9b71-6f3899813c13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000216", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1147252534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/45eeee5a-2de6-4d05-9b71-6f3899813c13"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/45eeee5a-2de6-4d05-9b71-6f3899813c13"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,610 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.483s 2023-04-19 15:42:51,611 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1519039915"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7bd52fb-3eb7-4c18-a624-66565b2b7cb4', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7bd52fb-3eb7-4c18-a624-66565b2b7cb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "82fa2bfe-fff9-476b-9a38-8221e50e8e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.335924", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1519039915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/82fa2bfe-fff9-476b-9a38-8221e50e8e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/82fa2bfe-fff9-476b-9a38-8221e50e8e6f"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,905 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.285s 2023-04-19 15:42:51,905 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-426265234"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b953ad06-68a8-4761-bdb1-b59233f5031b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b953ad06-68a8-4761-bdb1-b59233f5031b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "44972276-8aff-4433-8ecc-9185f053ac79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.818187", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-426265234", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/44972276-8aff-4433-8ecc-9185f053ac79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/44972276-8aff-4433-8ecc-9185f053ac79"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:52,336 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.421s 2023-04-19 15:42:52,337 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-247812432"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4dab3b-818e-4fd5-9880-5b229aed07b0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4dab3b-818e-4fd5-9880-5b229aed07b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "6b4445cd-826a-47ee-9dcb-ae981cb28079", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:52.134959", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-247812432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/6b4445cd-826a-47ee-9dcb-ae981cb28079"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/6b4445cd-826a-47ee-9dcb-ae981cb28079"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:52,443 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627 0.096s 2023-04-19 15:42:52,444 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96beb8c9-4904-4237-96d7-e85540f5f2d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96beb8c9-4904-4237-96d7-e85540f5f2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000000", "updated_at": "2023-04-19T15:42:51.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4604d71e77214f49b7670cab4429fa91"}}' 2023-04-19 15:42:53,512 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627 0.048s 2023-04-19 15:42:53,514 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-011692c9-83c1-4cb1-8b62-00449f9bbd98', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-011692c9-83c1-4cb1-8b62-00449f9bbd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000000", "updated_at": "2023-04-19T15:42:51.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4604d71e77214f49b7670cab4429fa91"}}' {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.532076s] ... ok {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.318038s] ... ok {6} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.942645s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 5ec703cc-da6f-4b31-8d30-b9cb0028228e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:02,580 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types 0.127s 2023-04-19 15:43:02,580 91158 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-984246783"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc29671-730d-4f51-943a-ad25ff478f5a', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc29671-730d-4f51-943a-ad25ff478f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types'} Body: b'{"volume_type": {"id": "ff085f61-209c-437f-b4d6-b191a179f547", "name": "tempest-GroupsV314Test-volume-type-984246783", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:43:02,701 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types 0.119s 2023-04-19 15:43:02,702 91158 DEBUG [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-2025059264"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429a30f9-be63-47ee-ab45-5ac46d1ec644', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429a30f9-be63-47ee-ab45-5ac46d1ec644', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types'} Body: b'{"group_type": {"id": "e95c08aa-e797-485a-a443-d83f1c140b9b", "name": "tempest-GroupsV314Test-group-type-2025059264", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:43:03,019 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups 0.315s 2023-04-19 15:43:03,020 91158 DEBUG [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": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "name": "tempest-GroupsV314Test-Group-177499540"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df55698-ae7b-49eb-8f84-efa03b965753', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df55698-ae7b-49eb-8f84-efa03b965753', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "name": "tempest-GroupsV314Test-Group-177499540"}}' 2023-04-19 15:43:03,059 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.037s 2023-04-19 15:43:03,060 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de703b30-b932-44a2-a9d6-6af25db65c1b', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de703b30-b932-44a2-a9d6-6af25db65c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "name": "tempest-GroupsV314Test-Group-177499540", "description": null, "group_type": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:43:04,094 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.029s 2023-04-19 15:43:04,095 91158 DEBUG [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, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e8222b-11ac-44db-8536-cf7e06e63766', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e8222b-11ac-44db-8536-cf7e06e63766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "name": "tempest-GroupsV314Test-Group-177499540", "description": null, "group_type": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:43:04,172 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/volumes/detail 0.072s 2023-04-19 15:43:04,173 91158 DEBUG [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, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167470fd-b1a8-4383-8bb9-6a49cf090342', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167470fd-b1a8-4383-8bb9-6a49cf090342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:43:04,258 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e/action 0.074s 2023-04-19 15:43:04,258 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-4d840063-2e29-4381-a4c3-f14923201295', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e/action'} Body: b'' 2023-04-19 15:43:04,274 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.015s 2023-04-19 15:43:04,275 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-17894e81-141a-4ae3-8e57-6435bec7e467', 'x-openstack-request-id': 'req-17894e81-141a-4ae3-8e57-6435bec7e467', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5ec703cc-da6f-4b31-8d30-b9cb0028228e could not be found."}}' 2023-04-19 15:43:04,321 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types/e95c08aa-e797-485a-a443-d83f1c140b9b 0.045s 2023-04-19 15:43:04,321 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-e1a10751-7979-4a82-9d17-3449c00ec5ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types/e95c08aa-e797-485a-a443-d83f1c140b9b'} Body: b'' 2023-04-19 15:43:04,378 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547 0.056s 2023-04-19 15:43:04,378 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60d7bbfd-7c73-45cb-9e42-5d6c6da76a15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547'} Body: b'' 2023-04-19 15:43:04,394 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547 0.015s 2023-04-19 15:43:04,394 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13af0eb-5ee7-4f0f-969f-c002972601d3', 'x-openstack-request-id': 'req-d13af0eb-5ee7-4f0f-969f-c002972601d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ff085f61-209c-437f-b4d6-b191a179f547 could not be found."}}' {3} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.388355s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, 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 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74dd57f3-807e-46b9-96d9-ba69b385b15f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:01,299 91152 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.371s 2023-04-19 15:43:01,299 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-257067462", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNtcxf6zIk8V+M9PpLHbD2PoJ8mocFZM65XFu+KW+gE48w9kCyYas5zBVcH3GWalkGsPSWudOeTxaPqiw120V2OvNYszbWtZWisf0EkM+smPOAZkCg03wpt/b/ckESzT+A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f699a309-1d7e-4718-a494-0aad26103e9e', 'x-compute-request-id': 'req-f699a309-1d7e-4718-a494-0aad26103e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-257067462", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNtcxf6zIk8V+M9PpLHbD2PoJ8mocFZM65XFu+KW+gE48w9kCyYas5zBVcH3GWalkGsPSWudOeTxaPqiw120V2OvNYszbWtZWisf0EkM+smPOAZkCg03wpt/b/ckESzT+A==", "fingerprint": "61:8b:bf:68:a6:aa:1b:aa:8f:14:d3:95:ae:42:93:06", "user_id": "e2e36dfdeb714959982102a33b5151a2"}}' 2023-04-19 15:43:01,549 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.245s 2023-04-19 15:43:01,550 91152 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-709571135", "description": "tempest-secgroup-smoke-709571135 description", "project_id": "9d23bf5462294c19ad496d1241fc29f7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-188fdf2a-cff2-40f2-a09e-b1376c104c65', 'date': 'Wed, 19 Apr 2023 15:43:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "name": "tempest-secgroup-smoke-709571135", "stateful": true, "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "description": "tempest-secgroup-smoke-709571135 description", "shared": false, "security_group_rules": [{"id": "4e08945f-ceb6-4d7c-bfb8-7b5a6b0e5396", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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": 465, "description": null, "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}, {"id": "ebcc632d-22da-46cf-944f-6a754e5daf38", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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": 464, "description": null, "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}], "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z ", "revision_number": 1, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:01,850 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.300s 2023-04-19 15:43:01,851 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-85951411-e086-419c-b6c4-b9c0a92779d0', 'date': 'Wed, 19 Apr 2023 15:43:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e3cae7eb-0644-487e-9bef-902f5d869ae0", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,038 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-19 15:43:02,038 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-fea32e05-512e-4e17-a70e-f5175a71b4d4', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af418a50-e80b-4fce-979d-276e6d63611a", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,238 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2023-04-19 15:43:02,238 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a99f632-9be3-4f19-a2d9-3f140d25ad88', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"securi ty_group_rule": {"id": "49eb51d8-2cef-49ee-88fd-8a245c80494d", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,416 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-19 15:43:02,417 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fe1f3556-a0af-4c3a-bf17-1ab20d0427ed', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfb63796-fab3-4d6d-998a-7ae826038b8b", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,804 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-04-19 15:43:02,804 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c97100ac-9b8a-49e8-b8a3-de30efda190f', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9cb3449-010a-4fde-8c50-238473ceb11d", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:03,106 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.301s 2023-04-19 15:43:03,106 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "p roject_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-880f19f8-e6c5-49b2-b71d-79b6c3b22bbc', 'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3eb31d24-4912-46e0-8f3f-2c6aea2d343f", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:03,197 91152 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.085s 2023-04-19 15:43:03,198 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5af29dfd-2ad3-4804-9418-f15718a92552', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e2e36dfdeb714959982102a33b5151a2", "name": "tempest-TestShelveInstance-1904983951-project-member", "password_expires_at": null}, "audit_ids": ["ZHWnvCtuRdW4FElf0C--gA"], "expires_at": "2023-04-19T16:43:03.000000Z", "issued_at": "2023-04-19T15:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d23bf5462294c19ad496d1241fc29f7", "name": "tempest-TestShelveInstance-1904983951"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4991 8272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:43:03,199 91152 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '9723a7ef-3e13-4c5f-8693-0e6b398c7799', 'name': 'tempest-TestShelveInstance-181777728-network', 'tenant_id': '9d23bf5462294c19ad496d1241fc29f7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d23bf5462294c19ad496d1241fc29f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42800, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:42:28Z', 'updated_at': '2023-04-19T15:42:28Z', 'revision_number': 1} available for tenant 2023-04-19 15:43:03,563 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes 0.363s 2023-04-19 15:43:03,564 91152 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-1313142769", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1588c5-286a-460c-8676-c5c63920e12e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1588c5-286a-460c-8676-c5c63920e12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.497323", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:03,621 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.048s 2023-04-19 15:43:03,622 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef0ccda6-2ffc-49c0-a664-b151bb8dd2c6', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-ef0ccda6-2ffc-49c0-a664-b151bb8dd2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:04,720 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.087s 2023-04-19 15:43:04,720 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe30a76-aa7e-483d-b7dd-c3e1fd495b4e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe30a76-aa7e-483d-b7dd-c3e1fd495b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "updated_at": "2023-04-19T15:43:04.000000", "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:04,848 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.116s 2023-04-19 15:43:04,848 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d81fe1b-56a9-4da7-b3de-081ade23a499', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'' 2023-04-19 15:43:04,875 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.026s 2023-04-19 15:43:04,876 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-369d2d55-7793-4305-aa35-f4eff762089c', 'x-openstack-request-id': 'req-369d2d55-7793-4305-aa35-f4eff762089c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 74dd57f3-807e-46b9-96d9-ba69b385b15f could not be found."}}' 2023-04-19 15:43:05,280 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e4c4c287-2d4b-427d-829c-55eb6d70bbad 0.402s 2023-04-19 15:43:05,281 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b91c8689-2918-4d67-8bf6-2ce5f6de4cf1', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:43:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e4c4c287-2d4b-427d-829c-55eb6d70bbad'} Body: b'' 2023-04-19 15:43:05,311 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-257067462 0.029s 2023-04-19 15:43:05,311 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ada0e83-c5f1-4e3f-a32a-c274faf61adc', 'x-compute-request-id': 'req-6ada0e83-c5f1-4e3f-a32a-c274faf61adc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-257067462'} Body: b'' {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.223549s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.287488s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.021391s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.153133s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018515s] ... ok {6} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016134s] ... ok {6} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.812406s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5a79a76-2397-45de-9d5b-00a4cc967f2f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:12,628 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes 0.394s 2023-04-19 15:43:12,628 91158 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-1918942890"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c53d284-c4fd-42b4-9237-6a4f6b8ffc80', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c53d284-c4fd-42b4-9237-6a4f6b8ffc80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:12.560220", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:12,695 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.057s 2023-04-19 15:43:12,695 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a594aa-38ce-4f5a-a4b6-26abf4167504', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a594aa-38ce-4f5a-a4b6-26abf4167504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:13,786 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.079s 2023-04-19 15:43:13,786 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f94346a-1d41-49ea-b714-11ba19d8f9c7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f94346a-1d41-49ea-b714-11ba19d8f9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": "2023-04-19T15:43:13.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:13,862 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.062s 2023-04-19 15:43:13,862 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2758f9-69c1-40f7-9772-a6a6dc6415a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2758f9-69c1-40f7-9772-a6a6dc6415a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": "2023-04-19T15:43:13.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:14,008 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.136s 2023-04-19 15:43:14,009 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2e75fb-2a08-40cc-8da2-313743f2a12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'' 2023-04-19 15:43:14,044 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.034s 2023-04-19 15:43:14,044 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43: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-c983310a-ca2b-4693-b482-7d059f343ef4', 'x-openstack-request-id': 'req-c983310a-ca2b-4693-b482-7d059f343ef4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5a79a76-2397-45de-9d5b-00a4cc967f2f could not be found."}}' {6} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1ecb5c87-f1aa-415e-9875-b9b56e984707 failed to build and is in ERROR status {6} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [4.622052s] ... 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 101, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9cf97706-be8c-4eaf-827e-70a1a46052ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:18,553 91152 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/446706d6d585483594f2a38e4ff7fbf3/types 0.172s 2023-04-19 15:43:18,554 91152 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, 19 Apr 2023 15:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb3f9a6-055c-4a99-b92a-5f283c91ca5c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb3f9a6-055c-4a99-b92a-5f283c91ca5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/446706d6d585483594f2a38e4ff7fbf3/types'} Body: b'{"volume_type": {"id": "b290238f-b560-4a8e-b0ac-7d578fbbcc1c", "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}}' 2023-04-19 15:43:19,594 91152 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 1.037s 2023-04-19 15:43:19,595 91152 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, 19 Apr 2023 15:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dd10d8f7-c380-4023-9dde-b4cba0f6c6bf', '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": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:20Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,373 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a/file 1.776s 2023-04-19 15:43:21,374 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d1a5802f-15d8-4368-a711-14ada2c9301e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file'} Body: b'' 2023-04-19 15:43:21,396 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.021s 2023-04-19 15:43:21,396 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9bd61114-c546-4b3d-bb2b-f981b1b6f436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,421 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.024s 2023-04-19 15:43:21,421 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-33da0de4-d5d0-424f-b34b-42d5fef84e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,451 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.029s 2023-04-19 15:43:21,451 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44e50a94-b7d0-470a-9876-cccb1a4f329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,867 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes 0.415s 2023-04-19 15:43:21,868 91152 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": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49f0e3c-c5ed-4c7b-958f-ee767cb45f2c', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49f0e3c-c5ed-4c7b-958f-ee767cb45f2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:21.792796", "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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:21,931 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce 0.052s 2023-04-19 15:43:21,931 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2f9682-0d67-4b5a-b5ac-4a4de1354fb6', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2f9682-0d67-4b5a-b5ac-4a4de1354fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:22.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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "efdb19776eba4602ab046a9fbdaa2406"}}' 2023-04-19 15:43:22,988 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce 0.044s 2023-04-19 15:43:22,988 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8622152e-7444-43d0-a74d-09164086e5e1', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8622152e-7444-43d0-a74d-09164086e5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:22.000000", "updated_at": "2023-04-19T15:43:22.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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "efdb19776eba4602ab046a9fbdaa2406"}}' {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.531865s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 82a85249-1f5f-4d35-8522-9555a9287f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:09,413 91148 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.045s 2023-04-19 15:42:09,414 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2d81bb24-14e3-43e9-be7a-1c47e515086d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d86531c4aed432fbca7511b49a07158", "name": "tempest-DeleteServersTestJSON-1537455612-project-member", "password_expires_at": null}, "audit_ids": ["FLOtvdfQQ2WS6P2dqAf5Qw"], "expires_at": "2023-04-19T16:42:09.000000Z", "issued_at": "2023-04-19T15:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cba4752f63044041a25605f636eb3d18", "name": "tempest-DeleteServersTestJSON-1537455612"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:09,414 91148 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'c0c90add-4609-460a-809f-489f999700f0', 'name': 'tempest-DeleteServersTestJSON-1937883543-network', 'tenant_id': 'cba4752f63044041a25605f636eb3d18', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cba4752f63044041a25605f636eb3d18', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27938, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:50Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:11,388 91148 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 1.972s 2023-04-19 15:42:11,389 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-309524834", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "c0c90add-4609-460a-809f-489f999700f0"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a431e38-869f-4ebc-89fa-0a9745457add', 'x-compute-request-id': 'req-4a431e38-869f-4ebc-89fa-0a9745457add', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "YuD4hBhAvknT"}}' 2023-04-19 15:42:11,859 91148 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/5136965b-1d29-47d4-ae99-33b31a668b80 0.463s 2023-04-19 15:42:11,859 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d959d811-c61d-49a1-9b98-292a1f1c961e', 'x-compute-request-id': 'req-d959d811-c61d-49a1-9b98-292a1f1c961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "name": "tempest-DeleteServersTestJSON-server-309524834", "status": "BUILD", "tenant_id": "cba4752f63044041a25605f636eb3d18", "user_id": "7d86531c4aed432fbca7511b49a07158", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:11Z", "updated": "2023-04-19T15:42:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "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": []}}' 2023-04-19 15:43:02,407 91148 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/5136965b-1d29-47d4-ae99-33b31a668b80 0.485s 2023-04-19 15:43:02,407 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:01 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-81a13df1-2e2e-4675-a6ba-78ee13d15b68', 'x-compute-request-id': 'req-81a13df1-2e2e-4675-a6ba-78ee13d15b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "name": "tempest-DeleteServersTestJSON-server-309524834", "status": "ACTIVE", "tenant_id": "cba4752f63044041a25605f636eb3d18", "user_id": "7d86531c4aed432fbca7511b49a07158", "metadata": {}, "hostId": "50da3ae8e03c8ff078412cda36c66d815cc4cbd4b5058875b5865c74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:11Z", "updated": "2023-04-19T15:42:28Z", "addresses": {"tempest-DeleteServersTestJSON-1937883543-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:02,423 91148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:44:02,730 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes 0.251s 2023-04-19 15:44:02,731 91148 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-1101842737"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc001037-98ee-408c-b294-8078b6b285a4', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc001037-98ee-408c-b294-8078b6b285a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:02.6 60186", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:02,784 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08 0.043s 2023-04-19 15:44:02,784 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7616dc4-fae8-40c0-90ba-36a0f35baa5a', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7616dc4-fae8-40c0-90ba-36a0f35baa5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:03.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cba4752f63044041a25605f636eb3d18"}}' 2023-04-19 15:44:03,882 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08 0.085s 2023-04-19 15:44:03,882 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0791356-2e80-415c-83ac-32369e8e099a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0791356-2e80-415c-83ac-32369e8e099a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:03.000000", "updated_at": "2023-04-19T15:44:03.000000", "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volu mes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cba4752f63044041a25605f636eb3d18"}}' {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [125.711133s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6f1019ea-f764-43f4-b5b4-651ca4e05cae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:25,940 91156 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:26,119 91156 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.174s 2023-04-19 15:42:26,119 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1817890597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48dac0b0-d7d0-418c-9983-5efe31c6e848', 'x-compute-request-id': 'req-48dac0b0-d7d0-418c-9983-5efe31c6e848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1817890597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA==", "fingerprint": "cc:20:74:b9:ba:8b:bc:8b:3f:84:20:9c:de:dd:ec:a0", "user_id": "ea2dcb51753d4099805e8589c93b8143"}}' 2023-04-19 15:42:26,124 91156 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1817890597 created 2023-04-19 15:42:27,937 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.811s 2023-04-19 15:42:27,937 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1469013667", "description": "tempest-description--1330066279"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f2dc7b60-1aa4-4400-a84d-6eb45812dc62', 'date': 'Wed, 19 Apr 2023 15:42:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "name": "tempest-securitygroup--1469013667", "stateful": true, "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "description": "tempest-description--1330066279", "shared": false, "security_group_rules": [{"id": "323d452d-133a-4c7c-8a49-116f4ad37dc3", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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": 348, "description": null, "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}, {"id": "656de136-26e7-4125-b9a8-09af40dbe841", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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": 3 47, "description": null, "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}], "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 1, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:29,262 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.324s 2023-04-19 15:42:29,262 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-08ddf541-ad83-456f-b8f3-b82d8c6dedb6', 'date': 'Wed, 19 Apr 2023 15:42:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7a86cd4-9311-4a52-8ae9-a8cc674eaf55", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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, "description": "", "created_at": "2023-04-19T15:42:28Z", "updated_at": "2023-04-19T15:42:28Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:30,323 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.059s 2023-04-19 15:42:30,323 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3fd2a18a-23df-4cbd-b799-ed86ae41ac84', 'date': 'Wed, 19 Apr 2023 15:42:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cc084c5-04f4-4e6f-992e-242969260c0f", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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, "description": "", "created_at": "2023-04-19T15:42:29Z", "updated_at": "2023-04-19T15:42:29Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:30,324 91156 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1469013667 created 2023-04-19 15:42:35,473 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.148s 2023-04-19 15:42:35,473 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161" }} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-25b0103a-a9d1-4e78-9c29-9d8bf06e0416', 'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ec984219-a9ef-405b-b575-926d150c6395", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "floating_ip_address": "172.24.4.169", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c81ec3d570254ba98de839dff3a4e38d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:32Z", "updated_at": "2023-04-19T15:42:32Z", "revision_number": 0}}' 2023-04-19 15:42:35,473 91156 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ec984219-a9ef-405b-b575-926d150c6395', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:32Z', 'updated_at': '2023-04-19T15:42:32Z', 'revision_number': 0, 'ip': '172.24.4.169'} created 2023-04-19 15:42:35,596 91156 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.116s 2023-04-19 15:42:35,596 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bfe85757-adbe-4f90-99cd-7174a8ecefa7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2dcb51753d4099805e8589c93b8143", "name": "tempest-VolumesAdminNegativeTest-1882279775-project-member", "password_expires_at": null}, "audit_ids": ["jmohb8ZYQneJwZgG-5flvw"], "expires_at": "2023-04-19T16:42:35.000000Z", "issued_at": "2023-04-19T15:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81ec3d570254ba98de839dff3a4e38d", "name": "tempest-VolumesAdminNegativeTest-1882279775"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1 b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:35,597 91156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '2120248e-0535-4c4b-9005-45e5c51f68d9', 'name': 'tempest-VolumesAdminNegativeTest-1504024874-network', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35986, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:35,597 91156 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1817890597', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA==', 'fingerprint': 'cc:20:74:b9:ba:8b:bc:8b:3f:84:20:9c:de:dd:ec:a0', 'user_id': 'ea2dcb51753d4099805e8589c93b8143', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDjcdvOxmii289YOy4xXYJqc1tM4D/zU5LWoqNdqBxbMgKog7MiRlqI\noNwJf3P9NzegBwYFK4EEACKhZANiAARWM+LYOWO7ErlzLwH0XFrvpKkSh+PMJIpi\nd7AEUNOzT5sdntllQJQSIxERuuLV3TLFplZBYxMWYLfjohrAl2rfyaTcG2CRkLPq\ndxf0FMT7wbCEkgkotzMQKPIEH+vQ08g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '491b8d83-6f05-456c-b7dc-eacea469a33e', 'name': 'tempest-securitygroup--1469013667', 'stateful': True, 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': 'tempest-description--1330066279', 'shared': False, 'security_group_rules': [{'id': '323d452d-133a-4c7c-8a49-116f4ad37dc3', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'security_group_id': '491b8d83-6f05-456c-b7dc-eacea469a33e', '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': 348, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 0, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}, {'id': '656de136-26e7-4125-b9a8-09af40dbe841', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'security_group_id': '491b8d83-6f05-456c-b7dc-eacea469a33e', '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': 347, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 0, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}], 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 1, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}, 'floating_ip': {'id': 'ec984219-a9ef-405b-b575-926d150c6395', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:32Z', 'updated_at': '2023-04-19T15:42:32Z', 'revision_number': 0, 'ip': '172.24.4.169'}} 2023-04-19 15:42:38,748 91156 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.150s 2023-04-19 15:42:38,748 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1579453739", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2120248e-0535-4c4b-9005-45e5c51f68d9"}], "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "key_name": "tempest-keypair-1817890597", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac9e848-2c62-410e-8df7-1dab74e0429e', 'x-compute-request-id': 'req-2ac9e848-2c62-410e-8df7-1dab74e0429e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "adminPass": "VGx6myHS48v6"}}' 2023-04-19 15:42:38,909 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262 0.158s 2023-04-19 15:42:38,910 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-569656df-f52a-41c9-8edf-212e07d12438', 'x-compute-request-id': 'req-569656df-f52a-41c9-8edf-212e07d12438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "name": "tempest-VolumesAdminNegativeTest-server-1579453739", "status": "BUILD", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "met adata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:39Z", "updated": "2023-04-19T15:42:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1817890597", "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": []}}' 2023-04-19 15:43:29,271 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262 0.301s 2023-04-19 15:43:29,272 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:28 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-1c033ef5-5627-4fda-8f87-77867fb7af3a', 'x-compute-request-id': 'req-1c033ef5-5627-4fda-8f87-77867fb7af3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "name": "tempest-VolumesAdminNegativeTest-server-1579453739", "status": "ACTIVE", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "f552353a553fe96b7c9b286698828dc285922b5590965fececab2df4", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:38Z", "updated": "2023-04-19T15:42:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-1504024874-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:97:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1817890597", "OS-SRV-USG:launched_at": "2023-04-19T15:42:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:29,284 91156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:44:29,484 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262/os-interface 0.173s 2023-04-19 15:44:29,484 91156 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:29 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-c8ce9156-a3f2-438b-8841-2fbd1bc6a19a', 'x-compute-request-id': 'req-c8ce9156-a3f2-438b-8841-2fbd1bc6a19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2120248e-0535-4c4b-9005-45e5c51f68d9", "port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991", "mac_addr": "fa:16:3e:4e:97:70", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "62979548-bbc7-4037-8157-8ada0a8e49ce", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 15:44:30,243 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/ec984219-a9ef-405b-b575-926d150c6395 0.755s 2023-04-19 15:44:30,244 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c53a2ddf-901a-4cdd-80dd-579cb33eca9c', 'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ec984219-a9ef-405b-b575-926d150c6395'} Body: b'{"floatingip": {"id": "ec984219-a9ef-405b-b575-926d150c6395", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "floating_ip_address": "172.24.4.169", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "fdca7fc4-8b0e-4dcd-80ee-f04dcd44c383", "port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2120248e-0535-4c4b-9005-45e5c51f68d9", "mac_address": "fa:16:3e:4e:97:70", "admin_state_up": true, "status": "ACTIVE", "device_id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:32Z", "updated_at": "2023-04-19T15:44:29Z", "revision_number": 1, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:44:30,246 91156 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.169:22' as 'cirros' with public key authentication 2023-04-19 15:44:30,282 91156 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:30,305 91156 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:30,305 91156 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.169 successfully created 2023-04-19 15:44:30,535 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes 0.229s 2023-04-19 15:44:30,536 91156 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-1746947191"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f8a1c5-1fe6-4562-b884-982312b09725', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-c5f8a1c5-1fe6-4562-b884-982312b09725', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.469414", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:30,586 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae 0.040s 2023-04-19 15:44:30,586 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9634d1-b6cb-4dcd-bb15-c2564c3dda60', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9634d1-b6cb-4dcd-bb15-c2564c3dda60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:44:31,638 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae 0.040s 2023-04-19 15:44:31,638 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba89c6a9-5c16-4c13-af5a-8c891c5b50ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba89c6a9-5c16-4c13-af5a-8c891c5b50ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.000000", "updated_at": "2023-04-19T15:44:31.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [173.350800s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b37d339f-65fe-43c8-867c-c0fe0f2c2b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:16,813 91162 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:42:16,813 91162 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:17,067 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.251s 2023-04-19 15:42:17,067 91162 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-2086142111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:16 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-5a212384-74e5-4374-ad32-7960ec29b6cb', 'x-compute-request-id': 'req-5a212384-74e5-4374-ad32-7960ec29b6cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2086142111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ==", "fingerprint": "6c:6b:c9:43:80:cd:2a:8f:dd:9b:48:b3:37:9b:90:35", "user_id": "d00ada35fa344f1cb23f3b6470a87d99"}}' 2023-04-19 15:42:17,072 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2086142111 created 2023-04-19 15:42:17,912 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.840s 2023-04-19 15:42:17,913 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--13631705", "description": "tempest-description--701498451"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-07009bb6-70eb-4c15-a15f-dae0127d7050', 'date': 'Wed, 19 Apr 2023 15:42:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "name": "tempest-securitygroup--13631705", "stateful": true, "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "description": "tempest-description--701498451", "shared": false, "security_group_rules": [{"id": "08c9ec61-246c-40aa-a944-5758a04929e4", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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": 294, "description": null, "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}, {"id": "7bdcb29b-7312-4bb2-9960-ad7ff4ec2488", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_ prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 292, "description": null, "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}], "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:18,990 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.077s 2023-04-19 15:42:18,991 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-1bca9294-52fa-4a79-b292-6c61480e2cd7', 'date': 'Wed, 19 Apr 2023 15:42:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d764d931-abcb-4f65-95a4-7c61da50c5a8", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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, "description": "", "created_at": "2023-04-19T15:42:18Z", "updated_at": "2023-04-19T15:42:18Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:19,711 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.719s 2023-04-19 15:42:19,711 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-982800a1-2fd0-473b-a22d-e536b9e8d18c', 'date': 'Wed, 19 Apr 2023 15:42:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f7065d6-a827-49d3-9dd7-4e2635c1133c", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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, "description": "", "created_at": "2023-04-19T15:42:19Z", "updated_at": "2023-04-19T15:42:19Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:19,711 91162 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--13631705 created 2023-04-19 15:42:22,571 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.859s 2023-04-19 15:42:22,572 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-702e3e43-954f-4af1-9c1b-557e8b0609aa', 'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c7482a65-8cf1-414c-8ecb-3dc87db831be", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.65", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c42f3c3da3f945a1a946db703408fd69", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:21Z", "updated_at": "2023-04-19T15:42:21Z", "revision_number": 0}}' 2023-04-19 15:42:22,572 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c7482a65-8cf1-414c-8ecb-3dc87db831be', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.65', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:21Z', 'updated_at': '2023-04-19T15:42:21Z', 'revision_number': 0, 'ip': '172.24.4.65'} created 2023-04-19 15:42:22,691 91162 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.113s 2023-04-19 15:42:22,692 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-68f6081f-05ba-400a-8640-08fbc04db313', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d00ada35fa344f1cb23f3b6470a87d99", "name": "tempest-AttachVolumeShelveTestJSON-1426525044-project-member", "password_expires_at": null}, "audit_ids": ["3NcAzgcvRYyaPFhhrhdQZw"], "expires_at": "2023-04-19T16:42:22.000000Z", "issued_at": "2023-04-19T15:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c42f3c3da3f945a1a946db703408fd69", "name": "tempest-AttachVolumeShelveTestJSON-1426525044"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public ", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:22,692 91162 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '8a84383a-b04d-43d2-b8fa-475db387d9f3', 'name': 'tempest-AttachVolumeShelveTestJSON-1507322490-network', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5636, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:52Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:22,693 91162 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2086142111', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ==', 'fingerprint': '6c:6b:c9:43:80:cd:2a:8f:dd:9b:48:b3:37:9b:90:35', 'user_id': 'd00ada35fa344f1cb23f3b6470a87d99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAh+qCFL37nEmakDoR5wUtfaY0TGJQy2N4t7NGEwNbHd7IwPyfIU6Qb\nElzASm3pSmWgBwYFK4EEACKhZANiAASeRrb40/HBS9g3QKj4J2pGMs9pEgVpS0uA\nA+ZUX3Mi3LCl/6ru/poXxIPiYOylMas+buAguc+5K69AYFsfHKMuAL3WJGs0OqwI\nocXiLexTXJXeBMWtbNzWf3zYAHvSamU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', 'name': 'tempest-securitygroup--13631705', 'stateful': True, 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': 'tempest-description--701498451', 'shared': False, 'security_group_rules': [{'id': '08c9ec61-246c-40aa-a944-5758a04929e4', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', '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': 294, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, {'id': '7bdcb29b-7312-4bb2-9960-ad7ff4ec2488', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', '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': 292, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T1 5:42:17Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}], 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 1, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, 'floating_ip': {'id': 'c7482a65-8cf1-414c-8ecb-3dc87db831be', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.65', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:21Z', 'updated_at': '2023-04-19T15:42:21Z', 'revision_number': 0, 'ip': '172.24.4.65'}} 2023-04-19 15:42:24,901 91162 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 2.206s 2023-04-19 15:42:24,901 91162 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-300841027", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8a84383a-b04d-43d2-b8fa-475db387d9f3"}], "security_groups": [{"name": "tempest-securitygroup--13631705"}], "key_name": "tempest-keypair-2086142111", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89', '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-aafcb2cd-6e55-4a1e-a033-fca5c433b483', 'x-compute-request-id': 'req-aafcb2cd-6e55-4a1e-a033-fca5c433b483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--13631705"}], "adminPass": "password"}}' 2023-04-19 15:42:25,046 91162 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/c709ad03-162e-408f-af2b-072b5c041a89 0.138s 2023-04-19 15:42:25,046 91162 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, 19 Apr 2023 15:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', '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-4e4ef3e4-db1f-4c1d-ae77-af1abe14a13e', 'x-compute-request-id': 'req-4e4ef3e4-db1f-4c1d-ae77-af1abe14a13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "BUILD", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1 cb23f3b6470a87d99", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:25Z", "updated": "2023-04-19T15:42:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2086142111", "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}}' 2023-04-19 15:43:15,463 91162 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/c709ad03-162e-408f-af2b-072b5c041a89 0.352s 2023-04-19 15:43:15,463 91162 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, 19 Apr 2023 15:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f843fc-9617-4fb6-980c-021782b3981c', 'x-compute-request-id': 'req-f6f843fc-9617-4fb6-980c-021782b3981c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:24Z", "updated": "2023-04-19T15:42:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2086142111", "OS-SRV-USG:launched_at": "2023-04-19T15:42:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--13631705"}], "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}}' 2023-04-19 15:43:15,478 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:15,739 91162 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/c709ad03-162e-4 08f-af2b-072b5c041a89/os-interface 0.206s 2023-04-19 15:44:15,740 91162 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, 19 Apr 2023 15:44:15 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-e06ccd5c-11fc-4bbe-8ea6-f275e6702d51', 'x-compute-request-id': 'req-e06ccd5c-11fc-4bbe-8ea6-f275e6702d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a", "mac_addr": "fa:16:3e:08:5f:7f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "99647fa5-859b-42a5-bbe1-2b9cf5c86f99", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:44:16,833 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be 1.089s 2023-04-19 15:44:16,834 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-10859b0a-d881-40cc-9c8e-f689a4ed7f4e', 'date': 'Wed, 19 Apr 2023 15:44:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be'} Body: b'{"floatingip": {"id": "c7482a65-8cf1-414c-8ecb-3dc87db831be", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.65", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "857746d3-d6a5-4b5a-9b23-5c3f41eaa860", "port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "mac_address": "fa:16:3e:08:5f:7f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c709ad03-162e-408f-af2b-072b5c041a89", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:21Z", "updated_at": "2023-04-19T15:44:16Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:16,836 91162 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.65:22' as 'cirros' with public key authentication 2023-04-19 15:44:16,872 91162 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:16,895 91162 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:16,896 91162 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.65 successfully created 2023-04-19 15:44:16,949 91162 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/c709ad03-162e-408f-af2b-072b5c041a89/ips 0.052s 2023-04-19 15:44:16,950 91162 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, 19 Apr 2023 15:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-opensta ck-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1568316c-cbbe-473a-8082-f601b859dde7', 'x-compute-request-id': 'req-1568316c-cbbe-473a-8082-f601b859dde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-19 15:44:17,210 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes 0.257s 2023-04-19 15:44:17,211 91162 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-989719421"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7e5f4f-ebd2-4499-b301-c5c56948d007', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7e5f4f-ebd2-4499-b301-c5c56948d007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.144521", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:17,278 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29 0.057s 2023-04-19 15:44:17,278 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a33f4d4-16ea-4e39-8f69-3c47fceb65ee', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a33f4d4-16ea-4e39-8f69-3c47fceb65ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b64 70a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:18,329 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29 0.038s 2023-04-19 15:44:18,329 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b444798-3a19-4b05-9e7c-beb04cf3c5be', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b444798-3a19-4b05-9e7c-beb04cf3c5be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.000000", "updated_at": "2023-04-19T15:44:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:18,578 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.233s 2023-04-19 15:44:18,579 91162 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, 19 Apr 2023 15:44:18 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-bd5b4789-4c2a-4aee-a38c-e129747ce92d', 'x-compute-request-id': 'req-bd5b4789-4c2a-4aee-a38c-e129747ce92d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'' 2023-04-19 15:44:19,271 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.691s 2023-04-19 15:44:19,272 91162 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, 19 Apr 2023 15:44:18 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-2bb29c85-c606-460a-b15c-77d230a27ef0', 'x-compute-request-id': 'req-2bb29c85-c606-4 60a-b15c-77d230a27ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:24Z", "updated": "2023-04-19T15:44:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}, {"version": 4, "addr": "172.24.4.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2086142111", "OS-SRV-USG:launched_at": "2023-04-19T15:42:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--13631705"}], "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}}' 2023-04-19 15:45:09,377 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.043s 2023-04-19 15:45:09,378 91162 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, 19 Apr 2023 15:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7ae3a225-ee51-46c7-84a2-38e3413e066d', 'x-compute-request-id': 'req-7ae3a225-ee51-46c7-84a2-38e3413e066d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c709ad03-162e-408f-af2b-072b5c041a89 could not be found."}}' 2023-04-19 15:45:09,408 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2086142111 0.029s 2023-04-19 15:45:09,409 91162 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, 19 Apr 2023 15:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cb31d24-cd53-47d9-8f0c-31cc83ba7300', 'x-compute-request-id': 'req-7cb31d24-cd53-47d9-8f0c-31cc83ba7300', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2086142111'} Body: b'' 2023-04-19 15:45:09,577 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 0.167s 2023-04-19 15:45:09,578 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-53a453ac-4d5b-437a-96f8-f66f0cbe874c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3'} Body: b'' 2023-04-19 15:45:09,613 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 0.034s 2023-04-19 15:45:09,613 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-69a17533-161f-4487-a9aa-ee17611f12a4', 'date': 'Wed, 19 Apr 2023 15:45:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 does not exist", "detail": ""}}' 2023-04-19 15:45:10,162 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be 0.548s 2023-04-19 15:45:10,162 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1ea23abc-0c6f-4eeb-bee1-4edb39a2502c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be'} Body: b'' {1} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.763401s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f91ac597-3b99-4efe-b8f9-0f27622e0b9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:14,262 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes 0.624s 2023-04-19 15:45:14,262 91148 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-1507035612", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dbcbdcc-1155-4e91-a636-8cff0293c417', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbcbdcc-1155-4e91-a636-8cff0293c417', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.196670", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:14,316 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a 0.044s 2023-04-19 15:45:14,316 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b053b9-72f3-4694-a396-3565806aedcd', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b053b9-72f3-4694-a396-3565806aedcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "456b454cafb244219ee09a9fe0052334"}}' 2023-04-19 15:45:15,387 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a 0.058s 2023-04-19 15:45:15,388 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f827195-6f20-4a3c-b8d6-9a8a9e3a57a9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f827195-6f20-4a3c-b8d6-9a8a9e3a57a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.000000", "updated_at": "2023-04-19T15:45:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "456b454cafb244219ee09a9fe0052334"}}' {1} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.776722s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3decf513-d8a7-4087-af61-22a69090d236 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:26,419 91148 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.591s 2023-04-19 15:45:26,420 91148 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-1610859807", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0df7828-c654-4a11-8c4e-b6b409119924', 'x-compute-request-id': 'req-a0df7828-c654-4a11-8c4e-b6b409119924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.282468", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 15:45:26,515 91148 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/3decf513-d8a7-4087-af61-22a69090d236 0.091s 2023-04-19 15:45:26,516 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-370ee6a9-66b1-4e0a-b90a-b0f77efddd2b', 'x-compute-request-id': 'req-370ee6a9-66b1-4e0a-b90a-b0f77efddd2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 15:45:27,599 91148 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/3decf513-d8a7-4087-af61-22a69090d236 0.077s 2023-04-19 15:45:27,599 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:27 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-107d59a9-d0f3-4f43-9811-8232b9e2cde6', 'x-compute-request-id': 'req-107d59a9-d0f3-4f43-9811-8232b9e2cde6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {1} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {1} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {2} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [175.374848s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8f57d364-4e9d-408c-a201-ed94be1c5158 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:41,219 91150 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/054b9710-7933-4467-9e07-bc414d3de236 0.228s 2023-04-19 15:42:41,220 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8a36f1a8-684f-4e57-8071-180d4de23d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:42,240 91150 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.970s 2023-04-19 15:42:42,240 91150 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, 19 Apr 2023 15:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-42e928a4-c891-4a69-8780-899c61dbca21', '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": "b0463fb8ecdb4adb8e5502b2a16e4ac0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "created_at": "2023-04-19T15:42:42Z", "updated_at": "2023-04-19T15:42:42Z", "tags": [], "self": "/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11", "file": "/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:44,266 91150 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-19 15:42:44,267 91150 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/e6e62e91-f4c1-445b-8854-8baf42832c11/file 2.026s 2023-04-19 15:42:44,267 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-df4c8e93-b9f4-46af-8b28-a582fbc4b9ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11/file'} Body: b'' 2023-04-19 15:42:44,268 91150 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:42:44,268 91150 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:44,586 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.315s 2023-04-19 15:42:44,587 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1240069358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1f7cd2f-7046-4f2d-89d2-bff331e0f99b', 'x-compute-request-id': 'req-e1f7cd2f-7046-4f2d-89d2-bff331e0f99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1240069358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ==", "fingerprint": "9d:f5:12:8c:f5:87:56:93:a8:6b:76:c6:04:7f:85:43", "user_id": "6f0a32c0350843bd8344a46638f58c86"}}' 2023-04-19 15:42:44,592 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1240069358 created 2023-04-19 15:42:45,076 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.483s 2023-04-19 15:42:45,077 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--90519826", "description": "tempest-description--527926823"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-27e7576b-22d1-4d7f-a01a-f4f8ef55ee27', 'date': 'Wed, 19 Apr 2023 15:42:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "name": "tempest-securitygroup--90519826", "stateful": true, "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "description": "tempest-description--527926823", "shared": false, "security_group_rules": [{"id": "3f104c71-7ad6-4057-bb27-09c9fec173f5", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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": 411, "description": null, "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}, {"id": "8e50e6b4-8725-439f-a530-5754c3d6ebd7", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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": 410, "description": null, "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}], "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 1, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:45,999 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.922s 2023-04-19 15:42:46,000 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-859e5eeb-da07-45b9-aec6-308ab9c936e3', 'date': 'Wed, 19 Apr 2023 15:42:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f212283e-3b33-4cbc-97d4-967b84b5bfe3", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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, "description": "", "created_at": "2023-04-19T15:42:45Z", "updated_at": "2023-04-19T15:42:45Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:46,225 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-04-19 15:42:46,226 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7b6072da-4943-4c33-bb04-137836a3c57e', 'date': 'Wed, 19 Apr 2023 15:42:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1232c1fd-f8fd-43c7-98a9-29de1420d3b8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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, "description": "", "created_at": "2023-04-19T15:42:46Z", "updated_at": "2023-04-19T15:42:46Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:46,226 91150 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--90519826 created 2023-04-19 15:42:49,198 91150 INFO [tempest.lib.common.rest_client] Request (Valid ationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.971s 2023-04-19 15:42:49,199 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-31e04a14-bb21-45d4-a050-cbe34a8d3276', 'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df398168-4b71-4f6b-ade1-a83bae98afb8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "floating_ip_address": "172.24.4.54", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bb3cf6df3f3c4b77a484366eec229734", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:48Z", "updated_at": "2023-04-19T15:42:48Z", "revision_number": 0}}' 2023-04-19 15:42:49,199 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df398168-4b71-4f6b-ade1-a83bae98afb8', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:48Z', 'updated_at': '2023-04-19T15:42:48Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-04-19 15:42:49,317 91150 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.112s 2023-04-19 15:42:49,318 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-39338796-f919-40c4-aff5-72e7a698a3c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f0a32c0350843bd8344a46638f58c86", "name": "tempest-AttachSCSIVolumeTestJSON-599180046-project-member", "password_expires_at": null}, "audit_ids": ["r9-HMC0QRoKK_pWNMrwfiw"], "expires_at": "2023-04-19T16:42:49.000000Z", "issued_at": "2023-04-19T15:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb3cf6df3f3c4b77a484366eec229734", "name": "tempest-AttachSCSIVolumeTestJSON-599180046"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "566ec12e 5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:49,318 91150 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3cba41ac-db09-4596-9aeb-c92c6e8a1e9e', 'name': 'tempest-AttachSCSIVolumeTestJSON-1716184491-network', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16778, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:49,319 91150 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1240069358', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ==', 'fingerprint': '9d:f5:12:8c:f5:87:56:93:a8:6b:76:c6:04:7f:85:43', 'user_id': '6f0a32c0350843bd8344a46638f58c86', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDM5kwVr97ZUL4ZDin4+KGkogKoNAuZ4xTka6ft5L1jwGuyegI5+qer\nAHsUpuVsDragBwYFK4EEACKhZANiAARDySoWlmye7VPboEOuZF3MX71SiwcguXCB\nFavPBu/KSQgTbLxD3XsRNUQ6ITn3zvrbGBlyQtDGshn/Dz7LTVOX+2oCtTZLSZVr\nd+qSURL8maT74sf1nh+c9pim1HrqeI0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4acd69aa-3df4-46dd-accb-a0badcc57d1c', 'name': 'tempest-securitygroup--90519826', 'stateful': True, 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': 'tempest-description--527926823', 'shared': False, 'security_group_rules': [{'id': '3f104c71-7ad6-4057-bb27-09c9fec173f5', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'security_group_id': '4acd69aa-3df4-46dd-accb-a0badcc57d1c', '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': 411, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 0, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}, {'id': '8e50e6b4-8725-439f-a530-5754c3d6ebd7', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'security_group_id': '4ac d69aa-3df4-46dd-accb-a0badcc57d1c', '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': 410, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 0, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}], 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 1, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}, 'floating_ip': {'id': 'df398168-4b71-4f6b-ade1-a83bae98afb8', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:48Z', 'updated_at': '2023-04-19T15:42:48Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-04-19 15:42:51,334 91150 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 2.014s 2023-04-19 15:42:51,335 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "imageRef": "e6e62e91-f4c1-445b-8854-8baf42832c11", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e"}], "security_groups": [{"name": "tempest-securitygroup--90519826"}], "key_name": "tempest-keypair-1240069358", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e602bf7-8580-4d4b-952b-af99f8d924c4', 'x-compute-request-id': 'req-7e602bf7-8580-4d4b-952b-af99f8d924c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--90519826"}], "adminPass": "mhfMbboUaCe4"}}' 2023-04-19 15:42:51,458 91150 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/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.119s 2023-04-19 15:42:51,587 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b230c526-e86e-4b01-94cb-a5e737121e7e', 'x-compute-request-id': 'req-b230c526-e86e-4b01-94cb-a5e737121e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "BUILD", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:42:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "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": []}}' 2023-04-19 15:43:41,926 91150 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/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.300s 2023-04-19 15:43:41,927 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7c340f-df7e-4eec-bc73-df1649830fa8', 'x-compute-request-id': 'req-3c7c340f-df7e-4eec-bc73-df1649830fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "ACTIVE", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "d92682fd91ff1f27ee301605509334d7e6ea26a7febb28af2853b1c5", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:43:03Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1716184491-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "OS-SRV-USG:launched_at": "2023-04-19T15:43:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--90519826"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:41,939 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:42,144 91150 INFO [tempest.lib.common.re st_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f/os-interface 0.174s 2023-04-19 15:44:42,145 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:41 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-7887007e-3b14-4792-a71e-53b330fa0540', 'x-compute-request-id': 'req-7887007e-3b14-4792-a71e-53b330fa0540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e", "port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff", "mac_addr": "fa:16:3e:c2:47:d6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5f5011b0-6f6f-4c96-8e42-554fe834039f", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:44:43,095 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8 0.946s 2023-04-19 15:44:43,095 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b542e55d-35c3-43dd-a922-e5cd5e2e8710', 'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8'} Body: b'{"floatingip": {"id": "df398168-4b71-4f6b-ade1-a83bae98afb8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "floating_ip_address": "172.24.4.54", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "dff53b4f-cc6d-4ef4-8805-a35184b82c8c", "port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e", "mac_address": "fa:16:3e:c2:47:d6", "admin_state_up": true, "status": "ACTIVE", "device_id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:48Z", "updated_at": "2023-04-19T15:44:42Z", "revision_number": 1, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:43,097 91150 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2023-04-19 15:44:43,168 91150 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:43,191 91150 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:43,192 91150 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2023-04-19 15:44:43,416 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes 0.223s 2023-04-19 15:44:43,416 91150 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-811769259"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8001c753-b0d4-460f-aea3-ce2c72a32f5d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8001c753-b0d4-460f-aea3-ce2c72a32f5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.356269", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:43,466 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158 0.040s 2023-04-19 15:44:43,466 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418d76f7-6cca-4ecf-bdd6-128eee0a7425', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418d76f7-6cca-4ecf-bdd6-128eee0a7425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:44,517 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158 0.038s 2023-04-19 15:44:44,518 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee63bdb2-cc5e-4227-b6b1-15cd9bb32909', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee63bdb2-cc5e-4227-b6b1-15cd9bb32909', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.000000", "updated_at": "2023-04-19T15:44:43.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:44,674 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.143s 2023-04-19 15:44:44,674 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 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-a5778bf1-3df1-4e6e-8a82-319283ae3a56', 'x-compute-request-id': 'req-a5778bf1-3df1-4e6e-8a82-319283ae3a56', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'' 2023-04-19 15:44:45,421 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.746s 2023-04-19 15:44:45,421 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 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-28992dec-e2bd-49a0-acbe-3234432f03f4', 'x-compute-request-id': 'req-28992dec-e2bd-49a0-acbe-3234432f03f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "ACTIVE", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "d92682fd91ff1f27ee301605509334d7e6ea26a7febb28af2853b1c5", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:44:45Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1716184491-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0 .0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "OS-SRV-USG:launched_at": "2023-04-19T15:43:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--90519826"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:35,518 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.036s 2023-04-19 15:45:35,519 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:35 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-9a691e33-491e-4708-ae45-a6ec26223292', 'x-compute-request-id': 'req-9a691e33-491e-4708-ae45-a6ec26223292', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f could not be found."}}' 2023-04-19 15:45:35,549 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240069358 0.029s 2023-04-19 15:45:35,549 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:35 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-80b794f4-afcc-4b8b-b4a4-6a8fa78d189c', 'x-compute-request-id': 'req-80b794f4-afcc-4b8b-b4a4-6a8fa78d189c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240069358'} Body: b'' 2023-04-19 15:45:35,690 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c 0.140s 2023-04-19 15:45:35,690 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-caea3efc-eb1f-4124-b89f-631fb0fd3552', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c'} Body: b'' 2023-04-19 15:45:35,721 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c 0.030s 2023-04-19 15:45:35,722 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req -024c20bc-e2fe-41a1-b7a4-a28049d7919f', 'date': 'Wed, 19 Apr 2023 15:45:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4acd69aa-3df4-46dd-accb-a0badcc57d1c does not exist", "detail": ""}}' 2023-04-19 15:45:36,212 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8 0.490s 2023-04-19 15:45:36,212 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4736a3cc-cf93-4aa3-97df-08ab21de0b21', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8'} Body: b'' 2023-04-19 15:45:36,345 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11 0.132s 2023-04-19 15:45:36,346 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f34b4656-52ae-4c00-8647-b45c15176856', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11'} Body: b'' 2023-04-19 15:45:36,364 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11 0.017s 2023-04-19 15:45:36,364 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2c0633a-9944-4da3-8d50-b90532aa0d3b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11'} Body: b'{"message": "No image found with ID e6e62e91-f4c1-445b-8854-8baf42832c11

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.200863s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.103356s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.327574s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.034715s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.038876s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.690190s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c6d8c12-72e8-4119-89d4-4106644bca97 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:40,719 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/72b18a59abe0467fb2698633dcef082c/os-quota-sets/adaec77b48ac44ddb50323383ca6d505?usage=True 0.070s 2023-04-19 15:45:40,720 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05dd5a39-f0d5-4326-8898-15f410b4dbeb', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05dd5a39-f0d5-4326-8898-15f410b4dbeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72b18a59abe0467fb2698633dcef082c/os-quota-sets/adaec77b48ac44ddb50323383ca6d505?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:41,027 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes 0.298s 2023-04-19 15:45:41,028 91148 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-632367183"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbdce52-69a9-4e7a-a932-ce3d65ec778d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbdce52-69a9-4e7a-a932-ce3d65ec778d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:40.972504", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:41,076 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.038s 2023-04-19 15:45:41,076 91148 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, 19 Apr 2023 15:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a05a742-9bee-4f94-b0ac-8f0731d1491d', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a05a742-9bee-4f94-b0ac-8f0731d1491d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,127 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.039s 2023-04-19 15:45:42,127 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09c5d8e-26df-449f-8983-59ec7d1881cd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09c5d8e-26df-449f-8983-59ec7d1881cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": "2023-04-19T15:45:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,187 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.047s 2023-04-19 15:45:42,187 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-3903be98-77a6-499b-98a8-be4c78b1131c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3903be98-77a6-499b-98a8-be4c78b1131c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": "2023-04-19T15:45:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,311 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.112s 2023-04-19 15:45:42,311 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0ca79f-70cb-4186-ad9b-3774be26787f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'' 2023-04-19 15:45:42,335 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.023s 2023-04-19 15:45:42,335 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c57ea9-064c-4841-800c-32494fd75408', 'x-openstack-request-id': 'req-57c57ea9-064c-4841-800c-32494fd75408', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6c6d8c12-72e8-4119-89d4-4106644bca97 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.522249s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8313bdc-7f98-48e4-adf1-62f48397a565 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:42,575 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes 0.235s 2023-04-19 15:45:42,576 91148 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-1139757751"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7ab7ca-27c2-4377-b7f0-e3bf061e0a90', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7ab7ca-27c2-4377-b7f0-e3bf061e0a90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:42.507442", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:42,625 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.040s 2023-04-19 15:45:42,625 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0b4fc5-9e9b-4047-8e2e-a05be785532c', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0b4fc5-9e9b-4047-8e2e-a05be785532c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,675 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.038s 2023-04-19 15:45:43,676 91148 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4b8255-3ede-4a2a-8366-3f9a5766e7cc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4b8255-3ede-4a2a-8366-3f9a5766e7cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": "2023-04-19T15:45:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,731 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.045s 2023-04-19 15:45:43,732 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb93828d-135f-408a-b1af-d9a6e02363e6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb93828d-135f-408a-b1af-d9a6e02363e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": "2023-04-19T15:45:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,839 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.097s 2023-04-19 15:45:43,839 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-2fa61c24-2ecd-4639-86b2-23850d54ab03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'' 2023-04-19 15:45:43,860 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.020s 2023-04-19 15:45:43,860 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-ee24b072-6640-4306-bc49-3f002247040a', 'x-openstack-request-id': 'req-ee24b072-6640-4306-bc49-3f002247040a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8313bdc-7f98-48e4-adf1-62f48397a565 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.057057s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.270813s] ... ok {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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d36f8f5-2d0b-414b-8eaa-42a35a647175 failed to build and is in ERROR status {1} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bf05b213-1d3d-41d4-8a72-eb39e2658087 failed to build and is in ERROR status {1} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [233.362141s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, 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 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, 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 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c7ddac96-5681-4b40-862e-1887706c4032 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T15:45:26Z', 'message': 'Build of instance c7ddac96-5681-4b40-862e-1887706c4032 aborted: Volume 2c086bb4-50da-43fd-bf3b-f92138bf464f did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-e5b8c907-f680-4aa1-8ede-59e2032916d4. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:15,323 91166 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.051s 2023-04-19 15:42:15,323 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-001ed248-d53d-4492-9d06-18bc50270841', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["ElnBiZgMT7WSTplpKYoLng"], "expires_at": "2023-04-19T16:42:15.000000Z", "issued_at": "2023-04-19T15:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:15,324 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:18,055 91166 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 2.730s 2023-04-19 15:42:18,055 91166 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-706950439", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72', '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-086043c3-39d3-4336-ac32-46f435f4bd55', 'x-compute-request-id': 'req-086043c3-39d3-4336-ac32-46f435f4bd55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "prPnFQEpFaJ2"}}' 2023-04-19 15:42:18,218 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.158s 2023-04-19 15:42:18,219 91166 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, 19 Apr 2023 15:42:18 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-1007b3db-fda9-48c7-85ed-d2ed923e83a3', 'x-compute-request-id': 'req-1007b3db-fda9-48c7-85ed-d2ed923e83a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bff d3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "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": []}}' 2023-04-19 15:43:08,765 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.478s 2023-04-19 15:43:08,765 91166 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, 19 Apr 2023 15:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-537b21e1-f3f5-4c25-9369-8276e504c16b', 'x-compute-request-id': 'req-537b21e1-f3f5-4c25-9369-8276e504c16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:42:32Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:d7:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:32.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": []}}' 2023-04-19 15:43:08,783 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:10,238 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72/action 1.395s 2023-04-19 15:44:10,239 91166 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-ServerBootFromVolumeStabl eRescueTest-image-1739317203"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a468ab6-7423-4d6b-9f12-49ded72f1b32', 'x-compute-request-id': 'req-5a468ab6-7423-4d6b-9f12-49ded72f1b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72/action'} Body: b'{"image_id": "461b88ec-7aef-43bb-b105-9e373970ab7b"}' 2023-04-19 15:44:10,264 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.023s 2023-04-19 15:44:10,264 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0ebb4bf-f05e-48f6-a098-0c410c93b6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:11,287 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.021s 2023-04-19 15:44:11,287 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c9fa546-d940-480a-a133-5beec35f319e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:12,312 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.023s 2023-04-19 15:44:12,312 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-07bcc70a-d500-4ea8-8930-aa85135cc3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:13,336 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.022s 2023-04-19 15:44:13,336 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58b1b585-26b5-46ec-a3fb-0cee8cfa7943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:13Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:14,359 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.021s 2023-04-19 15:44:14,359 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cac8567d-4903-4fd4-b299-14345248224d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:14Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,390 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.029s 2023-04-19 15:44:15,391 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89ea9afd-5f0a-47a3-bd14-e6a67dd2084b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "47cd991594698642e8a2a8a783c91a5c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cc7483da126103340c05d67e2616524c29fbdbb8092d4adaf7bdb7e2caeeb22395c05d42c0589387c8536d4cd03cbfd6a52687aa68948166be3dd90dae254a2b", "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:15Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,417 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.025s 2023-04-19 15:44:15,417 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-15aeda37-61a8-4a61-800c-4d3a96cfe0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "47cd991594698642e8a2a8a783c91a5c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e 2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cc7483da126103340c05d67e2616524c29fbdbb8092d4adaf7bdb7e2caeeb22395c05d42c0589387c8536d4cd03cbfd6a52687aa68948166be3dd90dae254a2b", "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:15Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,713 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.295s 2023-04-19 15:44:15,714 91166 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, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2702b0ff-0db2-43b8-b84d-dec9f4915398', 'x-compute-request-id': 'req-2702b0ff-0db2-43b8-b84d-dec9f4915398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:44:15Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:d7:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:32.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": []}}' 2023-04-19 15:45:15,891 91166 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.095s 2023-04-19 15:45:15,891 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-24a00972-2928-4b62-ab69-3a12a5783350', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["i255l_CYSbChy3OGE43DQQ"], "expires_at": "2023-04-19T16:45:15.000000Z", "issued_at": "2023-04-19T15:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:15,892 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:17,515 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.622s 2023-04-19 15:45:17,516 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032', '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-e5b8c907-f680-4aa1-8ede-59e2032916d4', 'x-compute-request-id': 'req-e5b8c907-f680-4aa1-8ede-59e2032916d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4FKMgqHbbtVC"}}' 2023-04-19 15:45:17,601 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.082s 2023-04-19 15:45:17,602 91166 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, 19 Apr 2023 15:45:17 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-f5e9dee1-6e37-4b4e-89f9-0fc708ef14b8', 'x-compute-request-id': 'req-f5e9dee1-6e37-4b4e-89f9-0fc708ef14b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:45:17Z", "updated": "2023-04-19T15:45:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "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": []}}' 2023-04-19 15:46:07,775 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.108s 2023-04-19 15:46:07,776 91166 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, 19 Apr 2023 15:46:07 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-e5f4d313-9194-4c30-9760-3cf347675e94', 'x-compute-request-id': 'req-e5f4d313-9194-4c30-9760-3cf347675e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "status": "ERROR", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:45:17Z", "updated": "2023-04-19T15:45:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T15:45:26Z", "message": "Build of instance c7ddac96-5681-4b40-862e-1887706c4032 aborted: Volume 2c086bb4-50da-43fd-bf3b-f92138bf464f 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": []}}' 2023-04-19 15:46:07,791 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 15:46:08,587 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.796s 2023-04-19 15:46:08,588 91166 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, 19 Apr 2023 15:46:07 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-14b4bbcf-c140-4694-9418-169bd9594d5b', 'x-compute-request-id': 'req-14b4bbcf-c140-4694-9418-169bd9594d5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'' 2023-04-19 15:46:08,625 91166 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/serv ers/c7ddac96-5681-4b40-862e-1887706c4032 0.036s 2023-04-19 15:46:08,625 91166 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, 19 Apr 2023 15:46:08 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-1aec1a0e-3af3-4bfe-b1a8-b3ed49446f93', 'x-compute-request-id': 'req-1aec1a0e-3af3-4bfe-b1a8-b3ed49446f93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c7ddac96-5681-4b40-862e-1887706c4032 could not be found."}}' {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.559199s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17e3d93a-3de4-4876-8a7b-d1049f34b5ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:44:31,751 91156 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.091s 2023-04-19 15:44:31,751 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-51c63b3c-2b40-4a30-88ca-61deb62933cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2dcb51753d4099805e8589c93b8143", "name": "tempest-VolumesAdminNegativeTest-1882279775-project-member", "password_expires_at": null}, "audit_ids": ["hjhcvHEWSFKnFK8j43-DZg"], "expires_at": "2023-04-19T16:44:31.000000Z", "issued_at": "2023-04-19T15:44:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81ec3d570254ba98de839dff3a4e38d", "name": "tempest-VolumesAdminNegativeTest-1882279775"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:44:31,752 91156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '2120248e-0535-4c4b-9005-45e5c51f68d9', 'name': 'tempest-VolumesAdminNegativeTest-1504024874-network', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81ec3d570254ba98d e839dff3a4e38d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35986, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:44:32,388 91156 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.635s 2023-04-19 15:44:32,389 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1445375137", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2120248e-0535-4c4b-9005-45e5c51f68d9"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-962d7950-c007-4fa7-b669-0496e855673b', 'x-compute-request-id': 'req-962d7950-c007-4fa7-b669-0496e855673b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HyJD3aWZegns"}}' 2023-04-19 15:44:32,463 91156 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/e5678fd0-2de9-4d67-9936-50aa31d6c6bc 0.070s 2023-04-19 15:44:32,463 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73886d3f-8a43-4fea-8150-663229884e5e', 'x-compute-request-id': 'req-73886d3f-8a43-4fea-8150-663229884e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "name": "tempest-VolumesAdminNegativeTest-server-1445375137", "status": "BUILD", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:44:32Z", "updated": "2023-04-19T15:44:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUA L", "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": []}}' 2023-04-19 15:45:22,812 91156 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/e5678fd0-2de9-4d67-9936-50aa31d6c6bc 0.290s 2023-04-19 15:45:22,813 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98308332-d9a6-43ee-a7ce-826566819081', 'x-compute-request-id': 'req-98308332-d9a6-43ee-a7ce-826566819081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "name": "tempest-VolumesAdminNegativeTest-server-1445375137", "status": "ACTIVE", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "f552353a553fe96b7c9b286698828dc285922b5590965fececab2df4", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:44:32Z", "updated": "2023-04-19T15:44:39Z", "addresses": {"tempest-VolumesAdminNegativeTest-1504024874-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:0c:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:44:39.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": []}}' 2023-04-19 15:45:22,824 91156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:46:23,077 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes 0.192s 2023-04-19 15:46:23,078 91156 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-1602208679"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938934b7-b38a-4627-a3ac-c84c17e7ab04', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938934b7-b38a-4627-a3ac-c84c17e7ab04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes'} Body: b'{"volume": {"id": "17e 3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.014243", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:46:23,133 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef 0.037s 2023-04-19 15:46:23,133 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d3cbe4-9277-4175-aaf6-2a518c9f4772', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75d3cbe4-9277-4175-aaf6-2a518c9f4772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef'} Body: b'{"volume": {"id": "17e3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:46:24,197 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef 0.043s 2023-04-19 15:46:24,198 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af014e4-849a-460c-99e4-7885594f0e7b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af014e4-849a-460c-99e4-7885594f0e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef'} Body: b'{"volume": {"id": "17e3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.000000", "updated_at": "2023-04-19T15:46:23.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_ty pe": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.479627s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5f661b3d-f2ab-4596-b619-0e768ef262d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:44:20,623 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.391s 2023-04-19 15:44:20,624 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8287bf2-a6f6-40ed-be62-cb749dde4cf7', 'x-compute-request-id': 'req-f8287bf2-a6f6-40ed-be62-cb749dde4cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:44:20,908 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.271s 2023-04-19 15:44:20,909 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882cedd5-5b06-4a75-9951-1e7ced4a6970', 'x-compute-request-id': 'req-882cedd5-5b06-4a75-9951-1e7ced4a6970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:11,360 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.389s 2023-04-19 15:45:11,361 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:10 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-465246b9-b555-44cd-b5a7-03d01f851472', 'x-compute-request-id': 'req-465246b9-b555-44cd-b5a7-03d01f851472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:11,788 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.416s 2023-04-19 15:45:11,789 91146 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, 19 Apr 2023 15:45:11 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-0a40e59e-53ce-4aa8-9a28-cf20ad16f813', 'x-compute-request-id': 'req-0a40e59e-53ce-4aa8-9a28-cf20ad16f813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:46:12,141 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes 0.280s 2023-04-19 15:46:12,141 91146 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-ServerActionsTestJSON-volume-118539794"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8042451b-3190-4bbf-a44c-71de33ab63d2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8042451b-3190-4bbf-a44c-71de33ab63d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.056325", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-19 15:46:12,197 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6 0.045s 2023-04-19 15:46:12,197 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190a0811-d566-4fac-bb21-56429453b489', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190a0811-d566-4fac-bb21-56429453b489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:46:13,252 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6 0.042s 2023-04-19 15:46:13,253 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dceda2b4-528e-4fc1-9150-84997b052dbe', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dceda2b4-528e-4fc1-9150-84997b052dbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.000000", "updated_at": "2023-04-19T15:46:12.000000", "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:46:13,640 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.375s 2023-04-19 15:46:13,641 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46: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-23f4ff86-7d30-44b0-9640-4731ee0ef8a9', 'x-compute-request-id': 'req-23f4ff86-7d30-44b0-9640-4731ee0ef8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.407998s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b0d8df8d-1515-43e9-849e-6e914e4f729b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:52,332 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes 0.247s 2023-04-19 15:47:52,332 91160 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-1462056536"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec12b42c-d5b8-46df-ac50-b5f2642e6fd7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec12b42c-d5b8-46df-ac50-b5f2642e6fd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.264382", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:52,426 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b 0.083s 2023-04-19 15:47:52,426 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c66df26-add3-4440-ad05-1ea9ee6a651b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c66df26-add3-4440-ad05-1ea9ee6a651b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 2023-04-19 15:47:53,479 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b 0.041s 2023-04-19 15:47:53,479 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0535e95e-6bd4-4226-a990-3d7480e2533c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0535e95e-6bd4-4226-a990-3d7480e2533c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.000000", "updated_at": "2023-04-19T15:47:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' {7} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.294080s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b9dd41df-ff34-4c4a-9081-f94de6343a93 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:53,669 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes 0.177s 2023-04-19 15:47:53,669 91160 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-459158854"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4260befc-d6cc-4f13-9af2-d0c149b65ec1', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4260befc-d6cc-4f13-9af2-d0c149b65ec1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:53.609494", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:53,724 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93 0.046s 2023-04-19 15:47:53,725 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b38dac4a-4c5b-4477-a356-d787c901be86', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b38dac4a-4c5b-4477-a356-d787c901be86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 2023-04-19 15:47:54,774 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93 0.038s 2023-04-19 15:47:54,775 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7129cc04-2edb-4518-a314-a7cb413bf6c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7129cc04-2edb-4518-a314-a7cb413bf6c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:54.000000", "updated_at": "2023-04-19T15:47:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [168.158776s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ac0cf10f-b148-40a5-9b80-10994aaecb79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:10,170 91162 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:45:10,170 91162 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:45:10,232 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2023-04-19 15:45:10,232 91162 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-1190548682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-e4158e84-1e60-4014-8688-9ef5dbc3377d', 'x-compute-request-id': 'req-e4158e84-1e60-4014-8688-9ef5dbc3377d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1190548682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA==", "fingerprint": "f5:3f:ed:77:94:f0:24:2a:b5:89:dd:e3:12:37:0f:74", "user_id": "d00ada35fa344f1cb23f3b6470a87d99"}}' 2023-04-19 15:45:10,235 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1190548682 created 2023-04-19 15:45:10,780 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.544s 2023-04-19 15:45:10,780 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--340066921", "description": "tempest-description--934841424"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f45e2583-728c-49bf-a7e5-2c52576d8118', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "name": "tempest-securitygroup--340066921", "stateful": true, "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "description": "tempest-description--934841424", "shared": false, "security_group_rules": [{"id": "73a6d921-6537-4188-bb94-e9d53c7d7925", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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": 547, "description": null, "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}, {"id": "bb463838-5992-46a5-9336-b0002a7514bc", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 548, "description": null, "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}], "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:10,969 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-04-19 15:45:10,970 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4058f862-7013-4b19-9f56-ca31a8a91d50', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7eb136bc-d6ee-45c3-8e96-9ebdcdb497ea", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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, "description": "", "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:11,247 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.276s 2023-04-19 15:45:11,247 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a016b71-65e4-41d4-847a-523f627ab296', 'date': 'Wed, 19 Apr 2023 15:45:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96b61802-bebb-44bb-8227-ed0f7922d39f", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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, "description": "", "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:45:11Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:11,247 91162 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--340066921 created 2023-04-19 15:45:12,418 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.170s 2023-04-19 15:45:12,419 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3f8fa988-fe8e-4d66-8318-41336b0edf8b', 'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c909568a-2fef-43c2-9d9e-23016e2fec5d", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.24", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c42f3c3da3f945a1a946db703408fd69", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:45:11Z", "revision_number": 0}}' 2023-04-19 15:45:12,419 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c909568a-2fef-43c2-9d9e-23016e2fec5d', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:11Z', 'updated_at': '2023-04-19T15:45:11Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-04-19 15:45:12,543 91162 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.119s 2023-04-19 15:45:12,544 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5f1a359-18a1-41b8-bce1-0edde40161ae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d00ada35fa344f1cb23f3b6470a87d99", "name": "tempest-AttachVolumeShelveTestJSON-1426525044-project-member", "password_expires_at": null}, "audit_ids": ["1XTIK2tSQBOBn8SvHbwHzg"], "expires_at": "2023-04-19T16:45:12.000000Z", "issued_at": "2023-04-19T15:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c42f3c3da3f945a1a946db703408fd69", "name": "tempest-AttachVolumeShelveTestJSON-1426525044"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:12,544 91162 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '8a84383a-b04d-43d2-b8fa-475db387d9f3', 'name': 'tempest-AttachVolumeShelveTestJSON-1507322490-network', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5636, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:52Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:12,545 91162 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1190548682', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA==', 'fingerprint': 'f5:3f:ed:77:94:f0:24:2a:b5:89:dd:e3:12:37:0f:74', 'user_id': 'd00ada35fa344f1cb23f3b6470a87d99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCnVlINtOnriJ8M7i0eoIkQXuMMLLcjvRo6Cx+nPai18VsJW89YUfBF\nIiRsWdFyh3agBwYFK4EEACKhZANiAAQmT1V4bGLfgcfhz49TGTUw5zhkxsmJVPhH\nB6Wv92mh7zvaXazPsxMF3D3OtD5M0QrIiRvE2ne7fRufKVFfvMnqSJsqr2AMHxjQ\npXG0fSEBXqhrNfpSCP/w8waRUg1eajg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', 'name': 'tempest-securitygroup--340066921', 'stateful': True, 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': 'tempest-description--934841424', 'shared': False, 'security_group_rules': [{'id': '73a6d921-6537-4188-bb94-e9d53c7d7925', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', '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': 547, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04-19T15:45:10Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, {'id': 'bb463838-5992-46a5-9336-b0002a7514bc', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', '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': 548, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04- 19T15:45:10Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}], 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04-19T15:45:10Z', 'revision_number': 1, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, 'floating_ip': {'id': 'c909568a-2fef-43c2-9d9e-23016e2fec5d', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:11Z', 'updated_at': '2023-04-19T15:45:11Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-04-19 15:45:13,753 91162 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 1.207s 2023-04-19 15:45:13,753 91162 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-1527181845", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8a84383a-b04d-43d2-b8fa-475db387d9f3"}], "security_groups": [{"name": "tempest-securitygroup--340066921"}], "key_name": "tempest-keypair-1190548682", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3', '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-a15d14cc-d530-4503-966f-f3dede3747d5', 'x-compute-request-id': 'req-a15d14cc-d530-4503-966f-f3dede3747d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--340066921"}], "adminPass": "password"}}' 2023-04-19 15:45:13,848 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.091s 2023-04-19 15:45:13,848 91162 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, 19 Apr 2023 15:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', '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-d3bdfe61-0cdc-46c9-a357-a4f69994da12', 'x-compute-request-id': 'req-d3bdfe61-0cdc-46c9-a357-a4f69994da12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "BUILD", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada3 5fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:14Z", "updated": "2023-04-19T15:45:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1190548682", "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}}' 2023-04-19 15:46:04,207 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.292s 2023-04-19 15:46:04,207 91162 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, 19 Apr 2023 15:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', '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-eadfce95-4688-4466-b934-8e3c5919771c', 'x-compute-request-id': 'req-eadfce95-4688-4466-b934-8e3c5919771c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:13Z", "updated": "2023-04-19T15:45:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1190548682", "OS-SRV-USG:launched_at": "2023-04-19T15:45:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--340066921"}], "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}}' 2023-04-19 15:46:04,221 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:47:04,421 91162 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/8a8b4 cc3-3220-4452-8ced-8c641fee8cd3/os-interface 0.166s 2023-04-19 15:47:04,421 91162 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, 19 Apr 2023 15:47:04 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-48f67a19-4f71-4536-8f53-73684cdeb5a8', 'x-compute-request-id': 'req-48f67a19-4f71-4536-8f53-73684cdeb5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5", "mac_addr": "fa:16:3e:01:56:8e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "99647fa5-859b-42a5-bbe1-2b9cf5c86f99", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 15:47:05,127 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d 0.702s 2023-04-19 15:47:05,127 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b458319a-dd66-496c-b2d4-e53db725a159', 'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d'} Body: b'{"floatingip": {"id": "c909568a-2fef-43c2-9d9e-23016e2fec5d", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.24", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "857746d3-d6a5-4b5a-9b23-5c3f41eaa860", "port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "mac_address": "fa:16:3e:01:56:8e", "admin_state_up": true, "status": "ACTIVE", "device_id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:47:04Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:05,128 91162 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.24:22' as 'cirros' with public key authentication 2023-04-19 15:47:05,160 91162 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:47:05,180 91162 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:47:05,181 91162 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.24 successfully created 2023-04-19 15:47:05,224 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/ips 0.042s 2023-04-19 15:47:05,224 91162 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, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0426ea-38bf-43b2-8b10-7fe21610fc55', 'x-compute-request-id': 'req-df0426ea-38bf-43b2-8b10-7fe21610fc55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-19 15:47:05,424 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes 0.197s 2023-04-19 15:47:05,425 91162 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-1165223304"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2abc5adb-9c78-4588-b4b2-b633f843d220', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2abc5adb-9c78-4588-b4b2-b633f843d220', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.355792", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:05,475 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79 0.039s 2023-04-19 15:47:05,475 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e901d7d6-7ec2-42e2-98b2-e26e7d125120', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e901d7d6-7ec2-42e2-98b2-e26e7d125120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa3 44f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:06,554 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79 0.068s 2023-04-19 15:47:06,555 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4aec00f-f498-4cc8-8d3a-d61449fa4cc1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4aec00f-f498-4cc8-8d3a-d61449fa4cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.000000", "updated_at": "2023-04-19T15:47:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:06,681 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.114s 2023-04-19 15:47:06,681 91162 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, 19 Apr 2023 15:47:06 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-3657d3f3-de8c-496e-945e-6a10b23cbe28', 'x-compute-request-id': 'req-3657d3f3-de8c-496e-945e-6a10b23cbe28', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'' 2023-04-19 15:47:07,191 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.509s 2023-04-19 15:47:07,192 91162 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, 19 Apr 2023 15:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28ea992b-bd5f-436d-b4ca-46ef75e760ea', 'x-compute-request-id': 'req-2 8ea992b-bd5f-436d-b4ca-46ef75e760ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:13Z", "updated": "2023-04-19T15:47:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}, {"version": 4, "addr": "172.24.4.24", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1190548682", "OS-SRV-USG:launched_at": "2023-04-19T15:45:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--340066921"}], "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}}' 2023-04-19 15:47:57,389 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.134s 2023-04-19 15:47:57,389 91162 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, 19 Apr 2023 15:47:57 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-936ab1ff-cdf7-40c5-a61f-b1e492ac68e0', 'x-compute-request-id': 'req-936ab1ff-cdf7-40c5-a61f-b1e492ac68e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8a8b4cc3-3220-4452-8ced-8c641fee8cd3 could not be found."}}' 2023-04-19 15:47:57,419 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1190548682 0.029s 2023-04-19 15:47:57,419 91162 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, 19 Apr 2023 15:47:57 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-af3df74d-3f98-435c-bff2-b630abb04117', 'x-compute-request-id': 'req-af3df74d-3f98-435c-bff2-b630abb04117', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-11905 48682'} Body: b'' 2023-04-19 15:47:57,644 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198 0.224s 2023-04-19 15:47:57,644 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e632efc3-8a3e-42cb-b824-63a1a1632af6', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:47:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198'} Body: b'' 2023-04-19 15:47:57,665 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198 0.020s 2023-04-19 15:47:57,665 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2b063136-429e-4e2c-b2d4-34676a46684a', 'date': 'Wed, 19 Apr 2023 15:47:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5c3edc41-bf80-4b1f-b7d7-7578f156d198 does not exist", "detail": ""}}' 2023-04-19 15:47:58,325 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d 0.659s 2023-04-19 15:47:58,326 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5cce1d27-c138-453d-a62d-b762a80b1318', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:47:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d'} Body: b'' {8} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0fb3c43-5dff-4806-9c2c-6e059ca9c9f1 failed to build and is in ERROR status {8} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.872817s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6f16250-0f1e-4d57-b941-868ad93a725c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:08,055 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.181s 2023-04-19 15:48:08,056 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f4a3ffba-79da-47be-ab62-877de26019ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:08,371 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes 0.314s 2023-04-19 15:48:08,371 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1713526753"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b211041d-203e-480e-9888-6ad46eef22ec', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b211041d-203e-480e-9888-6ad46eef22ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.317436", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:08,424 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.036s 2023-04-19 15:48:08,424 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f14b32d-2acf-4bd8-85f9-61494c19a19e', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f14b32d-2acf-4bd8-85f9-61494c19a19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,487 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.051s 2023-04-19 15:48:09,488 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b2b515-94de-4734-ae8a-adcba40653ae', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b2b515-94de-4734-ae8a-adcba40653ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": "2023-04-19T15:48:08.000000", "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,546 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.047s 2023-04-19 15:48:09,546 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff972f35-46fc-448b-a8ed-191be11607a3', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff972f35-46fc-448b-a8ed-191be11607a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": "2023-04-19T15:48:08.000000", "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,723 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.166s 2023-04-19 15:48:09,723 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48: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-9d28423d-7a74-455c-aa99-268d178bb97d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'' 2023-04-19 15:48:09,745 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.021s 2023-04-19 15:48:09,745 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48: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-a91750ba-b37b-42f3-a1f5-2c2bf4ff6e75', 'x-openstack-request-id': 'req-a91750ba-b37b-42f3-a1f5-2c2bf4ff6e75', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6f16250-0f1e-4d57-b941-868ad93a725c could not be found."}}' {8} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.492692s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c26d403-975a-4205-a908-be403c3d84b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:09,942 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes 0.193s 2023-04-19 15:48:09,943 91162 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-268478270"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76379164-19aa-42fb-81f0-6d9633950040', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76379164-19aa-42fb-81f0-6d9633950040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:09.881625", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:09,997 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.044s 2023-04-19 15:48:09,998 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962620c8-b995-4d44-be26-ae4dc2720e12', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962620c8-b995-4d44-be26-ae4dc2720e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,050 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.040s 2023-04-19 15:48:11,050 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962e250c-c6c9-4d82-b754-b671e8310ce0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962e250c-c6c9-4d82-b754-b671e8310ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": "2023-04-19T15:48:10.000000", "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,102 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.041s 2023-04-19 15:48:11,103 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a95331-4e84-43c8-9430-b4ec22132a66', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a95331-4e84-43c8-9430-b4ec22132a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": "2023-04-19T15:48:10.000000", "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,216 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.103s 2023-04-19 15:48:11,216 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-18340b78-5986-4295-bfea-e554fa390dc1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'' 2023-04-19 15:48:11,240 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.023s 2023-04-19 15:48:11,240 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83057c80-b477-40d3-a036-aa77a3ba26d6', 'x-openstack-request-id': 'req-83057c80-b477-40d3-a036-aa77a3ba26d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5c26d403-975a-4205-a908-be403c3d84b6 could not be found."}}' {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.750899s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.149961s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.174503s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.150168s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.023976s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.034260s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.194101s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.014191s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.856227s] ... ok {5} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {5} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85f01c5b-8f3f-4357-8cf7-0d2bc12f1103 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.184143s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.116746s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.216309s] ... ok {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.181184s] ... ok {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.981237s] ... 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20684089-e21e-46c1-a546-ca605586cbd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:13,930 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.217s 2023-04-19 15:47:13,931 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47: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-05623fd4-57b7-4616-97e1-afd3a061aa8a', 'x-compute-request-id': 'req-05623fd4-57b7-4616-97e1-afd3a061aa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:47:14,089 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.146s 2023-04-19 15:47:14,090 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47: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-9216718f-d839-4f2f-acee-463ca4476ecc', 'x-compute-request-id': 'req-9216718f-d839-4f2f-acee-463ca4476ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:47:14,441 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.339s 2023-04-19 15:47:14,441 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17308dd7-eac9-4c10-8382-d0378a04c02c', 'x-compute-request-id': 'req-17308dd7-eac9-4c10-8382-d0378a04c02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:48:14,992 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/c7fceb0e 89f74207b2f4ec4e4bf39e03/volumes 0.481s 2023-04-19 15:48:14,993 91146 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-ServerActionsTestJSON-volume-539696183"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c308f9-aea5-4860-ba6e-ec4ffc7482f4', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c308f9-aea5-4860-ba6e-ec4ffc7482f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:14.918633", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:15,046 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3 0.043s 2023-04-19 15:48:15,046 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b86c16-cc73-4226-81e8-9fe6cd740e5a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b86c16-cc73-4226-81e8-9fe6cd740e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:15.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:48:16,100 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3 0.042s 2023-04-19 15:48:16,100 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Wed, 19 Apr 2023 15:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97218413-fe5f-4ce9-b77d-ab45cf6bd162', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97218413-fe5f-4ce9-b77d-ab45cf6bd162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:15.000000", "updated_at": "2023-04-19T15:48:15.000000", "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:48:16,111 91146 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 2023-04-19 15:48:16,639 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.527s 2023-04-19 15:48:16,639 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:16 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-5849045a-ae41-42d3-91ca-60c4910dcd13', 'x-compute-request-id': 'req-5849045a-ae41-42d3-91ca-60c4910dcd13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "secu rity_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {2} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [227.100645s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec41a00e-2c69-40cb-b995-389372e13a92 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:51,152 91150 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:45:51,314 91150 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.159s 2023-04-19 15:45:51,315 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1816485432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:51 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-0df9de48-9989-48fd-a85b-87ceaa406b32', 'x-compute-request-id': 'req-0df9de48-9989-48fd-a85b-87ceaa406b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1816485432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ==", "fingerprint": "60:1a:1d:93:5b:51:ea:d9:c4:da:66:48:c6:b6:58:b1", "user_id": "e0c14c63019443df80be92da1b5761c3"}}' 2023-04-19 15:45:51,318 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1816485432 created 2023-04-19 15:45:51,481 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-04-19 15:45:51,481 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--858903746", "description": "tempest-description--1096141868"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-44cf83d7-af30-403c-b7c3-41b55ddb5e4a', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2784df98-9e8d-41bd-858f-7ff93864497f", "name": "tempest-securitygroup--858903746", "stateful": true, "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "description": "tempest-description--1096141868", "shared": false, "security_group_rules": [{"id": "438a583e-48ee-4066-9575-bba3f066f72c", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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": 623, "description": null, "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}, {"id": "fe3ce5fb-d771-4e60-89a7-634450b2509f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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 ": 622, "description": null, "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}], "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 1, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,661 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-19 15:45:51,662 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-14f4e5bc-7858-46d8-814d-d5d4d040c348', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cbdac42c-f811-4c06-8286-28623fcb6906", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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, "description": "", "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,827 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-19 15:45:51,828 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4762deb0-d67d-4055-9f76-5d3fb9ff2f6f', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d2ead8e-fd29-4f1f-9e5e-bd877a63edea", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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, "description": "", "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,828 91150 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--858903746 created 2023-04-19 15:45:52,655 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-19 15:45:52,655 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-5 3bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-80972c65-29fa-4d21-b966-99e7a48fb67a', 'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "480d6f88-2cf9-4de3-aa53-49bd39bc3d8f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "floating_ip_address": "172.24.4.254", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e89db22a865434daa71b4b01f7bc063", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:52Z", "updated_at": "2023-04-19T15:45:52Z", "revision_number": 0}}' 2023-04-19 15:45:52,655 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '480d6f88-2cf9-4de3-aa53-49bd39bc3d8f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'floating_ip_address': '172.24.4.254', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:52Z', 'updated_at': '2023-04-19T15:45:52Z', 'revision_number': 0, 'ip': '172.24.4.254'} created 2023-04-19 15:45:52,751 91150 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 2023-04-19 15:45:52,751 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdd3ff51-99e2-4b61-bee8-66a9cdfdf886', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e0c14c63019443df80be92da1b5761c3", "name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "password_expires_at": null}, "audit_ids": ["YyoRE3Z8TBeb-yUGiAonzg"], "expires_at": "2023-04-19T16:45:52.000000Z", "issued_at": "2023-04-19T15:45:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e89db22a865434daa71b4b01f7bc063", "name": "tempest-ServerStableDeviceRescueTest-303999781"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endp oints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:52,752 91150 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '2553e11f-f1ac-4e67-8173-bd24612c8b0b', 'name': 'tempest-ServerStableDeviceRescueTest-1372877947-network', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31270, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:45:44Z', 'updated_at': '2023-04-19T15:45:44Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:52,752 91150 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1816485432', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ==', 'fingerprint': '60:1a:1d:93:5b:51:ea:d9:c4:da:66:48:c6:b6:58:b1', 'user_id': 'e0c14c63019443df80be92da1b5761c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPc/odd/4Dzhq6eo3XO54OZ5DZbMTxbEE0k///8eFDbTBETR67SyS2\nF1yr3hTr+XWgBwYFK4EEACKhZANiAAReJLSfOL/U4+TAkxsq6zL2qwoHLbpVqUNc\nRSVbXPSjCwoQXC8zkFu6n188rOpeX1GhQNPEki7IjCzs7GlrYXsxySyfTwAEjnQx\n7nSvgSFCn/6E9OVS9Q6DUORFny0zR4U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2784df98-9e8d-41bd-858f-7ff93864497f', 'name': 'tempest-securitygroup--858903746', 'stateful': True, 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'description': 'tempest-description--1096141868', 'shared': False, 'security_group_rules': [{'id': '438a583e-48ee-4066-9575-bba3f066f72c', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'security_group_id': '2784df98-9e8d-41bd-858f-7ff93864497f', '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': 623, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 0, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}, {'id': 'fe3ce5fb-d771-4e60-89a7-634450b2509f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'security_group_id': '2784df98-9e8d-41bd-858f-7ff93864497f', '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': 622, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 0, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}], 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 1, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}, 'floating_ip': {'id': '480d6f88-2cf9-4de3-aa53-49bd39bc3d8f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'floating_ip_address': '172.24.4.254', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:52Z', 'updated_at': '2023-04-19T15:45:52Z', 'revision_number': 0, 'ip': '172.24.4.254'}} 2023-04-19 15:45:53,447 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.693s 2023-04-19 15:45:53,447 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2553e11f-f1ac-4e67-8173-bd24612c8b0b"}], "security_groups": [{"name": "tempest-securitygroup--858903746"}], "key_name": "tempest-keypair-1816485432", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13d80154-d351-4f50-9d05-97884a5fe312', 'x-compute-request-id': 'req-13d80154-d351-4f50-9d05-97884a5fe312', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--858903746"}], "adminPass": "bh8Us9tDMc72"}}' 2023-04-19 15:45:53,532 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.079s 2023-04-19 15:45:53,533 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b69876ee-60c1-4196-ac19-d9a463b19f33', 'x-compute-request-id': 'req-b69876ee-60c1-4196-ac19-d9a463b19f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "BUILD", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": " e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:45:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1816485432", "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": []}}' 2023-04-19 15:46:43,801 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.245s 2023-04-19 15:46:43,802 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba31ea1-7ebc-4f69-a61e-574c4a9dd83e', 'x-compute-request-id': 'req-4ba31ea1-7ebc-4f69-a61e-574c4a9dd83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:46:00Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:46:43,813 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:47:44,079 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03/os-interface 0.208s 2023-04-19 15:47:44,08 0 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:43 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-1c5ce7dc-87ef-456e-973e-b4be2fced1ef', 'x-compute-request-id': 'req-1c5ce7dc-87ef-456e-973e-b4be2fced1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2553e11f-f1ac-4e67-8173-bd24612c8b0b", "port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80", "mac_addr": "fa:16:3e:19:31:57", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5202e4dc-325e-4fe0-86d7-b1658fc05b6a", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:47:44,782 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/480d6f88-2cf9-4de3-aa53-49bd39bc3d8f 0.698s 2023-04-19 15:47:44,783 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a1ee5480-2d1f-4cc1-865a-9529ca9b933e', 'date': 'Wed, 19 Apr 2023 15:47:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/480d6f88-2cf9-4de3-aa53-49bd39bc3d8f'} Body: b'{"floatingip": {"id": "480d6f88-2cf9-4de3-aa53-49bd39bc3d8f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "floating_ip_address": "172.24.4.254", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "7cfd5c72-4913-4695-9dbe-6b6d4cbd79c1", "port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2553e11f-f1ac-4e67-8173-bd24612c8b0b", "mac_address": "fa:16:3e:19:31:57", "admin_state_up": true, "status": "ACTIVE", "device_id": "c97a1a42-0143-43cc-bbc6-202403057d03", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:52Z", "updated_at": "2023-04-19T15:47:44Z", "revision_number": 1, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:47:44,784 91150 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.254:22' as 'cirros' with public key authentication 2023-04-19 15:47:44,827 91150 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:47:44,846 91150 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:47:44,847 91150 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.254 successfully created 2023-04-19 15:47:45,745 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03/action 0.898s 2023-04-19 15:47:45,746 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1642019050"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:44 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/ecd3260d-e671-4558-a855-247 1554727a6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5342dc4-0043-4e70-9ba8-baf83692cc64', 'x-compute-request-id': 'req-e5342dc4-0043-4e70-9ba8-baf83692cc64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03/action'} Body: b'' 2023-04-19 15:47:45,805 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.057s 2023-04-19 15:47:45,805 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c792e1-c0e9-4b35-99ad-92ed843888a3', 'x-compute-request-id': 'req-86c792e1-c0e9-4b35-99ad-92ed843888a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:46Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:35,887 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.056s 2023-04-19 15:48:35,887 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-673aff1f-0552-4694-934a-c96fb10db279', 'x-compute-request-id': 'req-673aff1f-0552-4694-934a-c96fb10db279', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:35,950 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.058s 2023-04-19 15:48:35,951 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42682856-f72a-4e33-8e5d-d45bef7dcc5d', 'x-compute-request-id': 'req-42682856-f72a-4e33-8e5d-d45bef7dcc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "b ookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:36,191 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.234s 2023-04-19 15:48:36,212 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-416eea15-2858-4ec9-a411-1e00eac45784', 'x-compute-request-id': 'req-416eea15-2858-4ec9-a411-1e00eac45784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:47:51Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}, {"version": 4, "addr": "172.24.4.254", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:36,381 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.130s 2023-04-19 15:49:36,381 91150 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, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6d2107f7-bd82-499d-93e5-83fc3979520a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ecd32 60d-e671-4558-a855-2471554727a6'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "562b9f2f3b93f7b44659b4182814d165", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "9e89db22a865434daa71b4b01f7bc063", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "21c323ee8101a8284dc89139dec538bcfb3b76ebfb60e33caa5023965181a44c0af76fb917bf213c4bb598cb813f0664129f2d4d909153fbbb0e99e17baf5d39", "id": "ecd3260d-e671-4558-a855-2471554727a6", "created_at": "2023-04-19T15:47:46Z", "updated_at": "2023-04-19T15:49:36Z", "tags": [], "self": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6", "file": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:49:36,514 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.132s 2023-04-19 15:49:36,514 91150 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, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f01a9b3e-32f2-473f-b204-2fb2b6ba1dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "562b9f2f3b93f7b44659b4182814d165", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "9e89db22a865434daa71b4b01f7bc063", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "21c323ee8101a8284dc89139dec538bcfb3b76ebfb60e33caa5023965181a44c0af76fb917bf213c4bb598cb813f0664129f2d4d909153fbbb0e99e17baf5d39", "id": "ecd3260d-e671-4558-a855-2471554727a6", "created_at": "2023-04-19T15:47:46Z", "updated_at": "2023-04-19T15:49:36Z", "tags": [], "self": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6", "file": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:49:36,900 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.385s 2023-04-19 15:49:36,900 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce52e062-f120-45a2-94e6-bc51a5edfdee', 'x-compute-request-id': 'req-ce52e062-f120-45a2-94e6-bc51a5edfdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:47:51Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}, {"version": 4, "addr": "172.24.4.254", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:37,137 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes 0.224s 2023-04-19 15:49:37,137 91150 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-1369932800"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18971e08-3b9f-47d5-b252-e87801ae7c8f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18971e08-3b9f-47d5-b252-e87801ae7c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.073375", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:49:37,185 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92 0.039s 2023-04-19 15:49:37,185 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b0711d-cd29-4954-82d5-4a7d78c15a76', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b0711d-cd29-4954-82d5-4a7d78c15a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:49:38,238 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92 0.042s 2023-04-19 15:49:38,239 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e99722-4189-47f8-a835-ba2b6a7a5307', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e99722-4189-47f8-a835-ba2b6a7a5307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.000000", "updated_at": "2023-04-19T15:49:37.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {} , "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89db22a865434daa71b4b01f7bc063"}}' {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.198738s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe8bf200-c133-4843-8ba2-89916325fdfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:46,519 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.245s 2023-04-19 15:47:46,519 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:46 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-fea2261a-1353-493f-b028-9b709ee581f7', 'x-compute-request-id': 'req-fea2261a-1353-493f-b028-9b709ee581f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' 2023-04-19 15:48:47,041 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes 0.479s 2023-04-19 15:48:47,042 91154 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-1756679454"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0143d1-c4ee-47b6-bf3c-6999a32be4f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0143d1-c4ee-47b6-bf3c-6999a32be4f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:46.979968", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:47,111 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd 0.059s 2023-04-19 15:48:47,111 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce1ef94-7916-4c20-af44-6b8bd368e4e1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce1ef94-7916-4c20-af44-6b8bd368e4e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:47.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:48:48,161 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd 0.037s 2023-04-19 15:48:48,162 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0831a375-6894-43d8-b64f-d1bfeadb522a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0831a375-6894-43d8-b64f-d1bfeadb522a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:47.000000", "updated_at": "2023-04-19T15:48:47.000000", "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:48:48,400 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.226s 2023-04-19 15:48:48,400 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:48 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-021a63cd-5601-4077-9bf7-9cb894f7e84c', 'x-compute-request-id': 'req-021a63cd-5601-4077-9bf7-9cb894f7e84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' {10} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [228.980702s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, 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 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, 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 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 5b964018-3334-485b-aa8a-a6058a00eced failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T15:49:15Z', 'message': 'Build of instance 5b964018-3334-485b-aa8a-a6058a00eced aborted: Volume 6cda40ef-55a1-4abd-997d-862c45e5f36f did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:46:08,729 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-19 15:46:08,729 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-631e8c91-1717-428d-8a4e-f1ac2fca9566', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["2WEqM02PSVOo_VU9S6q3vA"], "expires_at": "2023-04-19T16:46:08.000000Z", "issued_at": "2023-04-19T15:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:46:08,730 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:46:09,313 91166 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.582s 2023-04-19 15:46:09,313 91166 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-1376325141", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a', '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-8fbd7190-52c2-4a04-be0c-068bfda0f373', 'x-compute-request-id': 'req-8fbd7190-52c2-4a04-be0c-068bfda0f373', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Ed8scm7tCkHq"}}' 2023-04-19 15:46:09,412 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.095s 2023-04-19 15:46:09,412 91166 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, 19 Apr 2023 15:46:09 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-1c7d76cd-891b-4ce8-82db-01a10d3cedca', 'x-compute-request-id': 'req-1c7d76cd-891b-4ce8-82db-01a10d3cedca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:46:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71 270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "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": []}}' 2023-04-19 15:46:59,740 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.279s 2023-04-19 15:46:59,741 91166 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, 19 Apr 2023 15:46:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4262a523-f0bb-481f-9c78-29b22a403d55', 'x-compute-request-id': 'req-4262a523-f0bb-481f-9c78-29b22a403d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:46:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:46:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 15:46:59,756 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:48:00,716 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a/action 0.932s 2023-04-19 15:48:00,716 91166 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-ServerBootFromVolumeSta bleRescueTest-image-702905148"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80539d37-e590-43f8-bcf0-56dc26cf36f9', 'x-compute-request-id': 'req-80539d37-e590-43f8-bcf0-56dc26cf36f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a/action'} Body: b'{"image_id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab"}' 2023-04-19 15:48:00,740 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.022s 2023-04-19 15:48:00,741 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a02b0432-ec8b-4452-8103-37aed425cd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:01,764 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.022s 2023-04-19 15:48:01,765 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0f733ca7-0024-4f13-939d-b2db06aad72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:02,791 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.024s 2023-04-19 15:48:02,791 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd6eb700-4300-4df5-be54-21abc0fe28a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:03,820 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.027s 2023-04-19 15:48:03,821 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c5ea748c-ca71-4813-bac4-7e8198ae4ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "b oot_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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:04Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:04,844 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.021s 2023-04-19 15:48:04,844 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56d2b4c3-b875-4892-82db-089408b5d8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:04Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:05,876 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.029s 2023-04-19 15:48:05,876 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c65aa8f5-245a-465f-a886-ce5e5849b07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "420692e39ddf16fdc49c5f9b26fb3e5b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2405b6cf90be6d3036ff85622fe5623fb2f7f934a5b75b4d87d6ee5ebf398fc49b3d572b254fde20360647ee5945f338a4a7aa8bee3068874ac2ed953753f7dc", "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:05Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:05,900 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.023s 2023-04-19 15:48:05,900 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf1be1de-140f-48d8-91bd-69d994ad9e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "420692e39ddf16fdc49c5f9b26fb3e5b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548ed f0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2405b6cf90be6d3036ff85622fe5623fb2f7f934a5b75b4d87d6ee5ebf398fc49b3d572b254fde20360647ee5945f338a4a7aa8bee3068874ac2ed953753f7dc", "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:05Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:06,160 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.259s 2023-04-19 15:48:06,160 91166 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, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-759916a2-4665-4fa4-a3aa-e73648a1d30f', 'x-compute-request-id': 'req-759916a2-4665-4fa4-a3aa-e73648a1d30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:48:06Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:46:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 15:49:06,296 91166 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.081s 2023-04-19 15:49:06,296 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8dda096c-d916-4210-bd26-d9e46688452f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["p0kgSMwPQCC8O3iZ9_mWNQ"], "expires_at": "2023-04-19T16:49:06.000000Z", "issued_at": "2023-04-19T15:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:49:06,297 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:49:06,996 91166 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.697s 2023-04-19 15:49:06,996 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "054b9710-7933-4467-9e07-bc414d3de236", "destination_type": "volume"}], "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced', '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-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22', 'x-compute-request-id': 'req-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kZ79wCaeGAjX"}}' 2023-04-19 15:49:07,077 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.078s 2023-04-19 15:49:07,077 91166 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, 19 Apr 2023 15:49:07 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-8a0baee6-0e86-4897-a8df-9ea290a76a57', 'x-compute-request-id': 'req-8a0baee6-0e86-4897-a8df-9ea290a76a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:49:07Z", "updated": "2023-04-19T15:49:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "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": []}}' 2023-04-19 15:49:57,241 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.102s 2023-04-19 15:49:57,241 91166 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, 19 Apr 2023 15:49:57 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-49153c36-045c-401f-95b1-a5bd19622f5a', 'x-compute-request-id': 'req-49153c36-045c-401f-95b1-a5bd19622f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "status": "ERROR", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:49:06Z", "updated": "2023-04-19T15:49:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T15:49:15Z", "message": "Build of instance 5b964018-3334-485b-aa8a-a6058a00eced aborted: Volume 6cda40ef-55a1-4abd-997d-862c45e5f36f 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": []}}' 2023-04-19 15:49:57,257 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 15:49:57,578 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.320s 2023-04-19 15:49:57,578 91166 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, 19 Apr 2023 15:49:57 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-11debf62-7e0f-42a6-b920-d8fbf5cb5c41', 'x-compute-request-id': 'req-11debf62-7e0f-42a6-b920-d8fbf5cb5c41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'' 2023-04-19 15:49:57,614 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 4 04 GET http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced 0.035s 2023-04-19 15:49:57,615 91166 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, 19 Apr 2023 15:49:57 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-e522efe8-3795-4313-9eb8-073b35ce79cd', 'x-compute-request-id': 'req-e522efe8-3795-4313-9eb8-073b35ce79cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b964018-3334-485b-aa8a-a6058a00eced could not be found."}}' {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.646394s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78a4b8ad-6629-4eca-a1b0-fdefb02ab32a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:34,589 91150 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.467s 2023-04-19 15:50:34,590 91150 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-1053188837"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4226b06-fa91-412b-a90e-5163d7cb516c', 'x-compute-request-id': 'req-f4226b06-fa91-412b-a90e-5163d7cb516c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:50:34.486909", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 15:50:34,649 91150 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/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a 0.054s 2023-04-19 15:50:34,649 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac8aae6f-75c4-4c73-ba05-3f1b0717ffe2', 'x-compute-request-id': 'req-ac8aae6f-75c4-4c73-ba05-3f1b0717ffe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:50:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 15:50:35,761 91150 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/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a 0.105s 2023-04-19 15:50:35,762 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eae5568-7d85-4a4d-ba59-7d86cb006e01', 'x-compute-request-id': 'req-3eae5568-7d85-4a4d-ba59-7d86cb006e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 9T15:50:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.027562s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.023950s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.020808s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.670322s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad790991-a044-4b8e-b5e6-f16cc5ff8068 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:38,750 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes 0.365s 2023-04-19 15:50:38,750 91150 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-803393792"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62783f24-6d8a-41ce-8c91-fd85ebcb749e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62783f24-6d8a-41ce-8c91-fd85ebcb749e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:38.671131", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:38,798 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.039s 2023-04-19 15:50:38,799 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acb9409-6d40-48ff-b8b9-650cd43750fa', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acb9409-6d40-48ff-b8b9-650cd43750fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:39,847 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.037s 2023-04-19 15:50:39,847 91150 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-becbdc5d-b937-4fe8-9278-3cf897e9bef4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-becbdc5d-b937-4fe8-9278-3cf897e9bef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": "2023-04-19T15:50:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:39,904 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.045s 2023-04-19 15:50:39,904 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b29f4a4-0533-49f5-b4c8-fa2a2ca995c0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b29f4a4-0533-49f5-b4c8-fa2a2ca995c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": "2023-04-19T15:50:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:40,024 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.110s 2023-04-19 15:50:40,024 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ad4518-d69d-4a74-9310-aaf77cbb1aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'' 2023-04-19 15:50:40,053 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.028s 2023-04-19 15:50:40,054 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c587ac-d1e1-4bde-a311-ee9df53203c9', 'x-openstack-request-id': 'req-13c587ac-d1e1-4bde-a311-ee9df53203c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad790991-a044-4b8e-b5e6-f16cc5ff8068 could not be found."}}' {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025215s] ... ok {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.302612s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb45e9ae-3d73-4934-a514-f0ad335cf985 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:26,960 91162 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 15:48:27,885 91162 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.924s 2023-04-19 15:48:27,885 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2009006664", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ae9e89b2-2056-457b-af53-e14c39b044cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2009006664", "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": "2f7533c8ab8a45baa3d4bf8373fc0136", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "created_at": "2023-04-19T15:48:28Z", "updated_at": "2023-04-19T15:48:28Z", "tags": [], "self": "/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd", "file": "/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:29,205 91162 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/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file 1.319s 2023-04-19 15:48:29,206 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d902165c-fcd1-4c22-831b-023cb225ea7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file'} Body: b'' 2023-04-19 15:48:29,206 91162 DEBUG [tempest.scenario.manager] image:3fd34c67-3dfa-4185-b063-541d23fa5fcd 2023-04-19 15:48:29,271 91162 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.062s 2023-04-19 15:48:29,271 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-858596784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAwwL9zpCK8PbMsEdIBALFAuQvjktYJzHiY8y/qB4WJNNtJixah2DjK7qiGFqiAFSH16ZV7dRbKLdLOBfjMMTw8hxvar+9VN/zBWEy0QeEbu0UqirUBXZsjkNDAk9Zjg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 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-d2cede51-b6a5-4bc7-91d0-417d40b8e31b', 'x-compute-request-id': 'req-d2cede51-b6a5-4bc7-91d0-417d40b8e31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-858596784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAwwL9zpCK8PbMsEdIBALFAuQvjktYJzHiY8y/qB4WJNNtJixah2DjK7qiGFqiAFSH16ZV7dRbKLdLOBfjMMTw8hxvar+9VN/zBWEy0QeEbu0UqirUBXZsjkNDAk9Zjg==", "fingerprint": "16:a8:ca:ae:fb:96:9c:28:7c:ff:f3:bc:5d:96:55:04", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6"}}' 2023-04-19 15:48:29,357 91162 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.078s 2023-04-19 15:48:29,358 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dbb078f8-20af-4e0e-a3c5-094330cd2af9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6bdea4f36e5f49e5a279f7273f5a66e6", "name": "tempest-TestMinimumBasicScenario-591841759-project-member", "password_expires_at": null}, "audit_ids": ["I6hnr2cBQweXOY_nKG5Qdw"], "expires_at": "2023-04-19T16:48:29.000000Z", "issued_at": "2023-04-19T15:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7533c8ab8a45baa3d4bf8373fc0136", "name": "tempest-TestMinimumBasicScenario-591841759"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:48:29,358 91162 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'b8b96835-a471-4cde-adc1-5cf572ceb5ee', 'name': 'tempest-TestMinimumBasicScenario-1394444025-network', 'tenant_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47909, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:48:13Z', 'updated_at': '2023-04-19T15:48:13Z', 'revision_number': 1} available for tenant 2023-04-19 15:48:30,038 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.679s 2023-04-19 15:48:30,039 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1341043490", "imageRef": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-858596784", "networks": [{"uuid": "b8b96835-a471-4cde-adc1-5cf572ceb5ee"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65417df6-e981-4a06-99af-9ed9b81b313f', 'x-compute-request-id': 'req-65417df6-e981-4a06-99af-9ed9b81b313f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "a8K9KxNz8M6S"}}' 2023-04-19 15:48:30,131 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.088s 2023-04-19 15:48:30,131 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-167b1366-8ee1-4d36-b43f-c4e39c544649', 'x-compute-request-id': 'req-167b1366-8ee1-4d36-b43f-c4e39c544649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "BUILD", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "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": []}}' 2023-04-19 15:49:20,437 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.243s 2023-04-19 15:49:20,438 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:20 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-438e596e-c56f-42e2-af2b-87b1b017e8b9', 'x-compute-request-id': 'req-438e596e-c56f-42e2-af2b-87b1b017e8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:49:20,449 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:50:20,729 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.238s 2023-04-19 15:50:20,729 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Res ponse - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-ef5787bc-435b-450b-8396-1185abb76b84', 'x-compute-request-id': 'req-ef5787bc-435b-450b-8396-1185abb76b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:50:20,960 91162 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.218s 2023-04-19 15:50:20,960 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-471e7bfe-d0b7-4e20-82b2-057ddfefc6de', 'x-compute-request-id': 'req-471e7bfe-d0b7-4e20-82b2-057ddfefc6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}]}]}' 2023-04-19 15:50:21,198 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.234s 2023-04-19 15:50:21,199 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-ccca5841-1191-454a-92c8-0597af4d2b89', 'x-compute-request-id': 'req-ccca5841-1191-454a-92c8-0597af4d2b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:50:21,424 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes 0.212s 2023-04-19 15:50:21,425 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-672566122", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a42569-f7a9-4c53-ba28-238841ad252a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a42569-f7a9-4c53-ba28-238841ad252a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.362345", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:21,475 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.040s 2023-04-19 15:50:21,475 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a326d4c9-c5bc-4352-a5a6-37704406bbff', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a326d4c9-c5bc-4352-a5a6-37704406bbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:50:22,528 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.040s 2023-04-19 15:50:22,529 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6750fd7d-5c78-4b13-a46b-dab3d981de57', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6750fd7d-5c78-4b13-a46b-dab3d981de57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.000000", "updated_at": "2023-04-19T15:50:21.000000", "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:50:22,647 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.105s 2023-04-19 15:50:22,648 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2f4993-c83d-4738-b141-f063d18d9e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'' 2023-04-19 15:50:22,674 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.025s 2023-04-19 15:50:22,674 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64d7d69-cb17-4019-8564-6971f0dff2d7', 'x-openstack-request-id': 'req-c64d7d69-cb17-4019-8564-6971f0dff2d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb45e9ae-3d73-4934-a514-f0ad335cf985 could not be found."}}' 2023-04-19 15:50:22,831 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.155s 2023-04-19 15:50:22,831 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c868dc-9fe4-4e88-b363-78fd7b63ebf6', 'x-compute-request-id': 'req-27c868dc-9fe4-4e88-b363-78fd7b63ebf6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'' 2023-04-19 15:50:23,031 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.200s 2023-04-19 15:50:23,032 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 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-a7e7e4a3-d2bf-47ec-a092-f95709fc860b', 'x-compute-request-id': 'req-a7e7e4a3-d2bf-47ec-a092-f95709fc860b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23f a5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:50:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:51:13,125 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.038s 2023-04-19 15:51:13,125 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-80eef3c4-74ad-4380-a3cb-0a128499905c', 'x-compute-request-id': 'req-80eef3c4-74ad-4380-a3cb-0a128499905c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e12d9663-98c2-417a-a065-ca97c40dc971 could not be found."}}' 2023-04-19 15:51:13,169 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858596784 0.043s 2023-04-19 15:51:13,169 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-312a23ff-3927-49ed-b9f9-506ef087b75c', 'x-compute-request-id': 'req-312a23ff-3927-49ed-b9f9-506ef087b75c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858596784'} Body: b'' 2023-04-19 15:51:13,261 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd 0.091s 2023-04-19 15:51:13,261 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d02383f6-7d5a-4e8f-ac55-2ca3ea5dc656', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3fd34c67-3d fa-4185-b063-541d23fa5fcd'} Body: b'' {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.770500s] ... 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, 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 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f63ce018-4106-48a1-8d22-27a4f1095d22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:16,913 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.216s 2023-04-19 15:49:16,913 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:16 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-fed54732-b428-4d1b-a619-4c873e516771', 'x-compute-request-id': 'req-fed54732-b428-4d1b-a619-4c873e516771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:17,143 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.218s 2023-04-19 15:49:17,143 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:16 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-eee27a81-6c8c-4ccb-9faf-92d213c32590', 'x-compute-request-id': 'req-eee27a81-6c8c-4ccb-9faf-92d213c32590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:17,313 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.157s 2023-04-19 15:49:17,313 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:17 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-e4fc43a5-60a3-4267-9e09-66e00e45178d', 'x-compute-request-id': 'req-e4fc43a5-60a3-4267-9e09-66e00e45178d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:50:17,507 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.117s 2023-04-19 15:50:17,508 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4f7fb65b-f4a4-4399-92b2-7df89c4646ed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "name": "tempest-ServerActionsTestJSON-2050956138-project-member", "password_expires_at": null}, "audit_ids": ["Sp7fDwUzTzqPIpZvK2-vgA"], "expires_at": "2023-04-19T16:50:17.000000Z", "issued_at": "2023-04-19T15:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "name": "tempest-ServerActionsTestJSON-2050956138"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:50:17,508 91146 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '9f403518-c429-46fd-8756-46e59d44d1a4', 'name': 'tempest-ServerActionsTestJSON-596364692-network', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23432, 'is_default': False, 'availability_zone_hints': [], 'availability_zone s': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:50:17,509 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-601838696', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFZcl9s4v+U/SABRzS4SM/IksXo3iudyDG4pFgJWwyf5u+j4YO5s9iejIgi2DezLGX99PhdmS9DosbVbPjoSvK3bUsOaG+CRVv0dt69hP265MSseROuvU7jYL4DsJ6KcQ==', 'fingerprint': '48:42:32:87:8c:08:22:1b:4f:66:19:47:ac:b8:f2:7d', 'user_id': 'f90cfd0897fe49a6a04e8c1a26cb58ff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD44EWVSKqcf+WVgRxqxvHUowUy9PGFUis00tYVeQdKsfXhIg6FO1pT\nOY99TyLpZI6gBwYFK4EEACKhZANiAASBWXJfbOL/lP0gAUc0uEjPyJLF6N4rncgx\nuKRYCVsMn+bvo+GDubPYnoyIItg3syxl/fT4XZkvQ6LG1Wz46Eryt21LDmhvgkVb\n9HbevYT9uuTErHkTrr1O42C+A7CeinE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', 'name': 'tempest-securitygroup--1371270259', 'stateful': True, 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'description': 'tempest-description--2057118231', 'shared': False, 'security_group_rules': [{'id': '4e0f8ffa-4cf3-44fc-a085-14f0de8691ca', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'security_group_id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', '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': 293, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}, {'id': '519e0d7f-c641-4e5b-a8b9-0fab4c59bc0b', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'security_group_id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', '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': 295, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}], 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 1, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}, 'floating_ip': {'id': 'a207e8fb-0b2f-47f4-bb85-bb2233d9267d', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:23Z', 'updated_at': '2023-04-19T15:42:23Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2023-04-19 15:50:17,852 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes 0.342s 2023-04-19 15:50:17,852 91146 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-343555383", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047ad5a5-6261-4058-9468-37c2ef1b0854', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047ad5a5-6261-4058- 9468-37c2ef1b0854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:17.790600", "updated_at": null, "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:17,909 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.046s 2023-04-19 15:50:17,909 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab60175-046c-4a68-b81c-194ddd7afd37', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab60175-046c-4a68-b81c-194ddd7afd37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:18.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:50:18,973 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.052s 2023-04-19 15:50:18,974 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94154da-d698-44ab-9efa-e8ec1f8944ef', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94154da-d698-44ab-9efa-e8ec1f8944ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:18.0000 00", "updated_at": "2023-04-19T15:50:18.000000", "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:50:19,122 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.134s 2023-04-19 15:50:19,123 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50: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-47a74d0a-7ff1-4b4e-b637-256c02b2b5d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'' 2023-04-19 15:50:19,147 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.023s 2023-04-19 15:50:19,147 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b779921-5ffc-4d1d-8eb5-b6a5591fc78b', 'x-openstack-request-id': 'req-7b779921-5ffc-4d1d-8eb5-b6a5591fc78b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f63ce018-4106-48a1-8d22-27a4f1095d22 could not be found."}}' 2023-04-19 15:50:19,148 91146 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 2023-04-19 15:50:19,387 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.238s 2023-04-19 15:50:19,388 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:19 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-b3759f0f-8bae-4bb8-9c0a-6b795cbd4158', 'x-compute-request-id': 'req-b3759f0f-8bae-4bb8-9c0a-6b795cbd4158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-4 9cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.704798s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.016315s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.015417s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.033540s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019059s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.029167s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.017102s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.017927s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.014933s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.012495s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.033498s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.035711s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.052286s] ... ok {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.133452s] ... 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 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 939b9066-89f4-4fe1-bc09-84574bbcd15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:48,749 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.274s 2023-04-19 15:49:48,749 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:48 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-b458c123-2bb5-4711-98e6-2bd3a51085db', 'x-compute-request-id': 'req-b458c123-2bb5-4711-98e6-2bd3a51085db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' 2023-04-19 15:50:49,110 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes 0.291s 2023-04-19 15:50:49,110 91154 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-1124187868"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a0868b-13b9-4e42-8842-0dde5b1b5fe1', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a0868b-13b9-4e42-8842-0dde5b1b5fe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.035158", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:49,181 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a 0.054s 2023-04-19 15:50:49,181 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9cd4ab-0894-4322-8754-62aa921f4bb8', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9cd4ab-0894-4322-8754-62aa921f4bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:50:50,264 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a 0.070s 2023-04-19 15:50:50,264 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2e1db7-7968-4e0f-b2b2-32d6b64a3e77', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2e1db7-7968-4e0f-b2b2-32d6b64a3e77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.000000", "updated_at": "2023-04-19T15:50:49.000000", "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:50:50,535 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.260s 2023-04-19 15:50:50,536 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:50 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-aa271b06-89ab-4ccd-9a3e-7ef9dae7ab5f', 'x-compute-request-id': 'req-aa271b06-89ab-4ccd-9a3e-7ef9dae7ab5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' {10} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.183380s] ... ok {10} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1217eb96-32e8-4af2-9f7c-a54fe00e9960 failed to build and is in ERROR status {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.697157s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, 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 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e53eb0a-0246-4470-9f97-916cbed7c6a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:56,306 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.450s 2023-04-19 15:51:56,306 91166 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-1650569641", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f687468b-ef13-41fe-84ee-00932c6e27e4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f687468b-ef13-41fe-84ee-00932c6e27e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.223656", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:56,354 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.038s 2023-04-19 15:51:56,354 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecd0e978-95cc-4346-a579-83fb444a1477', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecd0e978-95cc-4346-a579-83fb444a1477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:57,411 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.045s 2023-04-19 15:51:57,411 91166 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8bc2cc-3a32-485f-b450-5eb124553f7c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8bc2cc-3a32-485f-b450-5eb124553f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.000000", "updated_at": "2023-04-19T15:51:56.000000", "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:57,528 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.106s 2023-04-19 15:51:57,529 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-f42a0d47-4e8c-46bb-b7c2-f0372120f363', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'' 2023-04-19 15:51:57,552 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.022s 2023-04-19 15:51:57,552 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-5015b29e-4366-4162-bc2e-05b9d8afd8fb', 'x-openstack-request-id': 'req-5015b29e-4366-4162-bc2e-05b9d8afd8fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5e53eb0a-0246-4470-9f97-916cbed7c6a0 could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.500617s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d5931b7c-5dbc-410d-8550-710dffade21d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:57,751 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.195s 2023-04-19 15:51:57,751 91166 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-1880601048"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4295d1d-c9c7-443a-b426-8d88e4c3b2b6', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4295d1d-c9c7-443a-b426-8d88e4c3b2b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:57.689411", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:57,807 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.042s 2023-04-19 15:51:57,807 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d3bb08-7734-44b9-a53e-53bc48dfc934', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d3bb08-7734-44b9-a53e-53bc48dfc934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:58,857 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.038s 2023-04-19 15:51:58,858 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7c7a09-cbdf-473f-aa90-688a3c910b1c', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7c7a09-cbdf-473f-aa90-688a3c910b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": "2023-04-19T15:51:58.000000", "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:58,909 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.041s 2023-04-19 15:51:58,910 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0034e605-2375-495a-ac66-a6982e955f98', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0034e605-2375-495a-ac66-a6982e955f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": "2023-04-19T15:51:58.000000", "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:59,029 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.109s 2023-04-19 15:51:59,029 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-b3afcd50-f0de-4207-9f6c-62c2a915c348', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'' 2023-04-19 15:51:59,054 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.024s 2023-04-19 15:51:59,055 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-29efae19-b0fc-4825-86a2-5eff0f4e7038', 'x-openstack-request-id': 'req-29efae19-b0fc-4825-86a2-5eff0f4e7038', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5931b7c-5dbc-410d-8550-710dffade21d could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.564197s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, 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 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6fbe988c-f9ad-4b9a-ba5b-7725fa60614d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:59,080 91166 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/054b9710-7933-4467-9e07-bc414d3de236 0.022s 2023-04-19 15:51:59,080 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-331be7c7-2c0d-47ec-b46a-0dfa0c84223c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:51:59,388 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.307s 2023-04-19 15:51:59,389 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesGetTest-Volume-1204957229", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d8f307-9ddb-47e3-a5af-bb3dfed148bf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d8f307-9ddb-47e3-a5af-bb3dfed148bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.328476", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:59,440 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.040s 2023-04-19 15:51:59,440 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69204034-c975-4e31-9e2a-18ec69681458', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69204034-c975-4e31-9e2a-18ec69681458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:52:00,490 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.038s 2023-04-19 15:52:00,490 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1e2cf3-4ec1-4695-bec4-7e6899d74cef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1e2cf3-4ec1-4695-bec4-7e6899d74cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.000000", "updated_at": "2023-04-19T15:51:59.000000", "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:52:00,598 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.097s 2023-04-19 15:52:00,598 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a03ac42-9cdf-4daa-8e35-14d93af01697', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'' 2023-04-19 15:52:00,621 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.022s 2023-04-19 15:52:00,621 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-6c6e0f96-10c0-4f9c-9d35-58fe0333baef', 'x-openstack-request-id': 'req-6c6e0f96-10c0-4f9c-9d35-58fe0333baef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6fbe988c-f9ad-4b9a-ba5b-7725fa60614d could not be found."}}' {0} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {10} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.191016s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb0fae2b-0fe1-49a2-9e0f-889097f90435 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:14,755 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.280s 2023-04-19 15:52:14,755 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1233209828", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFbCTQVVdTBErcjMJvgw/9OM2E7rU0f+fijM5x05fOrxIB/ZppZ4KVoMr5Vb1xcSkuoXRwVomux7dA/lAfpe2cgeZWv3DIRiaB8PCiy61BbGjYl+iz6i6rGWg8c+tvf3MQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59439775-6188-419a-ba71-622ecb7fe55c', 'x-compute-request-id': 'req-59439775-6188-419a-ba71-622ecb7fe55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1233209828", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFbCTQVVdTBErcjMJvgw/9OM2E7rU0f+fijM5x05fOrxIB/ZppZ4KVoMr5Vb1xcSkuoXRwVomux7dA/lAfpe2cgeZWv3DIRiaB8PCiy61BbGjYl+iz6i6rGWg8c+tvf3MQ==", "fingerprint": "7e:d2:6a:85:10:b9:96:d7:6c:9c:96:2c:a7:59:2b:ec", "user_id": "48ba990beba64c0589ddaeba8a48e4e8"}}' 2023-04-19 15:52:14,910 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2023-04-19 15:52:14,910 91166 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-2113154186", "description": "tempest-secgroup-smoke-2113154186 description", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9c28c689-67dc-4ba6-b70b-37bd597433ad', 'date': 'Wed, 19 Apr 2023 15:52:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "801683b9-3702-4970-937c-c286cefff19b", "name": "tempest-secgroup-smoke-2113154186", "stateful": true, "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "description": "tempest-secgroup-smoke-2113154186 description", "shared": false, "security_group_rules": [{"id": "6d3a3dfb-3412-4570-b0a2-2064079a51d4", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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": 837, "description": null, "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}, {"id": "af9c63fe-ab20-4564-b18f-f1d17a75446b", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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": 836, "description": null, "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}], "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 1, "project_ id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,080 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:52:15,080 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-bd159d80-6167-414e-96f7-378a1fc74a47', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa6d3ff2-9a2b-4d46-8c25-858ba024a6ad", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,255 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-19 15:52:15,256 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-5319d9bc-eec4-4cb5-9a8c-a645f44a9a45', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a449d9e-4f6f-44a2-b837-176b3407fa3f", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,424 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:52:15,424 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7f0991ae-b48a-4553-9cd0-f3fbaca92a93', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37be7b0a-0104-49ec-adae-a110f8bc2440", "tenant_id": "b61fb4c59e7 84f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,595 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:52:15,595 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6ee264ef-a33c-4d1a-9502-95ab47994bd5', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8aa6ef79-8b53-444a-9189-68291986cbc7", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,769 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-19 15:52:15,770 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-37ee58bc-d81d-42a8-968e-8e63bae7ba31', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e9772f5-4a92-46ec-a8d5-3b51edae3bda", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,941 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:52:15,942 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-011a2300-7c6d-4986-b0ac-58eeebd9f708', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00a06636-73d1-4f53-bc76-9d03ece4fc2b", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:16,217 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes 0.274s 2023-04-19 15:52:16,218 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-702915255", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babcd994-11a6-4d24-ab28-7da50c1b8b8e', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babcd994-11a6-4d24-ab28-7da50c1b8b8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.123220", "updated_at": null, "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:52:16,270 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.043s 2023-04-19 15:52:16,271 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21e2728f-d985-429b-bdf0-05e64978c90b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21e2728f-d985-429b-bdf0-05e64978c90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:17,323 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.039s 2023-04-19 15:52:17,323 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab189336-d195-4ec3-a4f3-326e41213dd0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab189336-d195-4ec3-a4f3-326e41213dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.000000", "updated_at": "2023-04-19T15:52:16.000000", "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:17,442 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.107s 2023-04-19 15:52:17,442 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b6145b96-ec3f-47a0-b0be-8d91da895153', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'' 2023-04-19 15:52:17,467 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.024s 2023-04-19 15:52:17,467 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-56e9a2bf-3eaa-4cd1-bee3-566c6c0b4885', 'x-openstack-request-id': 'req-56e9a2bf-3eaa-4cd1-bee3-566c6c0b4885', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb0fae2b-0fe1-49a2-9e0f-889097f90435 could not be found."}}' 2023-04-19 15:52:17,620 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/801683b9-3702-4970-937c-c286cefff19b 0.151s 2023-04-19 15:52:17,620 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0ba8bd7a-b21c-4b84-b34d-e80ef891e9f7', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/801683b9-3702-4970-937c-c286cefff19b'} Body: b'' 2023-04-19 15:52:17,662 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1233209828 0.041s 2023-04-19 15:52:17,662 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:17 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-202e8c83-954b-44e1-abe1-531ec2793957', 'x-compute-request-id': 'req-202e8c83-954b-44e1-abe1-531ec2793957', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1233209828'} Body: b'' {10} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.129751s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c12dcdcf-16b7-4c02-8941-44f7ee8dd36e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:47,927 91160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:49:47,927 91160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:49:48,144 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.212s 2023-04-19 15:49:48,145 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1215325217", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49: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-7f32bd4f-88bb-4eb6-8256-342dda6a2f1e', 'x-compute-request-id': 'req-7f32bd4f-88bb-4eb6-8256-342dda6a2f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1215325217", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg==", "fingerprint": "ec:68:d6:a5:5f:5d:af:9b:c5:2c:a9:fe:fe:03:a0:9e", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4"}}' 2023-04-19 15:49:48,148 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1215325217 created 2023-04-19 15:49:48,291 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.142s 2023-04-19 15:49:48,291 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--346311880", "description": "tempest-description--1452116503"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-79081d19-c634-41ff-b5ab-af8341f1fa34', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1319ff93-4c06-494f-baef-6092bedb598b", "name": "tempest-securitygroup--346311880", "stateful": true, "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "tempest-description--1452116503", "shared": false, "security_group_rules": [{"id": "becb2714-f042-42bd-892b-1a0d76564453", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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": 734, "description": null, "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}, {"id": "c6df0fa7-a474-4a74-a86e-3d8dc442bd0a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 735, "description": null, "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}], "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,447 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 15:49:48,447 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-783da996-f782-4bce-821f-828fdeae1d58', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2b2dbb9-68b0-4316-b4a7-5c76fdddf88a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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, "description": "", "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,600 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-19 15:49:48,600 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-07897ab2-c739-4e7c-92c0-ba030c03dd16', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ac8f28a2-2359-4e1a-8d62-feba67a3a0d2", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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, "description": "", "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,601 91160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--346311880 created 2023-04-19 15:49:49,346 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.744s 2023-04-19 15:49:49,346 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-3fbce5c9-a2fa-4c32-adb3-cb554e0a2a7d', 'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.27", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:49:49Z", "updated_at": "2023-04-19T15:49:49Z", "revision_number": 0}}' 2023-04-19 15:49:49,346 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:49:49Z', 'updated_at': '2023-04-19T15:49:49Z', 'revision_number': 0, 'ip': '172.24.4.27'} created 2023-04-19 15:49:49,391 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-19 15:49:49,391 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-db192324-855a-46ba-bcf3-b5ae2691235a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c38c4c3e9d6c4188a7fda942d147d9f4", "name": "tempest-AttachVolumeTestJSON-685384009-project-member", "password_expires_at": null}, "audit_ids": ["eoS5TdD6SSu55bYBLpYfgw"], "expires_at": "2023-04-19T16:49:49.000000Z", "issued_at": "2023-04-19T15:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c11a51b11d234c34a5ce2f2af04b03fe", "name": "tempest-AttachVolumeTestJSON-685384009"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af0 4b03fe", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:49:49,392 91160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '89435102-530e-4931-a234-9a7fb5e878c4', 'name': 'tempest-AttachVolumeTestJSON-1548490433-network', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:49:41Z', 'updated_at': '2023-04-19T15:49:41Z', 'revision_number': 1} available for tenant 2023-04-19 15:49:49,392 91160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1215325217', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg==', 'fingerprint': 'ec:68:d6:a5:5f:5d:af:9b:c5:2c:a9:fe:fe:03:a0:9e', 'user_id': 'c38c4c3e9d6c4188a7fda942d147d9f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDufUaAdFYo9ZdM9E+hHTWZ22bnhHjeLU/G7NjkXFWa+ghtCpGK/YfN\niu7IbLzj5bigBwYFK4EEACKhZANiAATPBElSMzmPyzpZvMeYASRrS2JgAvrmVOeJ\nH7GwbJs66kqR2vVyhyQIpBXUe94BGsmOx9jfEeLMut1xjDFQlRyJHgE5fh58dL8Y\ncJJwHPHZczzfMKmXAmAy1sXIdW/V8W4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1319ff93-4c06-494f-baef-6092bedb598b', 'name': 'tempest-securitygroup--346311880', 'stateful': True, 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': 'tempest-description--1452116503', 'shared': False, 'security_group_rules': [{'id': 'becb2714-f042-42bd-892b-1a0d76564453', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': '1319ff93-4c06-494f-baef-6092bedb598b', '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': 734, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, {'id': 'c6df0fa7-a474-4a74-a86e-3d8dc442bd0a', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': '1319ff93-4c06-494f-baef-6092bedb598b', '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': 735, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}], 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 1, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, 'floating_ip': {'id': '5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:49:49Z', 'updated_at': '2023-04-19T15:49:49Z', 'revision_number': 0, 'ip': '172.24.4.27'}} 2023-04-19 15:49:49,981 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.588s 2023-04-19 15:49:49,982 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-413602998", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "89435102-530e-4931-a234-9a7fb5e878c4"}], "security_groups": [{"name": "tempest-securitygroup--346311880"}], "key_name": "tempest-keypair-1215325217", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c58820be-60dd-4f36-9940-0077cf832727', 'x-compute-request-id': 'req-c58820be-60dd-4f36-9940-0077cf832727', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--346311880"}], "adminPass": "password"}}' 2023-04-19 15:49:50,071 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.086s 2023-04-19 15:49:50,072 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6bd6ec-f924-471a-8564-000685aa30e2', 'x-compute-request-id': 'req-2d6bd6ec-f924-471a-8564-000685aa30e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "BUILD", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href ": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:50Z", "updated": "2023-04-19T15:49:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1215325217", "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": []}}' 2023-04-19 15:50:40,377 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.246s 2023-04-19 15:50:40,378 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:40 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-5fc6c913-2396-4775-9088-142b02105503', 'x-compute-request-id': 'req-5fc6c913-2396-4775-9088-142b02105503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:49Z", "updated": "2023-04-19T15:49:56Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1215325217", "OS-SRV-USG:launched_at": "2023-04-19T15:49:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--346311880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:50:40,392 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:51:40,663 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/os-interface 0.211s 2023-04-19 15:51:40,663 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea15407-6f88-43d3-a275-3047975f7759', 'x-compute-request-id': 'req-eea15407-6f88-43d3-a275-3047975f7759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "89435102-530e-4931-a234-9a7fb5e878c4", "port_id": "a170c2fb-373e-4f79-850a-2b7de826a866", "mac_addr": "fa:16:3e:11:5f:70", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f3268a4-2a11-431c-adaf-2c2bc79ab78a", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:51:41,438 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3 0.771s 2023-04-19 15:51:41,439 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a170c2fb-373e-4f79-850a-2b7de826a866"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-c0e54700-dff0-4569-b009-99af43bbd16a', 'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3'} Body: b'{"floatingip": {"id": "5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.27", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "c25337a0-19d8-4f72-9bea-ef0369359f29", "port_id": "a170c2fb-373e-4f79-850a-2b7de826a866", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "89435102-530e-4931-a234-9a7fb5e878c4", "mac_address": "fa:16:3e:11:5f:70", "admin_state_up": true, "status": "ACTIVE", "device_id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:49:49Z", "updated_at": "2023-04-19T15:51:40Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:41,441 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,483 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,505 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,506 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,553 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/ips 0.047s 2023-04-19 15:51:41,554 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 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-5e8cc6df-292a-443a-89ad-17c96affa634', 'x-compute-request-id': 'req-5e8cc6df-292a-443a-89ad-17c96affa634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-19 15:51:41,558 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172. 24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,564 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,581 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,582 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,582 91160 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-19 15:51:41,582 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,587 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,606 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,607 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,903 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes 0.268s 2023-04-19 15:51:41,903 91160 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-2065513575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f72f8e-320c-4efa-99ba-a5af7c14351f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f72f8e-320c-4efa-99ba-a5af7c14351f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:41.833316", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:41,955 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e 0.043s 2023-04-19 15:51:41,956 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70b9c1a-3c21-4940-9fa1-f3070d47d6dd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70b9c1a-3c21-4940-9fa1-f3070d47d6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:42.000000", "updated_at": null, "name": "tempe st-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:43,011 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e 0.043s 2023-04-19 15:51:43,011 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d22470ae-c859-4318-a055-f08a2e33cea4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d22470ae-c859-4318-a055-f08a2e33cea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:42.000000", "updated_at": "2023-04-19T15:51:42.000000", "name": "tempest-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:43,141 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.118s 2023-04-19 15:51:43,141 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-e85db22e-bb2f-4384-a006-7feea4d8f304', 'x-compute-request-id': 'req-e85db22e-bb2f-4384-a006-7feea4d8f304', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'' 2023-04-19 15:51:43,332 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.190s 2023-04-19 15:51:43,332 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e443b17-e901-4460-a059-28365632b2be', 'x-compute-request-id': 'req-7e443b17-e901-4460-a059-28365632b2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:49Z", "updated": "2023-04-19T15:51:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1215325217", "OS-SRV-USG:launched_at": "2023-04-19T15:49:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--346311880"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:52:33,406 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.032s 2023-04-19 15:52:33,407 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-8b119367-02b4-4c73-8827-805eb81261b5', 'x-compute-request-id': 'req-8b119367-02b4-4c73-8827-805eb81261b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 27332dd7-9cf0-4787-b615-72d4272f7fb1 could not be found."}}' 2023-04-19 15:52:33,435 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1215325217 0.027s 2023-04-19 15:52:33,435 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-47e407a2-4704-4410-aef3-c8 15a718b75d', 'x-compute-request-id': 'req-47e407a2-4704-4410-aef3-c815a718b75d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1215325217'} Body: b'' 2023-04-19 15:52:33,593 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b 0.157s 2023-04-19 15:52:33,593 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c6911d56-a363-4558-b24c-7cab8eb82c74', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b'} Body: b'' 2023-04-19 15:52:33,612 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b 0.018s 2023-04-19 15:52:33,612 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-35aa3ac9-e37f-405f-a886-754a36cc09fb', 'date': 'Wed, 19 Apr 2023 15:52:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1319ff93-4c06-494f-baef-6092bedb598b does not exist", "detail": ""}}' 2023-04-19 15:52:34,054 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3 0.442s 2023-04-19 15:52:34,055 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c23ea036-4057-4851-9d35-04dbeb9d00d5', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3'} Body: b'' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.838239s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 94822733-9135-4515-b35d-f5e0a026b0b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:46,637 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types 0.212s 2023-04-19 15:52:46,638 91154 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-1132172407"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7925787d-626d-404d-99c3-f251e0fdbcff', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7925787d-626d-404d-99c3-f251e0fdbcff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types'} Body: b'{"volume_type": {"id": "c776e24b-93b9-400b-8e96-791127457300", "name": "tempest-GroupSnapshotsV319Test-volume-type-1132172407", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:52:46,677 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types 0.036s 2023-04-19 15:52:46,678 91154 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-331510335"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cdc406-5ae1-41ba-ad1a-56a541eb39de', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cdc406-5ae1-41ba-ad1a-56a541eb39de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types'} Body: b'{"group_type": {"id": "4aaaa347-9ab0-4547-916d-f50010071d82", "name": "tempest-GroupSnapshotsV319Test-group-type-331510335", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:52:46,887 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups 0.206s 2023-04-19 15:52:46,887 91154 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": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "name": "tempest-GroupSnapshotsV319Test-Group-1752832607"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca16e8c-f6cb-40b1-bd2d-b8a14d7e9aa5', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca16e8c-f6cb-40b1-bd2d-b8a14d7e9aa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607"}}' 2023-04-19 15:52:46,924 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.034s 2023-04-19 15:52:46,924 91154 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, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08309143-5255-4dbc-b6f5-f2be38a863e0', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08309143-5255-4dbc-b6f5-f2be38a863e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:52:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607", "description": null, "group_type": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:52:47,960 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.031s 2023-04-19 15:52:47,961 91154 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, 19 Apr 2023 15:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a67b15-24b5-4bb9-a120-138581cf919c', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a67b15-24b5-4bb9-a120-138581cf919c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:52:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607", "description": null, "group_type": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:52:48,041 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/volumes/detail 0.075s 2023-04-19 15:52:48,042 91154 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, 19 Apr 2023 15:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a036a4-94ee-4533-9e94-b7112decc379', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a036a4-94ee-4533-9e94-b7112decc379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:52:48,125 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6/action 0.073s 2023-04-19 15:52:48,126 91154 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, 19 Apr 2023 15:52:48 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-0c251a1b-e6ae-46d5-8a8e-9fbd1dc5780f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6/action'} Body: b'' 2023-04-19 15:52:48,141 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.014s 2023-04-19 15:52:48,141 91154 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, 19 Apr 2023 15:52:48 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-40eddf9f-afbf-43f1-99ab-9bb50add853f', 'x-openstack-request-id': 'req-40eddf9f-afbf-43f1-99ab-9bb50add853f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 94822733-9135-4515-b35d-f5e0a026b0b6 could not be found."}}' 2023-04-19 15:52:48,176 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types/4aaaa347-9ab0-4547-916d-f50010071d82 0.035s 2023-04-19 15:52:48,177 91154 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, 19 Apr 2023 15:52:48 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-176887ed-9731-47fa-9c20-aeb414ead9bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types/4aaaa347-9ab0-4547-916d-f50010071d82'} Body: b'' 2023-04-19 15:52:48,243 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300 0.066s 2023-04-19 15:52:48,244 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b6b1b93c-dfbf-413a-a1db-8d5414ee9971', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300'} Body: b'' 2023-04-19 15:52:48,261 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300 0.017s 2023-04-19 15:52:48,262 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-27c575b1-9dd7-4197-a401-f4ddfae4eddd', 'x-openstack-request-id': 'req-27c575b1-9dd7-4197-a401-f4ddfae4eddd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c776e24b-93b9-400b-8e96-791127457300 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.012967s] ... ok {4} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.164407s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.789876s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 28dc5f13-cd48-49af-9a08-1744d7a77fad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:07,549 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.216s 2023-04-19 15:53:07,549 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a1c663c-ffc5-4060-a099-29f536bbf045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:07,872 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.322s 2023-04-19 15:53:07,872 91154 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-1188868914", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15927175-99ee-413d-8dfa-64b79370e8d3', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15927175-99ee-413d-8dfa-64b79370e8d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:07.815874", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:07,922 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.040s 2023-04-19 15:53:07,923 91154 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9295867-387d-4cb9-a17f-608f0c6a642f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9295867-387d-4cb9-a17f-608f0c6a642f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:08,977 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.043s 2023-04-19 15:53:08,977 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0798746-3ef3-4e4e-89b9-146482947819', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0798746-3ef3-4e4e-89b9-146482947819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": "2023-04-19T15:53:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:09,101 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.112s 2023-04-19 15:53:09,101 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad59204-3fbe-40ab-a2b5-7b6530e5fa8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'' 2023-04-19 15:53:09,121 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.019s 2023-04-19 15:53:09,122 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5865f7-a111-4cf3-ad13-f5230d4e94d1', 'x-openstack-request-id': 'req-1f5865f7-a111-4cf3-ad13-f5230d4e94d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 28dc5f13-cd48-49af-9a08-1744d7a77fad could not be found."}}' {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.703203s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bf192b7-bdc5-4d9c-8273-b21641fa4c1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:09,146 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.022s 2023-04-19 15:53:09,147 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4dfcd670-86d1-4114-b1cc-9c953334eafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:09,499 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.351s 2023-04-19 15:53:09,499 91154 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-162418731", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d909671f-ec95-4d77-b32e-fb35606d2b16', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d909671f-ec95-4d77-b32e-fb35606d2b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.394217", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:09,549 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.041s 2023-04-19 15:53:09,549 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6fc516-509c-44ad-9640-531b72076a38', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6fc516-509c-44ad-9640-531b72076a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:10,600 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.039s 2023-04-19 15:53:10,600 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958ea9ed-19e1-4511-81c3-6ca8c8027901', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958ea9ed-19e1-4511-81c3-6ca8c8027901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.000000", "updated_at": "2023-04-19T15:53:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:10,804 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.193s 2023-04-19 15:53:10,805 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a29d6b8-93c9-4548-ba12-694c7b382e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'' 2023-04-19 15:53:10,826 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.021s 2023-04-19 15:53:10,826 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcb0c9b-429f-412e-96bb-ce3d7d704d63', 'x-openstack-request-id': 'req-edcb0c9b-429f-412e-96bb-ce3d7d704d63', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bf192b7-bdc5-4d9c-8273-b21641fa4c1b could not be found."}}' {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.117400s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f9ed9e17-92af-45c9-aea0-645d861bd0b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:10,829 91154 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-19 15:53:10,888 91154 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.056s 2023-04-19 15:53:10,888 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-62094568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBofmMQSAH4Tq0bpXF+YIyby74JTuRUfI9805IrW90d4oix9xofjjRWpeF+T3TYqeYGe0CTjq9C9EijNwGEt+Ab/LaiM89pTZsT0lRokQJga2BmPga5EifWG1SrMxrRe1w=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b02905-2540-4116-8aec-3e3de7dce6f9', 'x-compute-request-id': 'req-a6b02905-2540-4116-8aec-3e3de7dce6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-62094568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBofmMQSAH4Tq0bpXF+YIyby74JTuRUfI9805IrW90d4oix9xofjjRWpeF+T3TYqeYGe0CTjq9C9EijNwGEt+Ab/LaiM89pTZsT0lRokQJga2BmPga5EifWG1SrMxrRe1w==", "fingerprint": "78:85:48:9e:07:9d:e4:be:8a:54:e8:b2:a9:0d:a2:1e", "user_id": "965264d0389e458a81f6a08f5297c91c"}}' 2023-04-19 15:53:11,064 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-04-19 15:53:11,064 91154 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-1453124586", "description": "tempest-secgroup-smoke-1453124586 description", "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-12e67bf5-7d54-4db1-a45a-23a8cd72f425', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "name": "tempest-secgroup-smoke-1453124586", "stateful": true, "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "description": "tempest-secgroup-smoke-1453124586 description", "shared": false, "security_group_rules": [{"id": "2a1be412-72b0-4054-be71-8ea44b0f9d21", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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": 913, "description": null, "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}, {"id": "cf3ffc31-7575-40a2-aff1-e327ea0504fe", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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": 912, "description": null, "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 0, "project_id": "20ffb0bbe 836404bb24e094f4d020eb1"}], "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 1, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,241 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-19 15:53:11,241 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-69adde29-0e84-488e-8e51-ef6317eade21', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "539d6030-6f50-45a1-816c-8fb084489212", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,408 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-19 15:53:11,409 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-8e774723-e1fe-42b5-a80c-4c14f1a16b29', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9de9ed63-5610-4137-81ec-028b2084b6e0", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,564 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 15:53:11,565 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-780bae4e-f231-40ac-9eda-2f2e852e465f', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6370f280-a0bb-47c2-88f4-01506b54369c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,741 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-19 15:53:11,742 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ad4588fe-817d-4905-b055-7a3ac16c022e', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e6d6c9e-0144-45c3-835f-2ecb409fd57c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,980 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.238s 2023-04-19 15:53:11,981 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-38146846-c5df-4ed9-afa4-4ce7e7d3abdd', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9982fde3-f412-4224-8720-11e55f6f0b39", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:12,160 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-19 15:53:12,161 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d09589df-99f2-4c4f-9e83-a1a462ba95dc', 'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bee5da59-1b06-4966-a8b3-076a0c46421c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:12Z", "updated_at": "2023-04-19T15:53:12Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:12,161 91154 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-19 15:53:12,181 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.019s 2023-04-19 15:53:12,181 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3b8cc9fc-c84c-42a4-9179-dc9ef30cb1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:12,473 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.291s 2023-04-19 15:53:12,473 91154 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-1867185267", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cad63d-47f9-44ec-b32b-77d60852158a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cad63d-47f9-44ec-b32b-77d60852158a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes' } Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.419432", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:12,530 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.047s 2023-04-19 15:53:12,530 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ceb6bb1-37a5-4e7e-ae5f-cd97a64d6906', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ceb6bb1-37a5-4e7e-ae5f-cd97a64d6906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:13,584 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.042s 2023-04-19 15:53:13,584 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633dc6f0-f7d8-4e17-9842-2e698666cbba', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633dc6f0-f7d8-4e17-9842-2e698666cbba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.000000", "updated_at": "2023-04-19T15:53:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:13,688 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.093s 2023-04-19 15:53:13,688 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76824024-a48e-40c5-bad9-a19d699b612e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'' 2023-04-19 15:53:13,713 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.024s 2023-04-19 15:53:13,713 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fca89ad-4299-443f-bfbe-9b79ac64701d', 'x-openstack-request-id': 'req-7fca89ad-4299-443f-bfbe-9b79ac64701d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9ed9e17-92af-45c9-aea0-645d861bd0b8 could not be found."}}' 2023-04-19 15:53:13,916 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fbf067b6-d2f6-40f0-9b86-8589cd1d6037 0.202s 2023-04-19 15:53:13,916 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3a800f0a-519c-40bb-9cdc-39e20d8f2ef0', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fbf067b6-d2f6-40f0-9b86-8589cd1d6037'} Body: b'' 2023-04-19 15:53:13,945 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-62094568 0.028s 2023-04-19 15:53:13,945 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': ' OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf9e91d-ad09-4f9f-afaa-2b29c5539f95', 'x-compute-request-id': 'req-0cf9e91d-ad09-4f9f-afaa-2b29c5539f95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-62094568'} Body: b'' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e96f5dae-7551-4661-bc56-07c0b8affd39 failed to build and is in ERROR status {4} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.801669s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 31b6cc50-0f39-404f-986e-c4f3c7b97be9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:45,186 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.081s 2023-04-19 15:50:45,186 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e7b7ab63-f6d5-429a-9f0e-28f073044600', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6df8741ec8d84d84a72fd76c9ebf729f", "name": "tempest-VolumesActionsTest-1090227518-project-member", "password_expires_at": null}, "audit_ids": ["wFALe0phQpeJgU--buZbJw"], "expires_at": "2023-04-19T16:50:45.000000Z", "issued_at": "2023-04-19T15:50:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2463ead51cd7410c860d488559676e4f", "name": "tempest-VolumesActionsTest-1090227518"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:50:45,187 91150 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'b8978b6a-b01a-4083-9dae-a54bffae6bf3', 'name': 'tempest-VolumesActionsTest-627373470-network', 'tenant_id': '2463ead51cd7410c860d488559676e4f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2463ead51cd7410c860d488559676e4f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:50:42Z', 'updated_at': '2023-04-19T15:50:42Z', 'revision_number': 1} available for tenant 2023-04-19 15:50:45,829 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.641s 2023-04-19 15:50:45,830 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1377117124", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "b8978b6a-b01a-4083-9dae-a54bffae6bf3"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-016edc47-e407-4b6c-87b0-5b6d892ebaa4', 'x-compute-request-id': 'req-016edc47-e407-4b6c-87b0-5b6d892ebaa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UQeWYbZD9eM7"}}' 2023-04-19 15:50:45,933 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.100s 2023-04-19 15:50:45,933 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23eabcfc-82a9-4b27-84b2-bea7584e03d8', 'x-compute-request-id': 'req-23eabcfc-82a9-4b27-84b2-bea7584e03d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "BUILD", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:46Z", "updated": "2023-04-19T15:50:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "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": "sch eduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:51:36,232 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.237s 2023-04-19 15:51:36,232 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14dbd0c1-3f52-4aa5-bb80-1b6c233aa191', 'x-compute-request-id': 'req-14dbd0c1-3f52-4aa5-bb80-1b6c233aa191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "ACTIVE", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "a2ce3143a3f1dfb606c09ce43e314b3efab7bb0cbf95c3b6275699a5", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:45Z", "updated": "2023-04-19T15:50:53Z", "addresses": {"tempest-VolumesActionsTest-627373470-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f5:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:50:52.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": []}}' 2023-04-19 15:51:36,244 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:52:36,543 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes 0.240s 2023-04-19 15:52:36,543 91150 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-1594505849"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4966d7-bbdb-45d1-aef4-9936b4d372ce', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4966d7-bbdb-45d1-aef4-9936b4d372ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.475672", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "s ource_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:52:36,596 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.043s 2023-04-19 15:52:36,597 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d708f53-ac68-4afc-bd8c-5c4dc863d0b7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d708f53-ac68-4afc-bd8c-5c4dc863d0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,648 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.039s 2023-04-19 15:52:37,649 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fff954-ad6b-43f6-b62d-64c5b8035004', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fff954-ad6b-43f6-b62d-64c5b8035004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": "2023-04-19T15:52:37.000000", "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72 fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,699 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.039s 2023-04-19 15:52:37,699 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab9c935-f48a-44b6-82ac-214ed7841fb4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab9c935-f48a-44b6-82ac-214ed7841fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": "2023-04-19T15:52:37.000000", "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,829 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.120s 2023-04-19 15:52:37,830 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b695b8ff-842e-4da6-9ce8-f349d81b9309', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'' 2023-04-19 15:52:37,852 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.021s 2023-04-19 15:52:37,852 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bf2bb3-fbbd-4bef-93db-91a9ad7007b0', 'x-openstack-request-id': 'req-c1bf2bb3-fbbd-4bef-93db-91a9ad7007b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"itemNotFound": { "code": 404, "message": "Volume 31b6cc50-0f39-404f-986e-c4f3c7b97be9 could not be found."}}' 2023-04-19 15:52:37,978 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.125s 2023-04-19 15:52:37,979 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf1c1ab9-c7b1-4df8-a623-4d3d87479302', 'x-compute-request-id': 'req-cf1c1ab9-c7b1-4df8-a623-4d3d87479302', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'' 2023-04-19 15:52:38,806 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.827s 2023-04-19 15:52:38,807 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4402b4b1-fcf5-4722-ac10-9c7fe0d174b6', 'x-compute-request-id': 'req-4402b4b1-fcf5-4722-ac10-9c7fe0d174b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "ACTIVE", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "a2ce3143a3f1dfb606c09ce43e314b3efab7bb0cbf95c3b6275699a5", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:45Z", "updated": "2023-04-19T15:52:38Z", "addresses": {"tempest-VolumesActionsTest-627373470-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f5:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:50:52.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": []}}' 2023-04-19 15:53:28,900 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.044s 2023-04-19 15:53:28,900 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:28 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', '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-7c84ebc4-930e-4f84-85e9-ab95f732a04c', 'x-compute-request-id': 'req-7c84ebc4-930e-4f84-85e9-ab95f732a04c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d434150b-9050-451d-999f-32a4103017da could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.526097s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3e6b88bd-e3b1-463b-8f14-95aa4d06b858 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:29,128 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.224s 2023-04-19 15:53:29,128 91150 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-1379706890"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53827bc2-8d50-456f-990d-dc6cc212b1ee', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53827bc2-8d50-456f-990d-dc6cc212b1ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.049193", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:29,176 91150 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/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.038s 2023-04-19 15:53:29,177 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8256e2f2-64ac-4fa1-b003-7ebf93d946a3', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8256e2f2-64ac-4fa1-b003-7ebf93d946a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,229 91150 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/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.040s 2023-04-19 15:53:30,229 91150 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b551009-994b-4717-ac17-cfec450b5a2d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b551009-994b-4717-ac17-cfec450b5a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": "2023-04-19T15:53:29.000000", "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,286 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.040s 2023-04-19 15:53:30,287 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2e98e2-c7da-45bb-8c58-a9ccdd6b5721', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2e98e2-c7da-45bb-8c58-a9ccdd6b5721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": "2023-04-19T15:53:29.000000", "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,408 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.105s 2023-04-19 15:53:30,408 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c0cd62-3179-4d2d-b3e1-f560e95e628d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'' 2023-04-19 15:53:30,428 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.019s 2023-04-19 15:53:30,429 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d3bb95-c870-4bf5-bb6d-b062b0cf091d', 'x-openstack-request-id': 'req-a4d3bb95-c870-4bf5-bb6d-b062b0cf091d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e6b88bd-e3b1-463b-8f14-95aa4d06b858 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.472726s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d9318458-9414-428f-8bf7-1a200c2bcecf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:30,607 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.175s 2023-04-19 15:53:30,607 91150 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-1994223173"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b87c3e-e5a9-4e3b-a813-b9d16cc2e592', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b87c3e-e5a9-4e3b-a813-b9d16cc2e592', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:30.551804", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:30,658 91150 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/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.041s 2023-04-19 15:53:30,658 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8c9b08-e17e-47c0-a6a8-f9a0dbe6c0de', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f8c9b08-e17e-47c0-a6a8-f9a0dbe6c0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,713 91150 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/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.043s 2023-04-19 15:53:31,714 91150 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee056cf4-5fec-4772-947d-1ed08434790d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee056cf4-5fec-4772-947d-1ed08434790d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": "2023-04-19T15:53:31.000000", "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,765 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.037s 2023-04-19 15:53:31,765 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c60c788-f533-4025-91a7-ff63cbf27b5c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c60c788-f533-4025-91a7-ff63cbf27b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": "2023-04-19T15:53:31.000000", "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,875 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.096s 2023-04-19 15:53:31,875 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-53a6f14a-e1ad-48bc-8423-8844b2062ad2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'' 2023-04-19 15:53:31,903 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.026s 2023-04-19 15:53:31,903 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a98719e-9ae6-456f-b2fc-2540daf2a40d', 'x-openstack-request-id': 'req-2a98719e-9ae6-456f-b2fc-2540daf2a40d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d9318458-9414-428f-8bf7-1a200c2bcecf could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.463526s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:32,084 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.177s 2023-04-19 15:53:32,084 91150 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-65060630"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f04a58e-92a7-4fe2-9d0d-73dcf4482cae', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f04a58e-92a7-4fe2-9d0d-73dcf4482cae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.026987", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:32,134 91150 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/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.038s 2023-04-19 15:53:32,134 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc2df73-2793-4340-be49-0cc956de2a2b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc2df73-2793-4340-be49-0cc956de2a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,183 91150 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/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.036s 2023-04-19 15:53:33,183 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cd50f0-5dbb-4b7c-a31e-2cce14f0483e', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cd50f0-5dbb-4b7c-a31e-2cce14f0483e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": "2023-04-19T15:53:32.000000", "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,235 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.039s 2023-04-19 15:53:33,235 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f03d8b-0451-4836-b764-8cde13726829', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f03d8b-0451-4836-b764-8cde13726829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": "2023-04-19T15:53:32.000000", "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,347 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.100s 2023-04-19 15:53:33,347 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-ty pe': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7aed9f-9a0d-4fe9-ac51-dc2465db227f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'' 2023-04-19 15:53:33,368 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.020s 2023-04-19 15:53:33,368 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd6b902-0c59-4ab3-a42e-508afe1e13d0', 'x-openstack-request-id': 'req-4dd6b902-0c59-4ab3-a42e-508afe1e13d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.468944s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bebb9a2-effd-46b3-b50c-75417929c104 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:33,561 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.190s 2023-04-19 15:53:33,561 91150 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-485249021"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89064326-ea0b-4da6-a7ca-c43935858a4b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89064326-ea0b-4da6-a7ca-c43935858a4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.499300", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:33,608 91150 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/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.037s 2023-04-19 15:53:33,609 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a227c5ff-6f62-4263-91be-1b068a79f7df', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a227c5ff-6f62-4263-91be-1b068a79f7df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,658 91150 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/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.037s 2023-04-19 15:53:34,658 91150 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295be693-5f73-46eb-b404-64d8e59ee665', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295be693-5f73-46eb-b404-64d8e59ee665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": "2023-04-19T15:53:34.000000", "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,707 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.038s 2023-04-19 15:53:34,708 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2901be-1c8b-4e3e-be29-b4c537ea0e0c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2901be-1c8b-4e3e-be29-b4c537ea0e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": "2023-04-19T15:53:34.000000", "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,817 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.098s 2023-04-19 15:53:34,818 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8dd90be-148b-4f03-b11d-7270e8c5a137', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'' 2023-04-19 15:53:34,839 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.020s 2023-04-19 15:53:34,839 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-3f1b8907-d362-4deb-a059-314d3d023cad', 'x-openstack-request-id': 'req-3f1b8907-d362-4deb-a059-314d3d023cad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bebb9a2-effd-46b3-b50c-75417929c104 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.594071s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6634a267-a2be-4ab7-9832-ce1e8f16be01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:35,121 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes 0.280s 2023-04-19 15:53:35,122 91150 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-435193967"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0607aab0-f5aa-4df6-bfa8-b94548e985f5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0607aab0-f5aa-4df6-bfa8-b94548e985f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.043323", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:35,169 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.038s 2023-04-19 15:53:35,170 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e52868-3525-4668-8eb5-4bf60e46a9dd', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e52868-3525-4668-8eb5-4bf60e46a9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,220 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.039s 2023-04-19 15:53:36,220 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fde498-ad7a-4da0-8474-5166ff80fef6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fde498-ad7a-4da0-8474-5166ff80fef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": "2023-04-19T15:53:35.000000", "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,280 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.050s 2023-04-19 15:53:36,281 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fba7e6-ea82-4924-ae0f-295aa9f3a101', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fba7e6-ea82-4924-ae0f-295aa9f3a101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": "2023-04-19T15:53:35.000000", "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,413 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.122s 2023-04-19 15:53:36,414 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-83fd8b3e-7c7a-4305-aa2b-e3cb45522e45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'' 2023-04-19 15:53:36,434 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.020s 2023-04-19 15:53:36,435 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-88528a93-10ea-407c-9e37-cd774d56c4e3', 'x-openstack-request-id': 'req-88528a93-10ea-407c-9e37-cd774d56c4e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6634a267-a2be-4ab7-9832-ce1e8f16be01 could not be found."}}' {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.717525s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4861154f-364a-4177-b61e-cc0c2bba6455 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:40,083 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes 0.371s 2023-04-19 15:53:40,083 91150 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-40234379"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5308d81-231a-4584-8779-f9e019c53026', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5308d81-231a-4584-8779-f9e019c53026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.020323", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:40,132 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.039s 2023-04-19 15:53:40,132 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14962a46-27d6-412c-80bc-c3ad27262e07', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14962a46-27d6-412c-80bc-c3ad27262e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,183 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.039s 2023-04-19 15:53:41,184 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c590c24f-1906-4f38-a08a-d07f14e45983', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c590c24f-1906-4f38-a08a-d07f14e45983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": "2023-04-19T15:53:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,237 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.038s 2023-04-19 15:53:41,238 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7291f77-d503-4191-bc7f-19047b549c98', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7291f77-d503-4191-bc7f-19047b549c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": "2023-04-19T15:53:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,406 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.157s 2023-04-19 15:53:41,406 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2a76bf-23df-43d1-aff8-33ea09cbc9bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'' 2023-04-19 15:53:41,426 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.020s 2023-04-19 15:53:41,426 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7282536-b76a-4d41-84bd-8eefe30a7251', 'x-openstack-request-id': 'req-e7282536-b76a-4d41-84bd-8eefe30a7251', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4861154f-364a-4177-b61e-cc0c2bba6455 could not be found."}}' {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.478289s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 214b68e4-2f2b-4745-8f89-e7e7445f5ab2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:41,622 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes 0.192s 2023-04-19 15:53:41,623 91150 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-470468369"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3e7177-37c3-44d8-ac57-bc9ee8d572a8', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3e7177-37c3-44d8-ac57-bc9ee8d572a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:41.551759", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:41,681 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.049s 2023-04-19 15:53:41,681 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbea2a2-0296-49a4-8693-1fd7af678d6a', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbea2a2-0296-49a4-8693-1fd7af678d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,730 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.037s 2023-04-19 15:53:42,730 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f88f439-381f-417f-9a8a-a89625580356', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f88f439-381f-417f-9a8a-a89625580356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": "2023-04-19T15:53:42.000000", "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,782 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.041s 2023-04-19 15:53:42,782 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5653473f-35ef-4379-8f31-0f1f38fd4cfa', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5653473f-35ef-4379-8f31-0f1f38fd4cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": "2023-04-19T15:53:42.000000", "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,885 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.092s 2023-04-19 15:53:42,885 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189eb20a-f8df-498c-b38c-45e4c5d85c87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'' 2023-04-19 15:53:42,907 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.021s 2023-04-19 15:53:42,907 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5f7184-e3dd-4538-b38f-6e2790b17e5b', 'x-openstack-request-id': 'req-3f5f7184-e3dd-4538-b38f-6e2790b17e5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 214b68e4-2f2b-4745-8f89-e7e7445f5ab2 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.681607s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ada0276-cc62-4c2d-b0a5-ceb761af45fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:45,839 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes 0.399s 2023-04-19 15:53:45,840 91150 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-1118822065"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab409899-c5f9-4738-9f26-0b1bf1f759b1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab409899-c5f9-4738-9f26-0b1bf1f759b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:45.780938", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:45,888 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.038s 2023-04-19 15:53:45,888 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c935065-95dc-433d-b446-348d3d61e8e8', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c935065-95dc-433d-b446-348d3d61e8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:46,941 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.041s 2023-04-19 15:53:46,942 91150 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3bfd68-11f0-4ebb-bcb1-0e439c58dbcf', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3bfd68-11f0-4ebb-bcb1-0e439c58dbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": "2023-04-19T15:53:46.000000", "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:46,993 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.040s 2023-04-19 15:53:46,993 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fbcba5-2f60-4dec-81f4-c45874301f47', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fbcba5-2f60-4dec-81f4-c45874301f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": "2023-04-19T15:53:46.000000", "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:47,098 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.095s 2023-04-19 15:53:47,099 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5206173f-2fc4-4e1a-a902-436af598e663', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'' 2023-04-19 15:53:47,120 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.021s 2023-04-19 15:53:47,121 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb3e4ce-8150-4f16-ab27-a8e643357143', 'x-openstack-request-id': 'req-acb3e4ce-8150-4f16-ab27-a8e643357143', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6ada0276-cc62-4c2d-b0a5-ceb761af45fe could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.472471s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 80091fa4-1577-409f-aac2-a548293d3bd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:47,307 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes 0.183s 2023-04-19 15:53:47,307 91150 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-1688256134"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cec5fd3-32e7-4856-9c41-317f3d059c78', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cec5fd3-32e7-4856-9c41-317f3d059c78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.249323", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:47,356 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.039s 2023-04-19 15:53:47,357 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-066818c3-ff01-4886-bab7-ebfd64fa2735', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066818c3-ff01-4886-bab7-ebfd64fa2735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,410 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.041s 2023-04-19 15:53:48,411 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ae7bb7-8a75-4650-bebb-a5d9285cd712', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ae7bb7-8a75-4650-bebb-a5d9285cd712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": "2023-04-19T15:53:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,460 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.039s 2023-04-19 15:53:48,461 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347deceb-616b-4709-9b93-433c27b07b41', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347deceb-616b-4709-9b93-433c27b07b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": "2023-04-19T15:53:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,571 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.095s 2023-04-19 15:53:48,572 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-c668cbf2-9a4f-4ae2-a58f-974eb79e617d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'' 2023-04-19 15:53:48,594 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.022s 2023-04-19 15:53:48,595 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd9aa1b-d67f-4936-86c8-956fa9e4f32f', 'x-openstack-request-id': 'req-ddd9aa1b-d67f-4936-86c8-956fa9e4f32f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80091fa4-1577-409f-aac2-a548293d3bd3 could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [167.153575s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f9710f14-7b00-4598-a039-296d2ef2c189 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:13,265 91162 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 15:51:13,828 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.562s 2023-04-19 15:51:13,828 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--904179025", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/19401dca-91ff-4159-974c-80498ded65de', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-cb254a18-df44-4702-a3ce-dfcb77fb27f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--904179025", "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": "2f7533c8ab8a45baa3d4bf8373fc0136", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "19401dca-91ff-4159-974c-80498ded65de", "created_at": "2023-04-19T15:51:14Z", "updated_at": "2023-04-19T15:51:14Z", "tags": [], "self": "/v2/images/19401dca-91ff-4159-974c-80498ded65de", "file": "/v2/images/19401dca-91ff-4159-974c-80498ded65de/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:51:15,221 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de/file 1.392s 2023-04-19 15:51:15,221 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-760793d4-3c4d-4a53-97e4-a8e68356c1f1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de/file'} Body: b'' 2023-04-19 15:51:15,221 91162 DEBUG [tempest.scenario.manager] image:19401dca-91ff-4159-974c-80498ded65de 2023-04-19 15:51:15,280 91162 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.056s 2023-04-19 15:51:15,280 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1547822728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+Dv6lKgDgeMtAY55ntcAqV+J8rGQE0N84+Lh75xftRa1Op+gDH1XJhrDIREdF+T5NSvilsloutRJCFbF/y0ZkPGI2N5Dsimlm6x9xgVqISEsLKqgaa//ALkjC/VByTxA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 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-a181322c-8793-4308-a680-a036d99e72f8', 'x-compute-request-id': 'req-a181322c-8793-4308-a680-a036d99e72f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-15478 22728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+Dv6lKgDgeMtAY55ntcAqV+J8rGQE0N84+Lh75xftRa1Op+gDH1XJhrDIREdF+T5NSvilsloutRJCFbF/y0ZkPGI2N5Dsimlm6x9xgVqISEsLKqgaa//ALkjC/VByTxA==", "fingerprint": "9a:e0:74:a0:5a:29:31:c6:76:8b:2f:57:f4:f1:62:2b", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6"}}' 2023-04-19 15:51:15,385 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-19 15:51:15,385 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5ab3e9f-34fb-4707-8df6-0f031d1bf429', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6bdea4f36e5f49e5a279f7273f5a66e6", "name": "tempest-TestMinimumBasicScenario-591841759-project-member", "password_expires_at": null}, "audit_ids": ["4s8qpnP8QkOMjqtK-wBJug"], "expires_at": "2023-04-19T16:51:15.000000Z", "issued_at": "2023-04-19T15:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7533c8ab8a45baa3d4bf8373fc0136", "name": "tempest-TestMinimumBasicScenario-591841759"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:51:15,386 91162 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b8b96835-a471-4cde-adc1-5cf572ceb5ee', 'name': 'tempest-TestMinimumBasicScenario-1394444025-network', 'tenant_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47909, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:48:13Z', 'updated_at': '2023-04-19T15:48:13Z', 'revision_number': 1} available for tenant 2023-04-19 15:51:15,951 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.564s 2023-04-19 15:51:15,951 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-642335254", "imageRef": "19401dca-91ff-4159-974c-80498ded65de", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "networks": [{"uuid": "b8b96835-a471-4cde-adc1-5cf572ceb5ee"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6db813-36f4-4cd4-8de8-fb7c6b8119ca', 'x-compute-request-id': 'req-bb6db813-36f4-4cd4-8de8-fb7c6b8119ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "szEiSTR3Pu6p"}}' 2023-04-19 15:51:16,020 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.066s 2023-04-19 15:51:16,021 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-030af1ad-b92c-460e-b51f-2a3337bcff5f', 'x-compute-request-id': 'req-030af1ad-b92c-460e-b51f-2a3337bcff5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "BUILD", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:16Z", "updated": "2023-04-19T15:51:15Z", "addresses": {}, "acce ssIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "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": []}}' 2023-04-19 15:52:06,878 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.799s 2023-04-19 15:52:06,878 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:06 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-f3292d89-85e8-41d7-a688-fee55210db5e', 'x-compute-request-id': 'req-f3292d89-85e8-41d7-a688-fee55210db5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:52:06,890 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:53:07,762 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.812s 2023-04-19 15:53:07,762 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:06 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-0412a83a-6828-4ea4-aba0-0782171d7663', 'x-compute-request-id': 'req-0412a83a-6828-4ea4-aba0-0782171d7663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:07,988 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.214s 2023-04-19 15:53:07,989 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 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-ace9b503-3187-4b75-ba54-c967a93819a5', 'x-compute-request-id': 'req-ace9b503-3187-4b75-ba54-c967a93819a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}]}]}' 2023-04-19 15:53:08,148 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.155s 2023-04-19 15:53:08,148 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 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-337f7573-8d73-4fff-990b-e83260bb8ad8', 'x-compute-request-id': 'req-337f7573-8d73-4fff-990b-e83260bb8ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-498 5-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:08,342 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes 0.182s 2023-04-19 15:53:08,343 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1539352329", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce64df53-8bed-416d-8f63-0b46de32ea4f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce64df53-8bed-416d-8f63-0b46de32ea4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.286644", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:08,391 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.039s 2023-04-19 15:53:08,391 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-2f6886c9-c02b-4f61-884b-ba4a6e86149f', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6886c9-c02b-4f61-884b-ba4a6e86149f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:53:09,441 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.038s 2023-04-19 15:53:09,442 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d257cd-c770-4e6c-85d6-81dc210fcf21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d257cd-c770-4e6c-85d6-81dc210fcf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": "2023-04-19T15:53:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:53:09,558 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.106s 2023-04-19 15:53:09,559 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-bf796de8-a872-40dd-8b4b-4b2d25ce3431', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f75 33c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'' 2023-04-19 15:53:09,594 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.034s 2023-04-19 15:53:09,594 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2164d727-5800-41b9-93c2-50105334036d', 'x-openstack-request-id': 'req-2164d727-5800-41b9-93c2-50105334036d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9710f14-7b00-4598-a039-296d2ef2c189 could not be found."}}' 2023-04-19 15:53:09,711 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.115s 2023-04-19 15:53:09,711 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-2077aaec-08dc-4de1-9016-f2a487c5f268', 'x-compute-request-id': 'req-2077aaec-08dc-4de1-9016-f2a487c5f268', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'' 2023-04-19 15:53:09,980 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.268s 2023-04-19 15:53:09,980 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 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-383a63cd-44f1-40c0-8f25-ab9ce74a6a0f', 'x-compute-request-id': 'req-383a63cd-44f1-40c0-8f25-ab9ce74a6a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:53:10Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "acc essIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:54:00,287 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.246s 2023-04-19 15:54:00,287 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-958465d0-4610-4902-bc94-7e35798218a4', 'x-compute-request-id': 'req-958465d0-4610-4902-bc94-7e35798218a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 14e694c9-db14-4985-848f-f5d5d4dba249 could not be found."}}' 2023-04-19 15:54:00,317 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1547822728 0.029s 2023-04-19 15:54:00,318 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800c0475-bde5-4b18-9112-68491176d713', 'x-compute-request-id': 'req-800c0475-bde5-4b18-9112-68491176d713', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1547822728'} Body: b'' 2023-04-19 15:54:00,417 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de 0.099s 2023-04-19 15:54:00,418 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-03e5938a-4816-4df5-bfd7-f72a53f73e22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de'} Body: b'' {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [167.193460s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e7a3ea14-62eb-410a-b066-ab19dadf89c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:23,510 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:52:23,510 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:52:23,671 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.155s 2023-04-19 15:52:23,671 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1965047516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:23 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-bc67f23a-783b-48fc-a376-bce49ed0d17f', 'x-compute-request-id': 'req-bc67f23a-783b-48fc-a376-bce49ed0d17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1965047516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA==", "fingerprint": "eb:05:c2:87:2f:fa:31:b7:6e:7f:51:bc:85:f6:30:eb", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:52:23,676 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1965047516 created 2023-04-19 15:52:23,839 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-19 15:52:23,840 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1987367291", "description": "tempest-description--1448407457"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-33dd788f-1e38-49f2-b176-8b5b259465af', 'date': 'Wed, 19 Apr 2023 15:52:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "name": "tempest-securitygroup--1987367291", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--1448407457", "shared": false, "security_group_rules": [{"id": "42866da2-ecfb-431d-8e2b-d6ab43a9b6db", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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": 857, "description": null, "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "45ff38b9-edce-429a-a39a-d3dcbf202288", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 858, "description": null, "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,013 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.173s 2023-04-19 15:52:24,014 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-03c5268d-9dbf-47e9-89c7-ba35bafe4405', 'date': 'Wed, 19 Apr 2023 15:52:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "195f00df-d135-4123-a005-873cc720aa45", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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, "description": "", "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,162 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-19 15:52:24,162 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d8f60fd5-7e6b-41b4-ac65-4bac6dcca58f', 'date': 'Wed, 19 Apr 2023 15:52:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8fbca4e0-b399-44c4-8319-4802adeffe14", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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, "description": "", "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:52:24Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,163 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1987367291 created 2023-04-19 15:52:25,278 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.114s 2023-04-19 15:52:25,278 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bdbe07f6-b020-4b08-9433-aa85aa13a004', 'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f122de99-bd9f-46d6-9d34-791a635bc33b", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.180", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:52:24Z", "revision_number": 0}}' 2023-04-19 15:52:25,279 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f122de99-bd9f-46d6-9d34-791a635bc33b', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:24Z', 'updated_at': '2023-04-19T15:52:24Z', 'revision_number': 0, 'ip': '172.24.4.180'} created 2023-04-19 15:52:25,370 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.079s 2023-04-19 15:52:25,370 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-75e31a4a-e494-4aa9-a0d8-0b9ac7937431', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["8_7qaJbzTS-wmohLBjzeeQ"], "expires_at": "2023-04-19T16:52:25.000000Z", "issued_at": "2023-04-19T15:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0. 0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:52:25,371 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:52:25,371 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1965047516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA==', 'fingerprint': 'eb:05:c2:87:2f:fa:31:b7:6e:7f:51:bc:85:f6:30:eb', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDByqrCGsMMJsSTSRsHr58yKdCpaRUqp4a3u56IAh9BYtmRRHqqSgU1/\nhs/1yPuXO82gBwYFK4EEACKhZANiAASkSqHGx1cpLUos3MoFEOQwcRc0aAK/Yww0\nhzsk9ZCvA992JMmpafAnigvZetKqJvg9V7q5BxNfWLtjn/j/g7UFiVVflF2UD8pD\nGNjoNGkeXDl5ONqw3vI19hLBcM9yYTA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', 'name': 'tempest-securitygroup--1987367291', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--1448407457', 'shared': False, 'security_group_rules': [{'id': '42866da2-ecfb-431d-8e2b-d6ab43a9b6db', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', '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': 857, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': '45ff38b9-edce-429a-a39a-d3dcbf202288', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', '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': 858, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 0, 'project_id': '0c0984f297a84 7a2b58da65a2db97400'}], 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': 'f122de99-bd9f-46d6-9d34-791a635bc33b', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:24Z', 'updated_at': '2023-04-19T15:52:24Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-04-19 15:52:26,406 91146 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 1.033s 2023-04-19 15:52:26,406 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-56896301", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "key_name": "tempest-keypair-1965047516", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce12c54-e0c3-4a47-a907-1fc181517a34', 'x-compute-request-id': 'req-2ce12c54-e0c3-4a47-a907-1fc181517a34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "adminPass": "password"}}' 2023-04-19 15:52:26,567 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.156s 2023-04-19 15:52:26,567 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cd253c-8540-48be-8da3-e7fe7807d65c', 'x-compute-request-id': 'req-a2cd253c-8540-48be-8da3-e7fe7807d65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1965047516", "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": []}}' 2023-04-19 15:53:16,865 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.282s 2023-04-19 15:53:16,866 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:16 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-8cbed6be-03a7-4068-a68f-9a3209d89a9e', 'x-compute-request-id': 'req-8cbed6be-03a7-4068-a68f-9a3209d89a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:52:33Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1965047516", "OS-SRV-USG:launched_at": "2023-04-19T15:52:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:16,877 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:54:17,090 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/os-interface 0.172s 2023-04-19 15:54:17,091 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:16 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-d3b52d12-dbc0-4b72-87f6-4858c53815d9', 'x-compute-request-id': 'req-d3b52d12-dbc0-4b72-87f6-4858c53815d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e", "mac_addr": "fa:16:3e:c0:03:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.5"}]}]}' 2023-04-19 15:54:18,075 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b 0.980s 2023-04-19 15:54:18,076 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d8c73f0e-f8af-40cd-9fc8-21aadd656d5c', 'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b'} Body: b'{"floatingip": {"id": "f122de99-bd9f-46d6-9d34-791a635bc33b", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.180", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:c0:03:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:54:17Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:18,078 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.180:22' as 'cirros' with public key authentication 2023-04-19 15:54:18,117 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:54:18,143 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:54:18,143 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.180 successfully created 2023-04-19 15:54:18,189 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/ips 0.045s 2023-04-19 15:54:18,189 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774a9503-861c-4c2d-8dfe-719ba97b6964', 'x-compute-request-id': 'req-774a9503-861c-4c2d-8dfe-719ba97b6964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6 c3-4c63-9c58-8a35482ec0eb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-19 15:54:18,429 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.236s 2023-04-19 15:54:18,429 91146 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-1043755061"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea26c54-5b10-4444-9c33-82408d908276', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea26c54-5b10-4444-9c33-82408d908276', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.367914", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:54:18,477 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3 0.038s 2023-04-19 15:54:18,478 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2ebba7-28e0-4c2e-a171-9916ce23a474', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2ebba7-28e0-4c2e-a171-9916ce23a474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:19,531 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attach ed_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3 0.042s 2023-04-19 15:54:19,531 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c64d62e-688b-421f-b188-0fcb81c49b4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c64d62e-688b-421f-b188-0fcb81c49b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.000000", "updated_at": "2023-04-19T15:54:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:19,653 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.111s 2023-04-19 15:54:19,654 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54: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-e7c635a2-e147-441e-bdd9-26f84c4f4db4', 'x-compute-request-id': 'req-e7c635a2-e147-441e-bdd9-26f84c4f4db4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'' 2023-04-19 15:54:19,902 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.248s 2023-04-19 15:54:19,903 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5771a521-5e85-4446-a72d-250cd85453d7', 'x-compute-request-id': 'req-5771a521-5e85-4446-a72d-250cd85453d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "ho stId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:54:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1965047516", "OS-SRV-USG:launched_at": "2023-04-19T15:52:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:55:10,008 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.043s 2023-04-19 15:55:10,009 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-a3ceb0a5-90b6-4fa4-8d01-dc0e5a640854', 'x-compute-request-id': 'req-a3ceb0a5-90b6-4fa4-8d01-dc0e5a640854', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb could not be found."}}' 2023-04-19 15:55:10,061 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1965047516 0.051s 2023-04-19 15:55:10,062 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-5bb1ed52-1c43-4dbd-a594-4c2b7c739184', 'x-compute-request-id': 'req-5bb1ed52-1c43-4dbd-a594-4c2b7c739184', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1965047516'} Body: b'' 2023-04-19 15:55:10,246 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f 0.183s 2023-04-19 15:55:10,246 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a313013f-6563-49b9-bac2-1c15a320b f63', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f'} Body: b'' 2023-04-19 15:55:10,267 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f 0.020s 2023-04-19 15:55:10,268 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-09013f63-3607-42ba-862b-b7540f40f3b4', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e1c8b46-99fa-42cf-836d-29d9d2b0b61f does not exist", "detail": ""}}' 2023-04-19 15:55:10,699 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b 0.431s 2023-04-19 15:55:10,700 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bdf3e5ab-68d1-4291-90e8-29d8e4b55a8e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b'} Body: b'' {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.610137s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2c829f39-995a-4184-8a43-a4c8c78a7973 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:34,058 91160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:52:34,059 91160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:52:34,110 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-19 15:52:34,110 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-950507142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:34 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-aa8480f3-d50c-448e-b9a1-5a04cdcb4c6e', 'x-compute-request-id': 'req-aa8480f3-d50c-448e-b9a1-5a04cdcb4c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-950507142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg==", "fingerprint": "1a:95:f8:97:20:e4:5b:50:c3:16:83:f4:57:c7:36:0b", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4"}}' 2023-04-19 15:52:34,113 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-950507142 created 2023-04-19 15:52:34,267 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-19 15:52:34,268 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1147612547", "description": "tempest-description--1415737186"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1c80ea33-c0a7-4f8c-bc9a-628cbda9ee22', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "name": "tempest-securitygroup--1147612547", "stateful": true, "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "tempest-description--1415737186", "shared": false, "security_group_rules": [{"id": "b93afe81-78a3-42da-a669-b9c5ec7ef09a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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": 865, "description": null, "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}, {"id": "d36a5cbb-dc47-4551-a753-447a4c490c40", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 866, "description": null, "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}], "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,444 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-19 15:52:34,444 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d7965a0e-23b7-4e95-a3e8-c4d76b02c36d', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "292447a8-2e11-43e2-9b1c-194eca8cacba", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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, "description": "", "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,616 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-04-19 15:52:34,617 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23935aac-a153-4a2b-bfe5-d42718988539', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcddd957-25cb-4107-b0fe-707387a0eb0c", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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, "description": "", "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,617 91160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1147612547 created 2023-04-19 15:52:35,391 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.773s 2023-04-19 15:52:35,391 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-6d65e939-04ce-4fff-8e39-271f05a1fa26', 'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "be88528a-42a4-4f99-8d56-4a55051eb7d0", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.66", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:35Z", "updated_at": "2023-04-19T15:52:35Z", "revision_number": 0}}' 2023-04-19 15:52:35,391 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'be88528a-42a4-4f99-8d56-4a55051eb7d0', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:35Z', 'updated_at': '2023-04-19T15:52:35Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-04-19 15:52:35,486 91160 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.089s 2023-04-19 15:52:35,487 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9b21033d-40af-48b1-9dce-0757964839d9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c38c4c3e9d6c4188a7fda942d147d9f4", "name": "tempest-AttachVolumeTestJSON-685384009-project-member", "password_expires_at": null}, "audit_ids": ["RAX2fneiTq-sf2GNjYjVTA"], "expires_at": "2023-04-19T16:52:35.000000Z", "issued_at": "2023-04-19T15:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c11a51b11d234c34a5ce2f2af04b03fe", "name": "tempest-AttachVolumeTestJSON-685384009"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5c e2f2af04b03fe", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:52:35,487 91160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '89435102-530e-4931-a234-9a7fb5e878c4', 'name': 'tempest-AttachVolumeTestJSON-1548490433-network', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:49:41Z', 'updated_at': '2023-04-19T15:49:41Z', 'revision_number': 1} available for tenant 2023-04-19 15:52:35,488 91160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-950507142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg==', 'fingerprint': '1a:95:f8:97:20:e4:5b:50:c3:16:83:f4:57:c7:36:0b', 'user_id': 'c38c4c3e9d6c4188a7fda942d147d9f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFaNMwDIdvuvZEY2jOC9+vOCJ84rd6hHgb9/9m5UYKss6D1iqvt+MX\nnKQ8eJyhlNSgBwYFK4EEACKhZANiAAT5jOiXJPrIKn5R2EGMmQJNdtLunJzE9The\nvOTqZIRKZhiCn1ry3ZbFczPR/EYZC+1phtP6/2/6Ts/xvAEi0Jj8Y/efOrWWY8RL\nbv2r6WiGKY+EqfTK2VqHOII05H+imXI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', 'name': 'tempest-securitygroup--1147612547', 'stateful': True, 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': 'tempest-description--1415737186', 'shared': False, 'security_group_rules': [{'id': 'b93afe81-78a3-42da-a669-b9c5ec7ef09a', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', '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': 865, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, {'id': 'd36a5cbb-dc47-4551-a753-447a4c490c40', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', '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, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}], 'tags': [], 'created_at': '2023-04- 19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 1, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, 'floating_ip': {'id': 'be88528a-42a4-4f99-8d56-4a55051eb7d0', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:35Z', 'updated_at': '2023-04-19T15:52:35Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-04-19 15:52:36,180 91160 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.691s 2023-04-19 15:52:36,180 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1768752924", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "89435102-530e-4931-a234-9a7fb5e878c4"}], "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "key_name": "tempest-keypair-950507142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9062967c-f203-4f98-b0e9-1f94864ec93a', 'x-compute-request-id': 'req-9062967c-f203-4f98-b0e9-1f94864ec93a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "adminPass": "password"}}' 2023-04-19 15:52:36,251 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.067s 2023-04-19 15:52:36,251 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1311ce40-72a4-4f49-a42d-36d674d20e2d', 'x-compute-request-id': 'req-1311ce40-72a4-4f49-a42d-36d674d20e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "BUILD", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "lin ks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:52:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-950507142", "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": []}}' 2023-04-19 15:53:26,543 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.229s 2023-04-19 15:53:26,543 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61ffe759-4bba-4f48-b31d-ecaecc2fec90', 'x-compute-request-id': 'req-61ffe759-4bba-4f48-b31d-ecaecc2fec90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:52:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-950507142", "OS-SRV-USG:launched_at": "2023-04-19T15:52:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:26,555 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:54:27,089 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/os-interface 0.473s 2023-04-19 15:54:27,089 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:26 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-cada3737-88f8-483c-8a1f-4c1f3e782d24', 'x-compute-request-id': 'req-cada3737-88f8-483c-8a1f-4c1f3e782d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "89435102-530e-4931-a234-9a7fb5e878c4", "port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7", "mac_addr": "fa:16:3e:43:c8:e8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f3268a4-2a11-431c-adaf-2c2bc79ab78a", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:54:27,884 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0 0.791s 2023-04-19 15:54:27,885 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bb0fc347-f1a2-4464-b838-a75c603b97e0', 'date': 'Wed, 19 Apr 2023 15:54:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0'} Body: b'{"floatingip": {"id": "be88528a-42a4-4f99-8d56-4a55051eb7d0", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.66", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "c25337a0-19d8-4f72-9bea-ef0369359f29", "port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "89435102-530e-4931-a234-9a7fb5e878c4", "mac_address": "fa:16:3e:43:c8:e8", "admin_state_up": true, "status": "ACTIVE", "device_id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:35Z", "updated_at": "2023-04-19T15:54:27Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:27,887 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2023-04-19 15:54:27,925 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:54:27,946 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:54:27,947 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2023-04-19 15:54:27,986 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/ips 0.038s 2023-04-19 15:54:27,987 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:27 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-679d7f43-d04f-4824-aba1-151ed66ba9b4', 'x-compute-request-id': 'req-679d7f43-d04f-4824-aba1-151ed66ba9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-19 15:54:28,204 91160 INF O [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes 0.212s 2023-04-19 15:54:28,205 91160 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-155151771"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94dcb5a2-957d-4179-a19f-df698340c988', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94dcb5a2-957d-4179-a19f-df698340c988', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.146486", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:54:28,291 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973 0.076s 2023-04-19 15:54:28,292 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72950bb3-5a40-4866-96d8-0cf4db201c25', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72950bb3-5a40-4866-96d8-0cf4db201c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:29,350 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973 0.046s 2023-04-19 15:54:29,350 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab96fe1-0ce2-43f2-a9d7-4a2a3210c4e8', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab96fe1-0ce2-43f2-a9d7-4a2a3210c4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.000000", "updated_at": "2023-04-19T15:54:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:29,476 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.115s 2023-04-19 15:54:29,476 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54: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-7cc0b99c-5069-47f6-b466-ca6723165477', 'x-compute-request-id': 'req-7cc0b99c-5069-47f6-b466-ca6723165477', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'' 2023-04-19 15:54:29,768 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.290s 2023-04-19 15:54:29,768 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362c3e96-88dd-4cad-8896-ccdb33af0ecd', 'x-compute-request-id': 'req-362c3e96-88dd-4cad-8896-ccdb33af0ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:54:29Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-950507142", "OS-SRV-USG:launched_at": "2023-04-19T15:52:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:55:19,977 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.178s 2023-04-19 15:55:19,977 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-213a2666-706c-490e-863d-2b5f175c6c8a', 'x-compute-request-id': 'req-213a2666-706c-490e-863d-2b5f175c6c8a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 11dc674e-6575-4da2-98d7-88f0db3830bc could not be found."}}' 2023-04-19 15:55:20,011 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-950507142 0.032s 2023-04-19 15:55:20,011 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9528c39-f439-4edf-af39-8efbfd066e46', 'x-compute-request-id': 'req-b9528c39-f439-4edf-af39-8efbfd066e46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-950507142'} Body: b'' 2023-04-19 15:55:20,195 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a 0.183s 2023-04-19 15:55:20,195 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3832ee46-7c12-427f-bd9c-1660217978db', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a'} Body: b'' 2023-04-19 15:55:20,213 91160 INFO [tempest.lib.co mmon.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a 0.017s 2023-04-19 15:55:20,214 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-425762e2-ee8c-4355-a232-2722ca2d4888', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c4e08335-75c8-49d6-99a0-e2825f54ae3a does not exist", "detail": ""}}' 2023-04-19 15:55:20,667 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0 0.452s 2023-04-19 15:55:20,667 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fa5f2fd2-f4ed-428e-81e8-5ba36d7da01a', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0'} Body: b'' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.855768s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fb73d441-6b41-42bb-8833-5ac0f20c869b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:26,944 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes 0.467s 2023-04-19 15:55:26,944 91160 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-770502440"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dda1363-2bb5-4edb-ad6e-8b26b77b402e', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dda1363-2bb5-4edb-ad6e-8b26b77b402e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:26.879790", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:27,048 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.093s 2023-04-19 15:55:27,049 91160 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, 19 Apr 2023 15:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a902c22-69a2-4bfa-8ca9-3b64d7e59f97', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a902c22-69a2-4bfa-8ca9-3b64d7e59f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,105 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.040s 2023-04-19 15:55:28,105 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5f3015-379b-49b0-91bb-5afda637bce3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5f3015-379b-49b0-91bb-5afda637bce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": "2023-04-19T15:55:27.000000", "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,161 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.043s 2023-04-19 15:55:28,161 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bdf01a5-ef89-46e0-90ae-348174750df7', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bdf01a5-ef89-46e0-90ae-348174750df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": "2023-04-19T15:55:27.000000", "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,299 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.127s 2023-04-19 15:55:28,299 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8720ae01-5c41-4378-ad09-5a805943f04f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'' 2023-04-19 15:55:28,330 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.030s 2023-04-19 15:55:28,331 91160 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, 19 Apr 2023 15:55:28 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-5bcbf5a8-e73d-4597-aac4-7c94d7fae861', 'x-openstack-request-id': 'req-5bcbf5a8-e73d-4597-aac4-7c94d7fae861', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fb73d441-6b41-42bb-8833-5ac0f20c869b could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.528687s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb6e27f6-647b-4f05-acb6-fc527448872e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:28,528 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes 0.194s 2023-04-19 15:55:28,529 91160 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-634870413"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f89117b9-0c7b-4f83-8e37-add17de17ff0', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f89117b9-0c7b-4f83-8e37-add17de17ff0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.466728", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:28,583 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.044s 2023-04-19 15:55:28,583 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa43b7f-d82d-42ed-b399-ffdc0c43a27c', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa43b7f-d82d-42ed-b399-ffdc0c43a27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,639 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.042s 2023-04-19 15:55:29,639 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de0d9df-06eb-4393-a449-472f75ceee96', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de0d9df-06eb-4393-a449-472f75ceee96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": "2023-04-19T15:55:29.000000", "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,728 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.078s 2023-04-19 15:55:29,729 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46fd6e5e-a661-4ec6-965c-284763e797ea', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46fd6e5e-a661-4ec6-965c-284763e797ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": "2023-04-19T15:55:29.000000", "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,837 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.097s 2023-04-19 15:55:29,838 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e200df3-0f0a-477f-8358-01fb0c6492c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'' 2023-04-19 15:55:29,861 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.022s 2023-04-19 15:55:29,861 91160 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, 19 Apr 2023 15:55:29 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-d2592581-d0af-4a3b-8cbc-32bc23097372', 'x-openstack-request-id': 'req-d2592581-d0af-4a3b-8cbc-32bc23097372', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb6e27f6-647b-4f05-acb6-fc527448872e could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.869610s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe246ec1-6310-4037-85f5-bc5c82d3b401 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:34,656 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes 0.530s 2023-04-19 15:55:34,657 91160 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-2104340197"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8463798a-b24d-46dc-9757-b8d5c30ca9dc', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8463798a-b24d-46dc-9757-b8d5c30ca9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:34.580498", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:34,711 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.039s 2023-04-19 15:55:34,712 91160 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, 19 Apr 2023 15:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20648a3a-e500-4344-817a-8545118cdb73', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20648a3a-e500-4344-817a-8545118cdb73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,764 91160 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.040s 2023-04-19 15:55:35,765 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b09c019-eb0b-4895-9ed0-9c20f180d259', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b09c019-eb0b-4895-9ed0-9c20f180d259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": "2023-04-19T15:55:35.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,829 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.051s 2023-04-19 15:55:35,829 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73f75510-9c9f-41ba-b123-945bb6e1e5b3', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f75510-9c9f-41ba-b123-945bb6e1e5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": "2023-04-19T15:55:35.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,969 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.129s 2023-04-19 15:55:35,969 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c801c40a-fa16-4d29-8eb3-4daf2d7dee9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'' 2023-04-19 15:55:35,991 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.021s 2023-04-19 15:55:35,991 91160 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, 19 Apr 2023 15:55:35 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-c60f32d7-393c-4983-9392-5cccb403d779', 'x-openstack-request-id': 'req-c60f32d7-393c-4983-9392-5cccb403d779', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe246ec1-6310-4037-85f5-bc5c82d3b401 could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.507953s] ... 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dc0217b6-e5eb-464f-a6b4-833855e0b316 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:36,189 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes 0.192s 2023-04-19 15:55:36,189 91160 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-1912059671"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd030812-299d-4b88-808c-546c3768fd1e', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd030812-299d-4b88-808c-546c3768fd1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.133849", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:36,261 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.061s 2023-04-19 15:55:36,261 91160 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, 19 Apr 2023 15:55:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c826c79c-c3c2-4586-93db-7b37e3c3103e', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c826c79c-c3c2-4586-93db-7b37e3c3103e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,312 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.039s 2023-04-19 15:55:37,313 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-173410ba-8730-4b50-9af5-ef7d11138c13', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-173410ba-8730-4b50-9af5-ef7d11138c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": "2023-04-19T15:55:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,364 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.040s 2023-04-19 15:55:37,364 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa0f2e1-ec17-4a28-acc1-27ae39f1efc9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa0f2e1-ec17-4a28-acc1-27ae39f1efc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": "2023-04-19T15:55:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,481 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.106s 2023-04-19 15:55:37,481 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3040413-a64c-4112-87d2-b6d00d16fe6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'' 2023-04-19 15:55:37,503 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.021s 2023-04-19 15:55:37,503 91160 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, 19 Apr 2023 15:55:37 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-68ff75d1-56c6-40f4-a4a6-bf3a05ccc8b1', 'x-openstack-request-id': 'req-68ff75d1-56c6-40f4-a4a6-bf3a05ccc8b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc0217b6-e5eb-464f-a6b4-833855e0b316 could not be found."}}' {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.494682s] ... 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8c2d8074-4643-4068-ad4a-cb1288aadf23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:40,769 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes 0.363s 2023-04-19 15:55:40,770 91160 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-90761575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4599dc7-4af1-4b80-9d66-324e7b2027bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4599dc7-4af1-4b80-9d66-324e7b2027bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:40.709979", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:55:40,820 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23 0.040s 2023-04-19 15:55:40,821 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5a13af-d6bc-42cb-89ab-6b8b35db4d13', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5a13af-d6bc-42cb-89ab-6b8b35db4d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:41.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e036531cc404a68963d2741d23a2f44"}}' 2023-04-19 15:55:41,886 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23 0.044s 2023-04 -19 15:55:41,886 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36cf0318-d807-41f1-aa70-29a3b074ef8b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36cf0318-d807-41f1-aa70-29a3b074ef8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:41.000000", "updated_at": "2023-04-19T15:55:41.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e036531cc404a68963d2741d23a2f44"}}' {7} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.667248s] ... 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 47, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6317d393-799a-42da-a52b-432bedd6b902 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:44,366 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes 0.547s 2023-04-19 15:55:44,366 91160 DEBUG [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-927670146"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46037a3e-9512-4c6d-b86f-386e55b72ac2', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46037a3e-9512-4c6d-b86f-386e55b72ac2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.105694", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 15:55:44,416 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902 0.039s 2023-04-19 15:55:44,416 91160 DEBUG [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, 19 Apr 2023 15:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d333030-0aba-42e7-be56-9331b5e4f8fb', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d333030-0aba-42e7-be56-9331b5e4f8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 2023-04-19 15:55:45,475 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902 0.046s 2023-04-19 15:55:45,475 91160 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d3cebb-be93-4f4c-bb4c-0d70274169b3', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d3cebb-be93-4f4c-bb4c-0d70274169b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.000000", "updated_at": "2023-04-19T15:55:44.000000", "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' {7} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.382985s] ... 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 47, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 29a641b4-d490-483e-9fe6-f206de11c3f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:45,750 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes 0.262s 2023-04-19 15:55:45,751 91160 DEBUG [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-1025900199"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b49aa6e-b56b-4724-8e6c-b2b9413ceb5c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b49aa6e-b56b-4724-8e6c-b2b9413ceb5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:45.657179", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 15:55:45,799 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4 0.039s 2023-04-19 15:55:45,800 91160 DEBUG [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, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a43d97ab-7184-410c-b13a-eac2ae30e937', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a43d97ab-7184-410c-b13a-eac2ae30e937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:46.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 2023-04-19 15:55:46,859 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4 0.040s 2023-04-19 15:55:46,859 91160 DEBUG [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, 19 Apr 2023 15:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a18e7a-4611-40d7-b179-960af678fda6', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a18e7a-4611-40d7-b179-960af678fda6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:46.000000", "updated_at": "2023-04-19T15:55:46.000000", "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.121495s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6df86eb-4f88-4583-bfb0-da879bdf4af3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:10,704 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:55:10,704 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:55:10,767 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 15:55:10,768 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-220553051", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4ddcb27-e711-42f9-986c-6c0dc3c604e7', 'x-compute-request-id': 'req-c4ddcb27-e711-42f9-986c-6c0dc3c604e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-220553051", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q==", "fingerprint": "85:b6:9f:a6:12:7c:cd:d2:3b:4f:3d:d3:d8:9f:eb:90", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:55:10,770 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-220553051 created 2023-04-19 15:55:10,938 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-19 15:55:10,938 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1311418414", "description": "tempest-description--572105335"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7c6fcca6-c9f6-4b7c-af73-ce91dd253460', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "name": "tempest-securitygroup--1311418414", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--572105335", "shared": false, "security_group_rules": [{"id": "b59e7f4a-cba4-4dbb-ac59-f59e4ebaa12a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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": 965, "description": null, "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "c7549e71-617c-414b-a7ac-9e0440477ab8", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 964, "description": null, "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,103 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-19 15:55:11,103 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d04c6538-61b2-4c74-8efe-22f97b9bc65b', 'date': 'Wed, 19 Apr 2023 15:55:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eac113a4-dade-4b46-939a-da769505c5b1", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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, "description": "", "created_at": "2023-04-19T15:55:11Z", "updated_at": "2023-04-19T15:55:11Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,288 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-19 15:55:11,288 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18f4c857-a866-4de3-91c4-3147ced67bca', 'date': 'Wed, 19 Apr 2023 15:55:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f9f351b-a1cb-4ebc-8142-573722bca175", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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, "description": "", "created_at": "2023-04-19T15:55:11Z", "updated_at": "2023-04-19T15:55:11Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,289 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1311418414 created 2023-04-19 15:55:12,539 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.250s 2023-04-19 15:55:12,540 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-7f1d343c-6927-4fed-bb27-92ec368a1842', 'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d8ad306-be40-4b8b-979a-da710ac5164a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.212", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:55:12Z", "updated_at": "2023-04-19T15:55:12Z", "revision_number": 0}}' 2023-04-19 15:55:12,540 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d8ad306-be40-4b8b-979a-da710ac5164a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.212', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:55:12Z', 'updated_at': '2023-04-19T15:55:12Z', 'revision_number': 0, 'ip': '172.24.4.212'} created 2023-04-19 15:55:12,630 91146 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.083s 2023-04-19 15:55:12,631 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3b7f8aa4-1ec1-44f8-bd6e-82719e8e8c9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["jVvvKsh1SIaGsHul6FHkPA"], "expires_at": "2023-04-19T16:55:12.000000Z", "issued_at": "2023-04-19T15:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:55:12,631 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:55:12,632 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-220553051', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q==', 'fingerprint': '85:b6:9f:a6:12:7c:cd:d2:3b:4f:3d:d3:d8:9f:eb:90', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBY6rxNatP6vDgKqcgTiFGgwGW98tQn23R5ukXBs197K6N7Ol6lcKbh\n/oNWlBL8QfagBwYFK4EEACKhZANiAARDFlZIfNMKsI1JFPpr1elfMsqQ4/FYD/Xq\nN4VRu+lIC43f89LsFJheVPeavEHCov5NepCUFIcROQ6gFVXT39cZVciIyi8ySNc0\nNsuEt2m+JGYIZ8SyOoTDgvyWseTxCtU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', 'name': 'tempest-securitygroup--1311418414', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--572105335', 'shared': False, 'security_group_rules': [{'id': 'b59e7f4a-cba4-4dbb-ac59-f59e4ebaa12a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', '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': 965, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': 'c7549e71-617c-414b-a7ac-9e0440477ab8', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', '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': 964, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db974 00'}], 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': '9d8ad306-be40-4b8b-979a-da710ac5164a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.212', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:55:12Z', 'updated_at': '2023-04-19T15:55:12Z', 'revision_number': 0, 'ip': '172.24.4.212'}} 2023-04-19 15:55:13,327 91146 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.694s 2023-04-19 15:55:13,328 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-759932341", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "key_name": "tempest-keypair-220553051", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45fdd8eb-c350-4c3f-9763-bb4e2759f95a', 'x-compute-request-id': 'req-45fdd8eb-c350-4c3f-9763-bb4e2759f95a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "adminPass": "password"}}' 2023-04-19 15:55:13,402 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.071s 2023-04-19 15:55:13,403 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:13 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-972ce4e9-33fe-47e2-a8f5-2e809c73da6d', 'x-compute-request-id': 'req-972ce4e9-33fe-47e2-a8f5-2e809c73da6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/comput e/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:55:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-220553051", "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": []}}' 2023-04-19 15:56:03,793 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.330s 2023-04-19 15:56:03,793 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb0d3cc9-721a-4c1b-9e01-874d554cb861', 'x-compute-request-id': 'req-bb0d3cc9-721a-4c1b-9e01-874d554cb861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:55:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-220553051", "OS-SRV-USG:launched_at": "2023-04-19T15:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:56:03,805 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:57:04,045 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/os-interface 0.179s 2023-04-19 15:57:04,045 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:03 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-afdd00e2-cc5b-4c8e-9ebe-820bf0fd5bbe', 'x-compute-request-id': 'req-afdd00e2-cc5b-4c8e-9ebe-820bf0fd5bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b", "mac_addr": "fa:16:3e:c4:0f:36", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:57:04,890 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a 0.840s 2023-04-19 15:57:04,891 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-db1f4137-0d7d-439d-88a9-e3c730ffd866', 'date': 'Wed, 19 Apr 2023 15:57:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a'} Body: b'{"floatingip": {"id": "9d8ad306-be40-4b8b-979a-da710ac5164a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.212", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:c4:0f:36", "admin_state_up": true, "status": "ACTIVE", "device_id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:55:12Z", "updated_at": "2023-04-19T15:57:04Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:04,893 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.212:22' as 'cirros' with public key authentication 2023-04-19 15:57:04,928 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:57:04,950 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:57:04,951 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.212 successfully created 2023-04-19 15:57:05,018 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/ips 0.066s 2023-04-19 15:57:05,019 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20be0c12-0419-4732-91a3-6a122132d8b3', 'x-compute-request-id': 'req-20be0c12-0419-4732-91a3-6a122132d8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/ips'} Body : b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-19 15:57:05,322 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.300s 2023-04-19 15:57:05,322 91146 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-1350262886"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67978b28-d8da-486f-b92f-f559a317ca40', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67978b28-d8da-486f-b92f-f559a317ca40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.147649", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:57:05,375 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3 0.043s 2023-04-19 15:57:05,375 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d7e42c-6893-43b0-9c4b-a1a355ae4e53', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d7e42c-6893-43b0-9c4b-a1a355ae4e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:06,451 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/ volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3 0.063s 2023-04-19 15:57:06,451 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d2a73c9-ff60-4ef6-8a5e-3625970c331c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d2a73c9-ff60-4ef6-8a5e-3625970c331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.000000", "updated_at": "2023-04-19T15:57:05.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:06,582 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.119s 2023-04-19 15:57:06,583 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8a4b5db-d90b-4dd8-89ce-92e54382b2d5', 'x-compute-request-id': 'req-d8a4b5db-d90b-4dd8-89ce-92e54382b2d5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'' 2023-04-19 15:57:06,858 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.274s 2023-04-19 15:57:06,858 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1450dfdb-6631-4290-9daf-5bfff798cf2f', 'x-compute-request-id': 'req-1450dfdb-6631-4290-9daf-5bfff798cf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec57 11c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:57:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}, {"version": 4, "addr": "172.24.4.212", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-220553051", "OS-SRV-USG:launched_at": "2023-04-19T15:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:57:57,138 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.267s 2023-04-19 15:57:57,139 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-16d41760-54b2-468a-b99a-de16e408d5b8', 'x-compute-request-id': 'req-16d41760-54b2-468a-b99a-de16e408d5b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 could not be found."}}' 2023-04-19 15:57:57,167 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-220553051 0.027s 2023-04-19 15:57:57,167 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57: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-f74776a4-366d-485f-b9be-ab6c2eb5472a', 'x-compute-request-id': 'req-f74776a4-366d-485f-b9be-ab6c2eb5472a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-220553051'} Body: b'' 2023-04-19 15:57:57,362 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2 0.194s 2023-04-19 15:57:57,363 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5585f10d-4d99-441b-a55c-291a858dce37', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:5 7:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2'} Body: b'' 2023-04-19 15:57:57,379 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2 0.015s 2023-04-19 15:57:57,379 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5e6ffead-955a-4c7e-b288-79ad02d02de7', 'date': 'Wed, 19 Apr 2023 15:57:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 16f68cf0-a52c-4de6-8f67-76b9a15c68b2 does not exist", "detail": ""}}' 2023-04-19 15:57:57,824 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a 0.445s 2023-04-19 15:57:57,825 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-afbe25e2-2ec7-41cf-8618-981c2b9c449b', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:57:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a'} Body: b'' {7} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.894811s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 282bba18-f0a5-4169-9934-0d8851e3a755 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:56:01,917 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.259s 2023-04-19 15:56:01,917 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-798379832", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEltTVHr5/GCtgVriEbWZRtH6U1/wU+NHwUI5PtKtr/mTfXBkCuqlJXmjR5dRuXm6B7TsciJez5+mkR1dwegrixUsfOXZOqE8n5O3JsV9voqtfw79VQKNuMnUUvrJslOdQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ee104fe-3047-418c-a451-30846514bdbf', 'x-compute-request-id': 'req-2ee104fe-3047-418c-a451-30846514bdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-798379832", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEltTVHr5/GCtgVriEbWZRtH6U1/wU+NHwUI5PtKtr/mTfXBkCuqlJXmjR5dRuXm6B7TsciJez5+mkR1dwegrixUsfOXZOqE8n5O3JsV9voqtfw79VQKNuMnUUvrJslOdQ==", "fingerprint": "4e:30:cc:73:02:0b:85:3b:98:54:63:d9:ea:ae:fa:5e", "user_id": "85563e13aef94c338dfc6b02951cdb0e"}}' 2023-04-19 15:56:02,077 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-04-19 15:56:02,077 91160 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-1733015550", "description": "tempest-secgroup-smoke-1733015550 description", "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d6b67d90-493d-4363-b934-000d304adde8', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "name": "tempest-secgroup-smoke-1733015550", "stateful": true, "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "description": "tempest-secgroup-smoke-1733015550 description", "shared": false, "security_group_rules": [{"id": "64cc5463-acbb-420b-aca5-aae680a002c0", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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": 1037, "description": null, "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}, {"id": "e3cbee7b-4cc3-413e-ad9f-c62b1b612848", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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": 1036, "description": null, "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}], "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number" : 1, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,242 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-19 15:56:02,242 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-db504176-3462-43c8-a690-20fc702768dc', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6bfe340b-e3ed-41e7-abf2-81c282afda5a", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,516 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.274s 2023-04-19 15:56:02,517 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-163eb91c-5479-4517-b73c-9d8dacf441bb', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ebc1d0b-4391-4053-a258-e2af69eab8a4", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,803 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.285s 2023-04-19 15:56:02,803 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-198b53cd-287d-4c67-bab0-619a210152bb', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc5d3037-0460-4ed4-aece-f4d9071a2b8a", "tenant_id": "3df962 50893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,974 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:56:02,974 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-70a29d3c-c82b-458e-a1c3-02eba4283fc8', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7933d0cc-bb6c-4a0d-a27e-aeb6eb5f727f", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,130 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-19 15:56:03,131 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-6b968593-f311-4626-963b-e58b4bb6cb82', 'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a83c4c50-2fc9-4b14-88dc-78c1919699cd", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:03Z", "updated_at": "2023-04-19T15:56:03Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,300 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:56:03,300 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4b7ef1c3-4b3e-485c-a1cf-f7076a1dccbd', 'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9ea210f-9810-4362-b91a-5a0b03b1713e", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:03Z", "updated_at": "2023-04-19T15:56:03Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,475 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-19 15:56:03,475 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc280e05-c92d-4d25-93ef-70efd768ca7a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "85563e13aef94c338dfc6b02951cdb0e", "name": "tempest-SnapshotDataIntegrityTests-30609823-project-member", "password_expires_at": null}, "audit_ids": ["DaGTrg2kR-aPjQAbZivHZA"], "expires_at": "2023-04-19T16:56:03.000000Z", "issued_at": "2023-04-19T15:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3df96250893c4e04bc8aaff0e0623b9c", "name": "tempest-SnapshotDataIntegrityTests-30609823"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:56:03,476 91160 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '5a004163-8697-44f3-b7a3-bef7e8653edc', 'name': 'tempest-SnapshotDataIntegrityTests-1116167447-network', 'tenant_id': '3df96250893c4e04bc8aaff0e0623b9c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3df96250893c4e04bc8aaff0e0623b9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28395, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:55:48Z', 'updated_at': '2023-04-19T15:55:48Z', 'revision_number': 1} available for tenant 2023-04-19 15:56:04,312 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.834s 2023-04-19 15:56:04,313 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "networks": [{"uuid": "5a004163-8697-44f3-b7a3-bef7e8653edc"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f965a93-f283-499e-9337-d48204a2f1d1', 'x-compute-request-id': 'req-0f965a93-f283-499e-9337-d48204a2f1d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "adminPass": "KDtntav5aQd9"}}' 2023-04-19 15:56:04,385 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.068s 2023-04-19 15:56:04,385 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-179d2439-5249-44a8-b41b-35f6f291072d', 'x-compute-request-id': 'req-179d2439-5249-44a8-b41b-35f6f291072d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77' } Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "BUILD", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "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": []}}' 2023-04-19 15:56:54,737 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.309s 2023-04-19 15:56:54,738 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc854bae-1b72-48da-8c6a-87cdd1f7147b', 'x-compute-request-id': 'req-bc854bae-1b72-48da-8c6a-87cdd1f7147b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:11Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:56:54,751 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:57:55,165 91160 INFO [tempest.lib.common.rest_client] Reque st (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.382s 2023-04-19 15:57:55,166 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec706575-adcb-4b64-9896-02ada16343a5', 'x-compute-request-id': 'req-ec706575-adcb-4b64-9896-02ada16343a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:11Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:57:55,422 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes 0.240s 2023-04-19 15:57:55,422 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd2e4fb-1907-43f2-bc42-ba8e7ba770ce', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd2e4fb-1907-43f2-bc42-ba8e7ba770ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.361063", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5 -4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:57:55,474 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.040s 2023-04-19 15:57:55,475 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4640e168-a60f-4958-9603-7704102a9b65', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4640e168-a60f-4958-9603-7704102a9b65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:57:56,531 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.044s 2023-04-19 15:57:56,531 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8777d1-3797-4eca-9f0c-2dbaad4393ab', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8777d1-3797-4eca-9f0c-2dbaad4393ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.000000", "updated_at": "2023-04-19T15:57:55.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:57:56,651 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.108s 2023-04-19 15:57:56,652 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0691b2-f97c-48f3-ad1b-55fd9e459e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'' 2023-04-19 15:57:56,678 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.025s 2023-04-19 15:57:56,678 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c4eb0a-0265-4520-b70b-c753e980777c', 'x-openstack-request-id': 'req-51c4eb0a-0265-4520-b70b-c753e980777c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 282bba18-f0a5-4169-9934-0d8851e3a755 could not be found."}}' 2023-04-19 15:57:56,815 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.136s 2023-04-19 15:57:56,816 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc074bd-1000-48b1-9f48-17569400a43b', 'x-compute-request-id': 'req-6dc074bd-1000-48b1-9f48-17569400a43b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'' 2023-04-19 15:57:57,165 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.348s 2023-04-19 15:57:57,165 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b689f9-3f18-4b90-8a91-8797151d81ed', 'x-compute-request-id': 'req-a0b689f9-3f18-4b90-8a91-8797151d81ed', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:57:57Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:58:47,277 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.049s 2023-04-19 15:58:47,277 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15: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-ce9a2a4d-ba10-413b-bfcf-1e3f97d3a5b5', 'x-compute-request-id': 'req-ce9a2a4d-ba10-413b-bfcf-1e3f97d3a5b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3dc98a20-40af-410d-9a12-424a72b06b77 could not be found."}}' 2023-04-19 15:58:47,492 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/98ee4c41-261c-420e-9535-6e3b0e61327a 0.214s 2023-04-19 15:58:47,493 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-701c3af1-7d71-4958-a557-8cb161e6fa95', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:58:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/98ee4c41-261c-420e-9535-6e3b0e61327a'} Body: b'' 2023-04-19 15:58:47,546 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-798379832 0.053s 2023-04-19 15:58:47,546 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:47 G MT', '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-ffa84443-1713-4fc2-b5eb-17079b2c037c', 'x-compute-request-id': 'req-ffa84443-1713-4fc2-b5eb-17079b2c037c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-798379832'} Body: b'' {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.840223s] ... 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 061b626e-7510-4502-a465-54511611cf21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:57:57,828 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:57:57,828 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:57:57,885 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2023-04-19 15:57:57,886 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1562223892", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:57 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-53dc0d23-bd01-43e1-a6c2-0383052413b8', 'x-compute-request-id': 'req-53dc0d23-bd01-43e1-a6c2-0383052413b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1562223892", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg==", "fingerprint": "97:56:6b:ae:98:5b:7a:eb:5d:4c:af:9a:04:bc:b6:88", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:57:57,888 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1562223892 created 2023-04-19 15:57:58,032 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.143s 2023-04-19 15:57:58,033 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1045383967", "description": "tempest-description--876057666"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-301f0db9-118a-430f-98ab-69647f1c0e6d', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "979bedf6-04e3-4f10-ab34-98690d60d034", "name": "tempest-securitygroup--1045383967", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--876057666", "shared": false, "security_group_rules": [{"id": "b89a2f41-24ff-463b-8bcb-0132826cc4f5", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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": 1047, "description": null, "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "f7696cdf-348a-4a49-96cb-5b86c65aee26", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "nor malized_cidr": null, "remote_group_id": null, "standard_attr_id": 1046, "description": null, "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,194 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 15:57:58,194 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f203763e-101b-4285-9172-a94ca660b89d', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d6aed2ef-9b3a-4b71-8e52-51ce63a35508", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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, "description": "", "created_at": "2023-04-19T15:57:58Z", "updated_at": "2023-04-19T15:57:58Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,682 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.487s 2023-04-19 15:57:58,683 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1cac1dd0-6dd5-4f69-bd06-cfe365d9d544', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "caecc5ee-eebc-4cbe-99be-bee70581b594", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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, "description": "", "created_at": "2023-04-19T15:57:58Z", "updated_at": "2023-04-19T15:57:58Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,683 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1045383967 created 2023-04-19 15:57:59,465 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.781s 2023-04-19 15:57:59,466 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a3812bfc-b37c-4150-9aac-63b676e1ef98', 'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1787fc5-2814-4257-8022-3050b7ada420", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.233", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:57:59Z", "updated_at": "2023-04-19T15:57:59Z", "revision_number": 0}}' 2023-04-19 15:57:59,466 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1787fc5-2814-4257-8022-3050b7ada420', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:57:59Z', 'updated_at': '2023-04-19T15:57:59Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-04-19 15:57:59,504 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-19 15:57:59,504 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-03e65274-1563-4a31-a468-c386e16b29cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["KCUK_SRXTlmjNe9gRtQRpw"], "expires_at": "2023-04-19T16:57:59.000000Z", "issued_at": "2023-04-19T15:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c09 84f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:57:59,505 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:57:59,505 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1562223892', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg==', 'fingerprint': '97:56:6b:ae:98:5b:7a:eb:5d:4c:af:9a:04:bc:b6:88', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXePqqx9YAfcRFWOjAoPe03qnLz1eyGkwVlf7hoex1zyGD2JHkxsOW\nxa3XafLO6qOgBwYFK4EEACKhZANiAAT+iuaSlBqLz2f7F1eRFBUs/8M+nZygSpnl\np4DH0N06wVKLGfOIFSx7W/cAiHdPMp/9HP7IBNHMfJmNDCGQH0E7dTJXalECCxe8\npc49FCr32rnmGI4n59Yup60biQzb5UY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '979bedf6-04e3-4f10-ab34-98690d60d034', 'name': 'tempest-securitygroup--1045383967', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--876057666', 'shared': False, 'security_group_rules': [{'id': 'b89a2f41-24ff-463b-8bcb-0132826cc4f5', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '979bedf6-04e3-4f10-ab34-98690d60d034', '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': 1047, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': 'f7696cdf-348a-4a49-96cb-5b86c65aee26', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '979bedf6-04e3-4f10-ab34-98690d60d034', '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': 1046, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}], 'tags': [], 'cr eated_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': 'a1787fc5-2814-4257-8022-3050b7ada420', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:57:59Z', 'updated_at': '2023-04-19T15:57:59Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-04-19 15:58:00,283 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.777s 2023-04-19 15:58:00,284 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1764902583", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "key_name": "tempest-keypair-1562223892", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74a64dc7-38bb-4677-8195-fafdc526ee4e', 'x-compute-request-id': 'req-74a64dc7-38bb-4677-8195-fafdc526ee4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "adminPass": "password"}}' 2023-04-19 15:58:00,368 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.081s 2023-04-19 15:58:00,368 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7962aac-7c51-4bb9-acb9-24c94094b8fd', 'x-compute-request-id': 'req-a7962aac-7c51-4bb9-acb9-24c94094b8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]} , "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:58:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1562223892", "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": []}}' 2023-04-19 15:58:50,675 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.268s 2023-04-19 15:58:50,675 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac60bbf-e486-4fed-b8e0-1ea3c2ad99f7', 'x-compute-request-id': 'req-eac60bbf-e486-4fed-b8e0-1ea3c2ad99f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:58:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1562223892", "OS-SRV-USG:launched_at": "2023-04-19T15:58:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:58:50,687 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:59:50,912 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/os-interface 0.164s 2023-04-19 15:59:50,912 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:50 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-522707c0-9904-45bb-a219-7d2a474281ba', 'x-compute-request-id': 'req-522707c0-9904-45bb-a219-7d2a474281ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941", "mac_addr": "fa:16:3e:73:30:5d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:59:51,787 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420 0.869s 2023-04-19 15:59:51,788 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ed506174-57b1-4daa-9dde-55355b00150e', 'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420'} Body: b'{"floatingip": {"id": "a1787fc5-2814-4257-8022-3050b7ada420", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.233", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:73:30:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:57:59Z", "updated_at": "2023-04-19T15:59:51Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:51,789 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2023-04-19 15:59:51,822 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:59:51,845 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:59:51,846 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2023-04-19 15:59:51,894 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/ips 0.047s 2023-04-19 15:59:51,895 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a7aab12-7522-4977-b168-a93dcde61cc7', 'x-compute-request-id': 'req-2a7aab12-7522-4977-b168-a93dcde61cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0. 10"}]}}' 2023-04-19 15:59:52,122 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.223s 2023-04-19 15:59:52,122 91146 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-1626030623"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1177a0b3-7e6d-4d29-ab62-9f464ce4fef3', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1177a0b3-7e6d-4d29-ab62-9f464ce4fef3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.051014", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:59:52,174 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21 0.041s 2023-04-19 15:59:52,174 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61197aee-dd0a-4ee4-b1e6-d92030b12583', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61197aee-dd0a-4ee4-b1e6-d92030b12583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:53,228 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21 0.041s 2023-04-19 15:59:53,228 91146 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d32e1f-a54e-4e32-8b12-998dc81ff041', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84d32e1f-a54e-4e32-8b12-998dc81ff041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.000000", "updated_at": "2023-04-19T15:59:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:53,365 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.126s 2023-04-19 15:59:53,365 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb376573-2b42-447b-8d0b-377bafb769e8', 'x-compute-request-id': 'req-bb376573-2b42-447b-8d0b-377bafb769e8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'' 2023-04-19 15:59:53,606 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.241s 2023-04-19 15:59:53,607 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab62e3b5-5735-42e2-8bc6-4d4d1b2a12e9', 'x-compute-request-id': 'req-ab62e3b5-5735-42e2-8bc6-4d4d1b2a12e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-793 3-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:59:53Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1562223892", "OS-SRV-USG:launched_at": "2023-04-19T15:58:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 16:00:43,708 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.039s 2023-04-19 16:00:43,708 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-316b851a-05ca-47e3-aa1d-1d6938f4e2ec', 'x-compute-request-id': 'req-316b851a-05ca-47e3-aa1d-1d6938f4e2ec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ebb2680-0b3f-4094-b7b6-20f016241112 could not be found."}}' 2023-04-19 16:00:43,739 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1562223892 0.030s 2023-04-19 16:00:43,739 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1df7d2e-b8ec-48c3-b9a2-c41a5f58bc6b', 'x-compute-request-id': 'req-c1df7d2e-b8ec-48c3-b9a2-c41a5f58bc6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1562223892'} Body: b'' 2023-04-19 16:00:43,905 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034 0.165s 2023-04-19 16:00:43,905 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dcd57fc5-1619-4d92-8200-ff7d16d9e86c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-a b34-98690d60d034'} Body: b'' 2023-04-19 16:00:43,939 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034 0.034s 2023-04-19 16:00:43,940 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7b08377f-cef9-4527-9ce2-b153422b1798', 'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 979bedf6-04e3-4f10-ab34-98690d60d034 does not exist", "detail": ""}}' 2023-04-19 16:00:44,667 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420 0.726s 2023-04-19 16:00:44,667 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-eca2ef21-06f3-4401-9b28-9accbd00fe3c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 16:00:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420'} Body: b'' {0} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95ab6086-44f6-4f31-8030-26836567228e failed to build and is in ERROR status {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.820350s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 65191236-0669-442a-aaf6-5964ef716f5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:55,142 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.163s 2023-04-19 16:00:55,142 91146 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-1892119197"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e63f9eb-09b8-451d-b418-d0ab12519428', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e63f9eb-09b8-451d-b418-d0ab12519428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "2492102e-30dd-4247-b8d5-f5d2a66d0b03", "name": "tempest-GroupSnapshotsTest-volume-type-1892119197", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:55,186 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.039s 2023-04-19 16:00:55,187 91146 DEBUG [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-896851568"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d07f9f-5e1b-469b-83de-048687c44514', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d07f9f-5e1b-469b-83de-048687c44514', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "name": "tempest-GroupSnapshotsTest-group-type-896851568", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:55,399 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.209s 2023-04-19 16:00:55,399 91146 DEBUG [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": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "name": "tempest-GroupSnapshotsTest-Group-1354583458"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdab026-73d7-44e4-a805-1574cf501429', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdab026-73d7-44e4-a805-1574cf501429', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "name": "tempest-GroupSnapshotsTest-Group-1354583458"}}' 2023-04-19 16:00:55,479 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.078s 2023-04-19 16:00:55,480 91146 DEBUG [tempest.lib.com mon.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, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31943141-706d-493c-a007-909492a183c4', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31943141-706d-493c-a007-909492a183c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1354583458", "description": null, "group_type": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:56,518 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.031s 2023-04-19 16:00:56,519 91146 DEBUG [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, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252422bd-8c19-4c8c-b245-b2c46b7d16e6', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252422bd-8c19-4c8c-b245-b2c46b7d16e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1354583458", "description": null, "group_type": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:56,589 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.064s 2023-04-19 16:00:56,589 91146 DEBUG [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, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec20074-817b-4194-a2ce-7129c28abe85', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec20074-817b-4194-a2ce-7129c28abe85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:56,679 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d/action 0.078s 2023-04-19 16:00:56,680 91146 DEBUG [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": {"de lete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 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-9ad4de9b-3b2e-4d07-a303-d6f2b1077547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d/action'} Body: b'' 2023-04-19 16:00:56,695 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.015s 2023-04-19 16:00:56,696 91146 DEBUG [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, 19 Apr 2023 16:00:56 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-553929a9-455f-4020-acc9-dca0ac782650', 'x-openstack-request-id': 'req-553929a9-455f-4020-acc9-dca0ac782650', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 65191236-0669-442a-aaf6-5964ef716f5d could not be found."}}' 2023-04-19 16:00:56,726 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/777b99ea-7675-4f64-8e7b-761c5d0bfbb4 0.029s 2023-04-19 16:00:56,726 91146 DEBUG [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, 19 Apr 2023 16:00:56 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-0220d96d-6b83-43f9-8815-5108ffbb8474', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/777b99ea-7675-4f64-8e7b-761c5d0bfbb4'} Body: b'' 2023-04-19 16:00:56,779 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03 0.052s 2023-04-19 16:00:56,779 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8c5ba8-2272-4655-b826-86b0fb2f6a89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03'} Body: b'' 2023-04-19 16:00:56,797 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03 0.017s 2023-04-19 16:00:56,798 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 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-8581f814-5f94-42a3-b732-d391baa55651', 'x-openstack-request-id': 'req-8581f814-5f94-42a3-b732-d391baa55651', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2492102e-30dd-4247-b8d5-f5d2a66d0b03 could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.584878s] ... 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 220, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 34244b58-eb87-4860-b960-aaf2e1e4fb80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:56,837 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.036s 2023-04-19 16:00:56,837 91146 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-1581230766"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7e184f-ca49-4bab-93da-4992e86ef7be', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7e184f-ca49-4bab-93da-4992e86ef7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "4dff7db5-de4e-4fbd-a88d-a577690b9095", "name": "tempest-GroupSnapshotsTest-volume-type-1581230766", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:56,879 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.036s 2023-04-19 16:00:56,879 91146 DEBUG [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-1644883321"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee97fe0-76fe-414f-94e2-2db38c98b00e', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee97fe0-76fe-414f-94e2-2db38c98b00e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "name": "tempest-GroupSnapshotsTest-group-type-1644883321", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:57,003 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.119s 2023-04-19 16:00:57,004 91146 DEBUG [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": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "name": "tempest-GroupSnapshotsTest-Group-858282594"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22cf188-b507-42bd-9abf-addd2c5dd9de', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22cf188-b507-42bd-9abf-addd2c5dd9de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "name": "tempest-GroupSnapshotsTest-Group-858282594"}}' 2023-04-19 16:00:57,045 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb8 0 0.038s 2023-04-19 16:00:57,045 91146 DEBUG [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, 19 Apr 2023 16:00:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298fa0fa-4e9e-4e5a-a853-37144b7a348e', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298fa0fa-4e9e-4e5a-a853-37144b7a348e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:57.000000", "name": "tempest-GroupSnapshotsTest-Group-858282594", "description": null, "group_type": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:58,085 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80 0.031s 2023-04-19 16:00:58,086 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4b85ec-7394-4557-803c-89c98ebf0649', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4b85ec-7394-4557-803c-89c98ebf0649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:57.000000", "name": "tempest-GroupSnapshotsTest-Group-858282594", "description": null, "group_type": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:58,093 91146 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 2023-04-19 16:00:58,178 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.084s 2023-04-19 16:00:58,179 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c61baf6-c749-46d5-aa83-abc1924b167d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c61baf6-c749-46d5-aa83-abc1924b167d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:58,260 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80/action 0. 069s 2023-04-19 16:00:58,261 91146 DEBUG [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, 19 Apr 2023 16:00: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-1bd57bdd-6f30-4815-9ea8-2e2a0c166aa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80/action'} Body: b'' 2023-04-19 16:00:58,278 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80 0.016s 2023-04-19 16:00:58,278 91146 DEBUG [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, 19 Apr 2023 16:00: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-77d0e6d6-18d9-41c0-be7f-97bdf51b744a', 'x-openstack-request-id': 'req-77d0e6d6-18d9-41c0-be7f-97bdf51b744a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 34244b58-eb87-4860-b960-aaf2e1e4fb80 could not be found."}}' 2023-04-19 16:00:58,314 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54 0.035s 2023-04-19 16:00:58,315 91146 DEBUG [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, 19 Apr 2023 16:00: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-69945bcf-e864-43c4-9703-04e1ab29081b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54'} Body: b'' 2023-04-19 16:00:58,367 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095 0.052s 2023-04-19 16:00:58,367 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-00b9984a-aece-4705-882c-ae549e018614', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095'} Body: b'' 2023-04-19 16:00:58,384 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b90 95 0.016s 2023-04-19 16:00:58,384 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-a3c95c78-2aff-4d2e-b08f-b853cc62ca94', 'x-openstack-request-id': 'req-a3c95c78-2aff-4d2e-b08f-b853cc62ca94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4dff7db5-de4e-4fbd-a88d-a577690b9095 could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.525483s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 174953ce-4cbc-47d7-80bb-89e21b5674cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:58,430 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.041s 2023-04-19 16:00:58,430 91146 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-1887832943"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef6e4ad-afd2-483e-9951-54649320c807', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef6e4ad-afd2-483e-9951-54649320c807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "16c671c3-2b80-40bb-abee-ef6252115703", "name": "tempest-GroupSnapshotsTest-volume-type-1887832943", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:58,468 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.034s 2023-04-19 16:00:58,469 91146 DEBUG [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-815706963"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942864d5-b6ec-49ff-b1c8-6ca22a460a05', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942864d5-b6ec-49ff-b1c8-6ca22a460a05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "name": "tempest-GroupSnapshotsTest-group-type-815706963", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:58,566 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.093s 2023-04-19 16:00:58,567 91146 DEBUG [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": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "name": "tempest-GroupSnapshotsTest-Group-24806123"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bfd4b3-b15e-4e0c-a31e-f414a50098ba', 'content-length': '110', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bfd4b3-b15e-4e0c-a31e-f414a50098ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "name": "tempest-GroupSnapshotsTest-Group-24806123"}}' 2023-04-19 16:00:58,605 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.034s 2023-04-19 16:00:58,605 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfc8385-1334-49d9-b3a3-4adc8580bf84', 'content-length': '390', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfc8385-1334-49d9-b3a3-4adc8580bf84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:59.000000", "name": "tempest-GroupSnapshotsTest-Group-24806123", "description": null, "group_type": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:59,640 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.029s 2023-04-19 16:00:59,641 91146 DEBUG [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, 19 Apr 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8686fd5-182b-43a7-9f56-d77eaf871c53', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8686fd5-182b-43a7-9f56-d77eaf871c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:59.000000", "name": "tempest-GroupSnapshotsTest-Group-24806123", "description": null, "group_type": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:59,714 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.069s 2023-04-19 16:00:59,715 91146 DEBUG [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, 19 Apr 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ae4b20-a977-47b2-8f07-6b8b2ca82b1d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ae4b20-a977-47b2-8f07-6b8b2ca82b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:59,794 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb/action 0.068s 2023-04-19 16:00:59,794 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-8a2d83a3-a38d-4f8c-a012-e258f25c08ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb/action'} Body: b'' 2023-04-19 16:00:59,811 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.016s 2023-04-19 16:00:59,811 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-bef4ffa5-33f0-448c-a9dc-385128a3c2b5', 'x-openstack-request-id': 'req-bef4ffa5-33f0-448c-a9dc-385128a3c2b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 174953ce-4cbc-47d7-80bb-89e21b5674cb could not be found."}}' 2023-04-19 16:00:59,841 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f664f259-a10d-44f6-ac53-6ae83ca43a1f 0.029s 2023-04-19 16:00:59,841 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-c07083e3-de50-47de-9fb8-1a50d11e052b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f664f259-a10d-44f6-ac53-6ae83ca43a1f'} Body: b'' 2023-04-19 16:00:59,890 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703 0.048s 2023-04-19 16:00:59,890 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-3594cf35-68e1-494f-b4c5-a416361474be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703'} Body: b'' 2023-04-19 16:00:59,913 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703 0.022s 2023-04-19 16:00:59,913 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-900ce959-842f-4302-8501-fa16494ac3cf', 'x-openstack-request-id': 'req-900ce959-842f-4302-8501-fa16494ac3cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 16c671c3-2b80-40bb-abee-ef6252115703 could not be found."}}' {0} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b3c5499-de8a-475c-b53e-ae5cc2930176 failed to build and is in ERROR status {0} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8eaf0a8a-7ce2-4767-8603-4bc2fb40f66a failed to build and is in ERROR status {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.462988s] ... 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0646708-3778-43b8-9a6a-ea1336a8a527 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:01:10,496 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes 0.339s 2023-04-19 16:01:10,496 91146 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-1606496421"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fee40d2-9b5b-4703-b41d-6c9ecea4e816', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fee40d2-9b5b-4703-b41d-6c9ecea4e816', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.441741", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 16:01:10,552 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527 0.044s 2023-04-19 16:01:10,552 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6fa368-e853-47d0-93d6-2f291ef9f460', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6fa368-e853-47d0-93d6-2f291ef9f460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5da12c073445e0b159b7b593fc67fa"}}' 2023-04-19 16:01:11,607 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d06467 08-3778-43b8-9a6a-ea1336a8a527 0.043s 2023-04-19 16:01:11,607 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274a9f4e-2ebb-431e-bbcf-2b062e33d2ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274a9f4e-2ebb-431e-bbcf-2b062e33d2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.000000", "updated_at": "2023-04-19T16:01:11.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5da12c073445e0b159b7b593fc67fa"}}' ============================== Failed 96 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 970, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:51,890 91152 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools?detail=True 0.319s 2023-04-19 15:41:51,890 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3717b470-24e3-4ab6-a759-0a66188e72fd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3717b470-24e3-4ab6-a759-0a66188e72fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/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 970, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:51,952 91152 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools 0.052s 2023-04-19 15:41:51,953 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bbfe5c-eb2b-46c2-b9a3-8723c2c53ece', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bbfe5c-eb2b-46c2-b9a3-8723c2c53ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/368cb0c3b29b44d08eedf80cfb3d6e37/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6ef10500-f2fc-4d13-ba78-fd19d1204f95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:41:52,381 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types 0.717s 2023-04-19 15:41:52,381 91168 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-1202181119"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18ea5f0-f564-4eda-8181-7dd0c05d4982', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18ea5f0-f564-4eda-8181-7dd0c05d4982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types'} Body: b'{"volume_type": {"id": "a012a4b2-595f-4b04-adf4-f0ca1af14b95", "name": "tempest-GroupsV320Test-volume-type-1202181119", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:41:52,457 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types 0.071s 2023-04-19 15:41:52,457 91168 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-1730511822"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67a68b5-1c81-410f-8d39-0b96a27b7234', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67a68b5-1c81-410f-8d39-0b96a27b7234', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types'} Body: b'{"group_type": {"id": "c30aaecd-266e-4759-b6d0-a806642bd52b", "name": "tempest-GroupsV320Test-group-type-1730511822", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:41:52,904 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups 0.444s 2023-04-19 15:41:52,904 91168 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": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "name": "tempest-GroupsV320Test-Group-81568246"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ab7ab9-fe88-4e83-99fd-ce348b88c220', 'content-length': '106', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ab7ab9-fe88-4e83-99fd-ce348b88c220', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "name": "tempest-GroupsV320Test-Group-81568246"}}' 2023-04-19 15:41:52,959 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.052s 2023-04-19 15:41:52,960 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f519235-4821-42a5-b7d0-5f87e5fdb76a', 'content-length': '386', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f519235-4821-42a5-b7d0-5f87e5fdb76a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:41:53.000000", "name": "tempest-GroupsV320Test-Group-81568246", "description": null, "group_type": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:41:54,034 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.069s 2023-04-19 15:41:54,034 91168 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, 19 Apr 2023 15:41:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34b8c6e-ec09-49cf-b814-2c3865974696', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34b8c6e-ec09-49cf-b814-2c3865974696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"group": {"id": "6ef10500-f2fc-4d13-ba78-fd19d1204f95", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:41:53.000000", "name": "tempest-GroupsV320Test-Group-81568246", "description": null, "group_type": "c30aaecd-266e-4759-b6d0-a806642bd52b", "volume_types": ["a012a4b2-595f-4b04-adf4-f0ca1af14b95"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:41:54,112 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/volumes/detail 0.073s 2023-04-19 15:41:54,113 91168 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, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d6d7345-e8d4-4ada-b03d-2aad53bd7406', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d6d7345-e8d4-4ada-b03d-2aad53bd7406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:41:54,216 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95/action 0.092s 2023-04-19 15:41:54,216 91168 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, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8228a85-5a67-4471-a5d0-889fd68aa9c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95/action'} Body: b'' 2023-04-19 15:41:54,235 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95 0.018s 2023-04-19 15:41:54,235 91168 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, 19 Apr 2023 15:41:54 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-7048ef0a-823f-4e10-8634-7d0c2360537b', 'x-openstack-request-id': 'req-7048ef0a-823f-4e10-8634-7d0c2360537b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/44f307cbcc324726ae2aff117fc32072/groups/6ef10500-f2fc-4d13-ba78-fd19d1204f95'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6ef10500-f2fc-4d13-ba78-fd19d1204f95 could not be found."}}' 2023-04-19 15:41:54,277 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types/c30aaecd-266e-4759-b6d0-a806642bd52b 0.041s 2023-04-19 15:41:54,277 91168 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, 19 Apr 2023 15:41:54 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-66e068d7-4699-48fc-8337-8b0ab747f5d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/group_types/c30aaecd-266e-4759-b6d0-a806642bd52b'} Body: b'' 2023-04-19 15:41:54,354 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95 0.077s 2023-04-19 15:41:54,355 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-088c6ef2-dd72-4859-aa1a-50be57da61e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95'} Body: b'' 2023-04-19 15:41:54,370 91168 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95 0.015s 2023-04-19 15:41:54,370 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:41:54 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-0f4e8f3f-8b65-402d-bb52-047bd437ac0a', 'x-openstack-request-id': 'req-0f4e8f3f-8b65-402d-bb52-047bd437ac0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1aa488b9f99b44db9503364edb17d980/types/a012a4b2-595f-4b04-adf4-f0ca1af14b95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a012a4b2-595f-4b04-adf4-f0ca1af14b95 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_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 42, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 891ecef0-8db9-47b3-ae34-33d4c1d45b22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:01,063 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types 0.168s 2023-04-19 15:42:01,063 91164 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-1824685942"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea68b97-7f3c-4c3c-b25e-542704e03c3c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea68b97-7f3c-4c3c-b25e-542704e03c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types'} Body: b'{"volume_type": {"id": "db5dc888-9c42-453d-a611-7edcab86fb31", "name": "tempest-GroupsTest-volume-type-1824685942", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:01,098 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types 0.031s 2023-04-19 15:42:01,098 91164 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-1836442938"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31db929-63dc-405a-81c8-874b451dbf65', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31db929-63dc-405a-81c8-874b451dbf65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types'} Body: b'{"group_type": {"id": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "name": "tempest-GroupsTest-group-type-1836442938", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:42:01,577 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups 0.476s 2023-04-19 15:42:01,578 91164 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": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"], "name": "tempest-Group1-800077271"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a8ac01-f82a-4fcc-bd8e-c5bd02d247a9', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a8ac01-f82a-4fcc-bd8e-c5bd02d247a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "name": "tempest-Group1-800077271"}}' 2023-04-19 15:42:01,625 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.044s 2023-04-19 15:42:01,625 91164 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, 19 Apr 2023 15:42:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f1392e-a1c4-4689-ab21-8740a0dc50e1', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f1392e-a1c4-4689-ab21-8740a0dc50e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:42:02.000000", "name": "tempest-Group1-800077271", "description": null, "group_type": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"]}}' 2023-04-19 15:42:02,682 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.049s 2023-04-19 15:42:02,683 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b496f157-9c97-49c7-be82-6406bd58dc4e', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b496f157-9c97-49c7-be82-6406bd58dc4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"group": {"id": "891ecef0-8db9-47b3-ae34-33d4c1d45b22", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:42:02.000000", "name": "tempest-Group1-800077271", "description": null, "group_type": "a03a5cbb-563f-4605-8c8e-73acb67a197c", "volume_types": ["db5dc888-9c42-453d-a611-7edcab86fb31"]}}' 2023-04-19 15:42:02,904 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail 0.216s 2023-04-19 15:42:02,904 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e59f94f-5820-4856-b9c9-bfa868faa696', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e59f94f-5820-4856-b9c9-bfa868faa696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:42:02,979 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22/action 0.064s 2023-04-19 15:42:02,980 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-cbca96a2-2a07-4396-ad65-5c9f9543e726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22/action'} Body: b'' 2023-04-19 15:42:02,996 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22 0.016s 2023-04-19 15:42:02,997 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bd1122-4523-4477-bc46-778df7d0e350', 'x-openstack-request-id': 'req-64bd1122-4523-4477-bc46-778df7d0e350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/891ecef0-8db9-47b3-ae34-33d4c1d45b22'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 891ecef0-8db9-47b3-ae34-33d4c1d45b22 could not be found."}}' 2023-04-19 15:42:03,032 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/a03a5cbb-563f-4605-8c8e-73acb67a197c 0.035s 2023-04-19 15:42:03,033 91164 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, 19 Apr 2023 15:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa12967-63e7-468c-b06c-136b67740685', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/a03a5cbb-563f-4605-8c8e-73acb67a197c'} Body: b'' 2023-04-19 15:42:03,098 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31 0.065s 2023-04-19 15:42:03,099 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f63b640-a72c-40f2-9abd-860fa8b7ab90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31'} Body: b'' 2023-04-19 15:42:03,117 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31 0.018s 2023-04-19 15:42:03,117 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 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-fe10d47f-35b9-4311-a1f7-e5861acf10ff', 'x-openstack-request-id': 'req-fe10d47f-35b9-4311-a1f7-e 5861acf10ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/db5dc888-9c42-453d-a611-7edcab86fb31'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type db5dc888-9c42-453d-a611-7edcab86fb31 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 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 9bf0732a-472b-4cf9-8469-fc037c0c5d9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:03,167 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types 0.047s 2023-04-19 15:42:03,167 91164 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-1524992266"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f4c121-47d9-48fc-91a9-6e1b8afa695b', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f4c121-47d9-48fc-91a9-6e1b8afa695b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types'} Body: b'{"volume_type": {"id": "d36f26a7-aa96-43cd-a63a-37495ded5208", "name": "tempest-GroupsTest-volume-type-1524992266", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:03,201 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types 0.030s 2023-04-19 15:42:03,201 91164 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-399033566"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d69116-2f89-4f59-a5ab-4c7dfefc32b4', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d69116-2f89-4f59-a5ab-4c7dfefc32b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types'} Body: b'{"group_type": {"id": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "name": "tempest-GroupsTest-group-type-399033566", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:42:03,309 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups 0.105s 2023-04-19 15:42:03,310 91164 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": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"], "name": "tempest-GroupsTest-Group-833248781"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76df8496-38af-4a97-8722-4845008337ed', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76df8496-38af-4a97-8722-4845008337ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "name": "tempest-GroupsTest-Group-833248781"}}' 2023-04-19 15:42:03,340 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.028s 2023-04-19 15:42:03,340 91164 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, 19 Apr 2023 15:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c992295-de64-42dd-b982-916a80e1e17c', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c992295-de64-42dd-b982-916a80e1e17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:42:03.000000", "name": "tempest-GroupsTest-Group-833248781", "description": null, "group_type": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"]}}' 2023-04-19 15:42:04,380 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.035s 2023-04-19 15:42:04,380 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda44c0b-a1cc-4bc3-8580-35b78da6de62', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda44c0b-a1cc-4bc3-8580-35b78da6de62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"group": {"id": "9bf0732a-472b-4cf9-8469-fc037c0c5d9e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:42:03.000000", "name": "tempest-GroupsTest-Group-833248781", "description": null, "group_type": "588ba4e4-e2d0-4b7f-bb99-64feb6854620", "volume_types": ["d36f26a7-aa96-43cd-a63a-37495ded5208"]}}' 2023-04-19 15:42:04,454 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail 0.070s 2023-04-19 15:42:04,455 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df999604-12f1-4ef0-a20d-86df17e596d3', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df999604-12f1-4ef0-a20d-86df17e596d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:42:04,530 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e/action 0.066s 2023-04-19 15:42:04,531 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf54ed42-4f41-45b8-a3c5-531ec353f 6f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e/action'} Body: b'' 2023-04-19 15:42:04,547 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e 0.016s 2023-04-19 15:42:04,547 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bcaee2-c86a-4104-b0c6-c6f4fa40923d', 'x-openstack-request-id': 'req-c3bcaee2-c86a-4104-b0c6-c6f4fa40923d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/489ebc82dc2d424692978e4d791b96b3/groups/9bf0732a-472b-4cf9-8469-fc037c0c5d9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9bf0732a-472b-4cf9-8469-fc037c0c5d9e could not be found."}}' 2023-04-19 15:42:04,583 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/588ba4e4-e2d0-4b7f-bb99-64feb6854620 0.035s 2023-04-19 15:42:04,584 91164 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, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a4a565-6f91-4029-927d-2d721e124187', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/group_types/588ba4e4-e2d0-4b7f-bb99-64feb6854620'} Body: b'' 2023-04-19 15:42:04,641 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208 0.057s 2023-04-19 15:42:04,642 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6d6320-e7c6-4a0a-9df0-e252fb2353c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208'} Body: b'' 2023-04-19 15:42:04,669 91164 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208 0.027s 2023-04-19 15:42:04,670 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f5f518-9023-46fe-996d-0a56e0925922', 'x-openstack-request-id': 'req-43f5f518-9023-46fe-996d-0a56e0925922', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/383fcf0e658843b894274745b847c889/types/d36f26a7-aa96-43cd-a63a-37495ded5208'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d36f26a7-aa96-43cd-a63a-37495ded5208 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c0d28bb0-d369-4432-b536-945ff41ed365 failed to build and is in ERROR status 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c89f76c0-d623-4f03-973f-b759632c1dbc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:09,678 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes 0.474s 2023-04-19 15:42:09,679 91168 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-1259560060"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe90d21e-9ac0-41a1-a68d-cdf51effe6e4', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe90d21e-9ac0-41a1-a68d-cdf51effe6e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:09.618213", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:09,728 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.040s 2023-04-19 15:42:09,729 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d4a34b-aef5-48f3-80b2-8ac3f73dc9ae', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d4a34b-aef5-48f3-80b2-8ac3f73dc9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:10,801 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b75963 2c1dbc 0.061s 2023-04-19 15:42:10,801 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b65476-4aee-48ad-a67b-222574813a58', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b65476-4aee-48ad-a67b-222574813a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": "2023-04-19T15:42:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:10,905 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.093s 2023-04-19 15:42:10,905 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9417ad-9bb6-4c45-b5b1-59d0a352eb14', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9417ad-9bb6-4c45-b5b1-59d0a352eb14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"volume": {"id": "c89f76c0-d623-4f03-973f-b759632c1dbc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:10.000000", "updated_at": "2023-04-19T15:42:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1259560060", "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/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc"}], "user_id": "79693af2a4384d639bab43fb517f179c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e95de8e226244f42a0654756d49324bf"}}' 2023-04-19 15:42:11,039 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.124s 2023-04-19 15:42:11,040 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-00895ea0-b70a-4a28-b697-f464bbe26766', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'' 2023-04-19 15:42:11,061 91168 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc 0.020s 2023-04-19 15:42:11,061 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3605b7-f373-472d-ba40-e286457c9a1a', 'x-openstack-request-id': 'req-7d3605b7-f373-472d-ba40-e286457c9a1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e95de8e226244f42a0654756d49324bf/volumes/c89f76c0-d623-4f03-973f-b759632c1dbc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c89f76c0-d623-4f03-973f-b759632c1dbc could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 68557e84-3c86-4f61-9b44-6fd60ea2f673 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 196f62fb-fd8a-4e7d-b52f-307d5439e915 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 61, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ff2c7066-cca0-41d0-8754-3733b32ecef0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:21,184 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes 0.265s 2023-04-19 15:42:21,184 91152 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-574921174"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9899839d-fbbf-431f-af84-d8984efe8f67', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9899839d-fbbf-431f-af84-d8984efe8f67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.107725", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:21,242 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.048s 2023-04-19 15:42:21,242 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2869da20-f186-4ddb-b8b6-9f42ad1f5f17', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2869da20-f186-4ddb-b8b6-9f42ad1f5f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,299 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.045s 2023-04-19 15:42:22,299 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9043c237-215e-48dd-8903-df78530e2bde', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9043c237-215e-48dd-8903-df78530e2bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": "2023-04-19T15:42:21.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,348 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.037s 2023-04-19 15:42:22,348 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64007059-6314-4c8d-9fda-526b4545bf28', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64007059-6314-4c8d-9fda-526b4545bf28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"volume": {"id": "ff2c7066-cca0-41d0-8754-3733b32ecef0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.000000", "updated_at": "2023-04-19T15:42:21.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-574921174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0"}], "user_id": "6677661801dc408eba9ce768f538e169", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "366f2b6e2ceb449589bd590953082696"}}' 2023-04-19 15:42:22,474 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.116s 2023-04-19 15:42:22,474 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-3671898b-2929-4eba-9088-bb564e9ea5e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'' 2023-04-19 15:42:22,496 91152 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0 0.021s 2023-04-19 15:42:22,496 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-aad8a551-6b20-42e6-8bb3-4a6c7314e525', 'x-openstack-request-id': 'req-aad8a551-6b20-42e6-8bb3-4a6c7314e525', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/366f2b6e2ceb449589bd590953082696/volumes/ff2c7066-cca0-41d0-8754-3733b32ecef0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ff2c7066-cca0-41d0-8754-3733b32ecef0 could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 057de381-072b-4920-821e-122d2bdb2100 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:21,226 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types 0.213s 2023-04-19 15:42:21,227 91164 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-2042633075", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b14b6cf-7712-4775-88e1-7af0090e8e45', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b14b6cf-7712-4775-88e1-7af0090e8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types'} Body: b'{"volume_type": {"id": "be7cb053-ba92-4a9f-8556-10b056467c03", "name": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-19 15:42:21,368 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes 0.137s 2023-04-19 15:42:21,369 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "be7cb053-ba92-4a9f-8556-10b056467c03", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f9ee79-9139-447a-96e7-cc2091658d07', 'x-openstack-request-id': 'req-94f9ee79-9139-447a-96e7-cc2091658d07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type be7cb053-ba92-4a9f-8556-10b056467c03 could not be found."}}' 2023-04-19 15:42:21,369 91164 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-19 15:42:21,399 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action 0.029s 2023-04-19 15:42:21,400 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "2a39ff3218964fc294d46e99bf60177a"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-780212ad-c411-4fa8-ad9c-fb5fb2c5032e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action'} Body: b'' 2023-04-19 15:42:21,625 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes 0.224s 2023-04-19 15:42:21,625 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "be7cb053-ba92-4a9f-8556-10b05646 7c03", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c69845c6-add9-41d9-bfdb-8272e6135734', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c69845c6-add9-41d9-bfdb-8272e6135734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:21.558606", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:21,677 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.042s 2023-04-19 15:42:21,677 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942dacc0-617c-48b4-9441-b256b49e2d71', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942dacc0-617c-48b4-9441-b256b49e2d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,734 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.045s 2023-04-19 15:42:22,735 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ff0676-ed7f-4a47-9cc4-ae2e42799c4f', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ff0676-ed7f-4a47-9cc4-ae2e42799c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": "2023-04-19T15:42:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,791 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.045s 2023-04-19 15:42:22,791 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdf66c8-652c-49c6-8cd0-b345b45d0979', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbdf66c8-652c-49c6-8cd0-b345b45d0979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"volume": {"id": "057de381-072b-4920-821e-122d2bdb2100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:22.000000", "updated_at": "2023-04-19T15:42:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1421685682", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2042633075", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100"}], "user_id": "9301aaad541b41b6a6df888cb99af2cb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a39ff3218964fc294d46e99bf60177a"}}' 2023-04-19 15:42:22,907 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.105s 2023-04-19 15:42:22,907 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-b476ae65-a465-4680-8ebc-2d81c4953785', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218 964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'' 2023-04-19 15:42:22,934 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100 0.025s 2023-04-19 15:42:22,934 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-eed085c6-6c26-4ec9-be9f-7477605c8f84', 'x-openstack-request-id': 'req-eed085c6-6c26-4ec9-be9f-7477605c8f84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a39ff3218964fc294d46e99bf60177a/volumes/057de381-072b-4920-821e-122d2bdb2100'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 057de381-072b-4920-821e-122d2bdb2100 could not be found."}}' 2023-04-19 15:42:22,970 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action 0.034s 2023-04-19 15:42:22,970 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "2a39ff3218964fc294d46e99bf60177a"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-8e1164a2-387c-4540-8889-a4ee9f6b76cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03/action'} Body: b'' 2023-04-19 15:42:23,022 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03 0.050s 2023-04-19 15:42:23,023 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-b98f1c58-ca9c-45f5-a909-a58eff5826e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03'} Body: b'' 2023-04-19 15:42:23,053 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03 0.030s 2023-04-19 15:42:23,054 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d87d3d-2498-471a-9dd2-5863fe672173', 'x-openstack-request-id': 'req-90d87d3d-2498-471a-9dd2-5863fe672173', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5fabf0efec748f8b0f78 f043dc0aa1f/types/be7cb053-ba92-4a9f-8556-10b056467c03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type be7cb053-ba92-4a9f-8556-10b056467c03 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74c2bca3-d157-4bb7-a8c0-4f18019e79c8 failed to build and is in ERROR status tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c870f2be-2670-40bd-b75c-239f62e00bc7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,419 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.327s 2023-04-19 15:42:31,420 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-36cccb01-3467-4c0f-b419-73781417effd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:32,130 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes 0.709s 2023-04-19 15:42:32,131 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1031308762"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8deb6c-5a04-4d26-9864-ecaee56220ce', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8deb6c-5a04-4d26-9864-ecaee56220ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:31.999585", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:32,219 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.078s 2023-04-19 15:42:32,219 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf668bac-b1b6-4b78-bb1b-536f927727bb', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf668bac-b1b6-4b78-bb1b-536f927727bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,290 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.060s 2023-04-19 15:42:33,291 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7193a736-81fd-4984-ab99-1ddb1669e827', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7193a736-81fd-4984-ab99-1ddb1669e827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,365 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.059s 2023-04-19 15:42:33,365 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587fdeaa-72e6-4632-88b5-e381ad4a6df4', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-587fdeaa-72e6-4632-88b5-e381ad4a6df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"volume": {"id": "c870f2be-2670-40bd-b75c-239f62e00bc7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumesExtendTest-Volume-1031308762", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:33,534 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.148s 2023-04-19 15:42:33,534 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-94353ec4-d25e-4bba-8b13-e2a0ac0ba97e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'' 2023-04-19 15:42:33,574 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7 0.039s 2023-04-19 15:42:33,574 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6fa9e3-bf5b-42bd-b56c-fcbb37099195', 'x-openstack-request-id': 'req-2c6fa9e3-bf5b-42bd-b56c-fcbb37099195', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/c870f2be-2670-40bd-b75c-239f62e00bc7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c870f2be-2670-40bd-b75c-239f62e00bc7 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 54, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e43749d-49c5-4939-bd36-aa5c5652217f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,213 91164 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/0d86b097d5e2419bba88479160886514/types 0.290s 2023-04-19 15:42:31,214 91164 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-1224241002", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f9ecd7-f2fb-4b25-b36c-876e130ef7ff', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f9ecd7-f2fb-4b25-b36c-876e130ef7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types'} Body: b'{"volume_type": {"id": "df218ca2-6486-4104-b895-66a4e8829820", "name": "tempest-VolumeTypesTest-volume-type-1224241002", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:31,260 91164 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/0d86b097d5e2419bba88479160886514/types 0.042s 2023-04-19 15:42:31,260 91164 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-8435721", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dd27f1-98e5-416a-8e81-5dd69c46ed4a', 'content-length': '270', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dd27f1-98e5-416a-8e81-5dd69c46ed4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types'} Body: b'{"volume_type": {"id": "edaaf588-b6ca-4e00-9965-89c8790edb9d", "name": "tempest-VolumeTypesTest-volume-type-8435721", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:42:31,929 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes 0.665s 2023-04-19 15:42:31,929 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-226661690", "volume_type": "df218ca2-6486-4104-b895-66a4e8829820", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b944b4e8-6d9f-4b03-94f6-0fd1f5218415', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b944b4e8-6d9f-4b03-94f6-0fd1f5218415', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:31.817743", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_ty pe": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:31,991 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.051s 2023-04-19 15:42:31,992 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8b6fad-11ae-4f87-9ecf-f0931236d705', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8b6fad-11ae-4f87-9ecf-f0931236d705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,059 91164 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/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.054s 2023-04-19 15:42:33,059 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074b2fae-363d-4218-b043-6611d74bef02', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074b2fae-363d-4218-b043-6611d74bef02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36 -aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,153 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.079s 2023-04-19 15:42:33,154 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b8378c-7926-43b5-b62b-ae2eeaa3945d', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b8378c-7926-43b5-b62b-ae2eeaa3945d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"volume": {"id": "2e43749d-49c5-4939-bd36-aa5c5652217f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:32.000000", "updated_at": "2023-04-19T15:42:32.000000", "name": "tempest-VolumeTypesTest-volume-226661690", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1224241002", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f"}], "user_id": "ac6eec560b404eaa857a961d2c2a320e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "badd8fafefc64b7ea67153b3f3ca544d"}}' 2023-04-19 15:42:33,345 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.180s 2023-04-19 15:42:33,346 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-7e829abd-5d7f-484b-9a02-878f5f274b2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'' 2023-04-19 15:42:33,373 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f 0.027s 2023-04-19 15:42:33,374 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de9a3f4-ea08-4197-b7b2-7b5b6d57385b', 'x-openstack-request-id': 'req-9de9a3f4-ea08-4197-b7b2-7b5b6d57385b ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/badd8fafefc64b7ea67153b3f3ca544d/volumes/2e43749d-49c5-4939-bd36-aa5c5652217f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e43749d-49c5-4939-bd36-aa5c5652217f could not be found."}}' 2023-04-19 15:42:33,487 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d 0.113s 2023-04-19 15:42:33,487 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-32efe752-30ad-4e2e-9d7b-914c740774a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d'} Body: b'' 2023-04-19 15:42:33,543 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d 0.055s 2023-04-19 15:42:33,543 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-1b69430a-046a-4ee4-a374-8bf44a66bd9b', 'x-openstack-request-id': 'req-1b69430a-046a-4ee4-a374-8bf44a66bd9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/edaaf588-b6ca-4e00-9965-89c8790edb9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type edaaf588-b6ca-4e00-9965-89c8790edb9d could not be found."}}' 2023-04-19 15:42:33,632 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820 0.088s 2023-04-19 15:42:33,632 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-838b7239-d9ec-42f1-8a82-78923d1e893a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820'} Body: b'' 2023-04-19 15:42:33,657 91164 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820 0.024s 2023-04-19 15:42:33,658 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-26e52a5e-5563-4a33-8240-103630724160', 'x-openstack-request-id': 'req-26e52a5e-5563-4a33-8240-103630724160', 'c onnection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d86b097d5e2419bba88479160886514/types/df218ca2-6486-4104-b895-66a4e8829820'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df218ca2-6486-4104-b895-66a4e8829820 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 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 19120006-32e2-42b7-b011-49c094414142 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:33,847 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes 0.267s 2023-04-19 15:42:33,848 91168 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-1132060819"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f255c49-81d6-4d64-9da8-8c80cf02b540', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f255c49-81d6-4d64-9da8-8c80cf02b540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:33.781853", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:33,906 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.047s 2023-04-19 15:42:33,906 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429d6d19-6d9f-4ea0-95d1-a569d35b1a70', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429d6d19-6d9f-4ea0-95d1-a569d35b1a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:34,981 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.063s 2023-04-19 15:42:34,982 91168 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb86963-b450-4b57-b8fa-2b9b7c9e7410', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb86963-b450-4b57-b8fa-2b9b7c9e7410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": "2023-04-19T15:42:34.000000", "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:35,047 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.054s 2023-04-19 15:42:35,048 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89c8e2c-4ff9-4dda-b928-1ac9e9b3d41a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89c8e2c-4ff9-4dda-b928-1ac9e9b3d41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"volume": {"id": "19120006-32e2-42b7-b011-49c094414142", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:34.000000", "updated_at": "2023-04-19T15:42:34.000000", "name": "tempest-VolumesExtendTest-Volume-1132060819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142"}], "user_id": "7e223be6c5d04ef68cf2d7c3eb5875dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1a9d6befc254adcae80d8f733b3ee60"}}' 2023-04-19 15:42:35,199 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.140s 2023-04-19 15:42:35,199 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42: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-799009ef-261f-4150-b7f6-76eecf8d2ee7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'' 2023-04-19 15:42:35,239 91168 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142 0.038s 2023-04-19 15:42:35,239 91168 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe56b58-5706-4579-8f70-3de2b280380e', 'x-openstack-request-id': 'req-9fe56b58-5706-4579-8f70-3de2b280380e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1a9d6befc254adcae80d8f733b3ee60/volumes/19120006-32e2-42b7-b011-49c094414142'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19120006-32e2-42b7-b011-49c094414142 could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f2c1c7d-73db-49fa-8406-15ee68a53efb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:36,697 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes 0.538s 2023-04-19 15:42:36,697 91158 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-1622261319"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7387f11-45dc-43a2-a401-98a8b0d335a0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7387f11-45dc-43a2-a401-98a8b0d335a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:36.607246", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:36,770 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb 0.059s 2023-04-19 15:42:36,771 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ead4a90-d862-4a14-80c2-639cd35b31c2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ead4a90-d862-4a14-80c2-639cd35b31c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b9f9b70b30b488e82907612a6d460db"}}' 2023-04-19 15:42:37,849 91158 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb 0.066s 2023-04-19 15:42:37,850 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3acd2a0a-9820-4a58-8444-9e71761519f7', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3acd2a0a-9820-4a58-8444-9e71761519f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb'} Body: b'{"volume": {"id": "2f2c1c7d-73db-49fa-8406-15ee68a53efb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.000000", "updated_at": "2023-04-19T15:42:37.000000", "name": "tempest-TestVolumeSwap-volume-1622261319", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4b9f9b70b30b488e82907612a6d460db/volumes/2f2c1c7d-73db-49fa-8406-15ee68a53efb"}], "user_id": "125685ba5693495e8f5f20c80d825619", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b9f9b70b30b488e82907612a6d460db"}}' 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a00d920-6fc6-471c-ac0b-47119e30ff08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:40,323 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes 1.013s 2023-04-19 15:42:40,324 91160 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-2089927063", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f3fd92-feff-434a-a0b5-a076adbdd240', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f3fd92-feff-434a-a0b5-a076adbdd240', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.231554", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:40,469 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08 0.123s 2023-04-19 15:42:40,469 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4380c466-3c9b-4f3c-b242-8aecd432bce5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4380c466-3c9b-4f3c-b242-8aecd432bce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a66acf73f87c49eb9e382e013661f3c5"}}' 2023-04-19 15:42:41,553 91160 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08 0.056s 2023-04-19 15:42:41,554 91160 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ee3d15-a21e-4749-8b65-4d8221f489e4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ee3d15-a21e-4749-8b65-4d8221f489e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08'} Body: b'{"volume": {"id": "9a00d920-6fc6-471c-ac0b-47119e30ff08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:40.000000", "updated_at": "2023-04-19T15:42:40.000000", "name": "tempest-TaggedBootDevicesTest-volume-2089927063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a66acf73f87c49eb9e382e013661f3c5/volumes/9a00d920-6fc6-471c-ac0b-47119e30ff08"}], "user_id": "fc9f231ada8c476eb87916daee09d136", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a66acf73f87c49eb9e382e013661f3c5"}}' 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e0929e8a-125d-44d0-b984-c0d07087778e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:31,551 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.751s 2023-04-19 15:42:31,551 91154 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-811621645"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-968a99d3-91be-4b88-b26a-13cab6e651ac', 'date': 'Wed, 19 Apr 2023 15:42:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"07e45e6a-6312-4ab1-82a9-354aaf167f7a","name":"tempest-tagged-attachments-test-net-811621645","tenant_id":"e45c971fdd61406bb1321ddb635ab494","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e45c971fdd61406bb1321ddb635ab494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-19T15:42:28Z","updated_at":"2023-04-19T15:42:28Z","revision_number":1}}' 2023-04-19 15:42:37,367 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.815s 2023-04-19 15:42:37,367 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "07e45e6a-6312-4ab1-82a9-354aaf167f7a", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-3930298a-0e51-490a-ae47-141e0dc1a252', 'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e397774c-7a30-4866-a678-e111f14c4edf","name":"","tenant_id":"e45c971fdd61406bb1321ddb635ab494","network_id":"07e45e6a-6312-4ab1-82a9-354aaf167f7a","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":"","service_types":[],"tags":[],"created_at":"2023-04-19T15:42:32Z","updated_at":"2023-04-19T15:42:32Z","revision_number":0,"project_id":"e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:37,735 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes 0.367s 2023-04-19 15:42:37,736 91154 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-516395293"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465782a9-b245-4d99-8386-237551522999', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465782a9-b245-4d99-8386-237551522999', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:37.649774", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:37,819 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e 0.070s 2023-04-19 15:42:37,820 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae31e2bc-c0f1-49c3-a78b-9fc6ec519743', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae31e2bc-c0f1-49c3-a78b-9fc6ec519743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:38.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:38,901 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e 0.069s 2023-04-19 15:42:38,901 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5daf28db-0821-47e2-b9f4-c67a9f4808f8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5daf28db-0821-47e2-b9f4-c67a9f4808f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e'} Body: b'{"volume": {"id": "e0929e8a-125d-44d0-b984-c0d07087778e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:38.000000", "updated_at": "2023-04-19T15:42:38.000000", "name": "tempest-TaggedAttachmentsTest-volume-516395293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b984-c0d07087778e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e45c971fdd61406bb1321ddb635ab494/volumes/e0929e8a-125d-44d0-b 984-c0d07087778e"}], "user_id": "f57b522669854d6099f2cf48ed0bfed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e45c971fdd61406bb1321ddb635ab494"}}' 2023-04-19 15:42:39,766 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/e397774c-7a30-4866-a678-e111f14c4edf 0.852s 2023-04-19 15:42:39,767 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ca6efef3-ae30-4278-9061-4aa4f3f66166', 'date': 'Wed, 19 Apr 2023 15:42:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/e397774c-7a30-4866-a678-e111f14c4edf'} Body: b'' 2023-04-19 15:42:41,817 91154 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/07e45e6a-6312-4ab1-82a9-354aaf167f7a 2.049s 2023-04-19 15:42:41,817 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-56878612-275c-46ee-ae30-335ea72c5af8', 'date': 'Wed, 19 Apr 2023 15:42:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/07e45e6a-6312-4ab1-82a9-354aaf167f7a'} Body: b'' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b534535c-bce7-4bef-8690-cff2db918ebc failed to build and is in ERROR status 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 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 936a1f16-b233-41ab-a514-d566b303e627 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:50,822 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.523s 2023-04-19 15:42:50,822 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-884199604"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a318c35-661d-41af-976d-4aa6fd7b8166', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a318c35-661d-41af-976d-4aa6fd7b8166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:50.760181", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,116 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.284s 2023-04-19 15:42:51,117 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1147252534"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f91c8e3-dab8-4c33-b53e-b533114a58f2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f91c8e3-dab8-4c33-b53e-b533114a58f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "45eeee5a-2de6-4d05-9b71-6f3899813c13", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000216", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1147252534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/45eeee5a-2de6-4d05-9b71-6f3899813c13"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/45eeee5a-2de6-4d05-9b71-6f3899813c13"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,610 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.483s 2023-04-19 15:42:51,611 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1519039915"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7bd52fb-3eb7-4c18-a624-66565b2b7cb4', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7bd52fb-3eb7-4c18-a624-66565b2b7cb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "82fa2bfe-fff9-476b-9a38-8221e50e8e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.335924", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1519039915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/82fa2bfe-fff9-476b-9a38-8221e50e8e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/82fa2bfe-fff9-476b-9a38-8221e50e8e6f"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:51,905 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.285s 2023-04-19 15:42:51,905 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-426265234"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b953ad06-68a8-4761-bdb1-b59233f5031b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b953ad06-68a8-4761-bdb1-b59233f5031b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "44972276-8aff-4433-8ecc-9185f053ac79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.818187", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-426265234", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/44972276-8aff-4433-8ecc-9185f053ac79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/44972276-8aff-4433-8ecc-9185f053ac79"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:52,336 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes 0.421s 2023-04-19 15:42:52,337 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-247812432"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4dab3b-818e-4fd5-9880-5b229aed07b0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4dab3b-818e-4fd5-9880-5b229aed07b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes'} Body: b'{"volume": {"id": "6b4445cd-826a-47ee-9dcb-ae981cb28079", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:52.134959", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-247812432", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/6b4445cd-826a-47ee-9dcb-ae981cb28079"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/6b4445cd-826a-47ee-9dcb-ae981cb28079"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:42:52,443 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627 0.096s 2023-04-19 15:42:52,444 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96beb8c9-4904-4237-96d7-e85540f5f2d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96beb8c9-4904-4237-96d7-e85540f5f2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000000", "updated_at": "2023-04-19T15:42:51.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4604d71e77214f49b7670cab4429fa91"}}' 2023-04-19 15:42:53,512 91164 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627 0.048s 2023-04-19 15:42:53,514 91164 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-011692c9-83c1-4cb1-8b62-00449f9bbd98', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-011692c9-83c1-4cb1-8b62-00449f9bbd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627'} Body: b'{"volume": {"id": "936a1f16-b233-41ab-a514-d566b303e627", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:42:51.000000", "updated_at": "2023-04-19T15:42:51.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-884199604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4604d71e77214f49b7670cab4429fa91/volumes/936a1f16-b233-41ab-a514-d566b303e627"}], "user_id": "68af18e752434db19f1663d6ac71c093", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4604d71e77214f49b7670cab4429fa91"}}' 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 177, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 5ec703cc-da6f-4b31-8d30-b9cb0028228e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:02,580 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types 0.127s 2023-04-19 15:43:02,580 91158 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-984246783"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc29671-730d-4f51-943a-ad25ff478f5a', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc29671-730d-4f51-943a-ad25ff478f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types'} Body: b'{"volume_type": {"id": "ff085f61-209c-437f-b4d6-b191a179f547", "name": "tempest-GroupsV314Test-volume-type-984246783", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:43:02,701 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types 0.119s 2023-04-19 15:43:02,702 91158 DEBUG [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-2025059264"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429a30f9-be63-47ee-ab45-5ac46d1ec644', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429a30f9-be63-47ee-ab45-5ac46d1ec644', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types'} Body: b'{"group_type": {"id": "e95c08aa-e797-485a-a443-d83f1c140b9b", "name": "tempest-GroupsV314Test-group-type-2025059264", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:43:03,019 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups 0.315s 2023-04-19 15:43:03,020 91158 DEBUG [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": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "name": "tempest-GroupsV314Test-Group-177499540"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df55698-ae7b-49eb-8f84-efa03b965753', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df55698-ae7b-49eb-8f84-efa03b965753', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "name": "tempest-GroupsV314Test-Group-177499540"}}' 2023-04-19 15:43:03,059 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.037s 2023-04-19 15:43:03,060 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de703b30-b932-44a2-a9d6-6af25db65c1b', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de703b30-b932-44a2-a9d6-6af25db65c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "name": "tempest-GroupsV314Test-Group-177499540", "description": null, "group_type": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:43:04,094 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.029s 2023-04-19 15:43:04,095 91158 DEBUG [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, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e8222b-11ac-44db-8536-cf7e06e63766', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e8222b-11ac-44db-8536-cf7e06e63766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"group": {"id": "5ec703cc-da6f-4b31-8d30-b9cb0028228e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "name": "tempest-GroupsV314Test-Group-177499540", "description": null, "group_type": "e95c08aa-e797-485a-a443-d83f1c140b9b", "volume_types": ["ff085f61-209c-437f-b4d6-b191a179f547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:43:04,172 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/volumes/detail 0.072s 2023-04-19 15:43:04,173 91158 DEBUG [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, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167470fd-b1a8-4383-8bb9-6a49cf090342', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167470fd-b1a8-4383-8bb9-6a49cf090342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:43:04,258 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e/action 0.074s 2023-04-19 15:43:04,258 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-4d840063-2e29-4381-a4c3-f14923201295', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e/action'} Body: b'' 2023-04-19 15:43:04,274 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e 0.015s 2023-04-19 15:43:04,275 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-17894e81-141a-4ae3-8e57-6435bec7e467', 'x-openstack-request-id': 'req-17894e81-141a-4ae3-8e57-6435bec7e467', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10143fb0cc2846a4b431669558aabc54/groups/5ec703cc-da6f-4b31-8d30-b9cb0028228e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5ec703cc-da6f-4b31-8d30-b9cb0028228e could not be found."}}' 2023-04-19 15:43:04,321 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types/e95c08aa-e797-485a-a443-d83f1c140b9b 0.045s 2023-04-19 15:43:04,321 91158 DEBUG [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, 19 Apr 2023 15:43:04 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-e1a10751-7979-4a82-9d17-3449c00ec5ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/group_types/e95c08aa-e797-485a-a443-d83f1c140b9b'} Body: b'' 2023-04-19 15:43:04,378 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547 0.056s 2023-04-19 15:43:04,378 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60d7bbfd-7c73-45cb-9e42-5d6c6da76a15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547'} Body: b'' 2023-04-19 15:43:04,394 91158 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547 0.015s 2023-04-19 15:43:04,394 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13af0eb-5ee7-4f0f-969f-c002972601d3', 'x-openstack-request-id': 'req-d13af0eb-5ee7-4f0f-969f-c002972601d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f94c2e9ed2494531a9e25cd898d5280d/types/ff085f61-209c-437f-b4d6-b191a179f547'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ff085f61-209c-437f-b4d6-b191a179f547 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, 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 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74dd57f3-807e-46b9-96d9-ba69b385b15f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:01,299 91152 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.371s 2023-04-19 15:43:01,299 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-257067462", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNtcxf6zIk8V+M9PpLHbD2PoJ8mocFZM65XFu+KW+gE48w9kCyYas5zBVcH3GWalkGsPSWudOeTxaPqiw120V2OvNYszbWtZWisf0EkM+smPOAZkCg03wpt/b/ckESzT+A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f699a309-1d7e-4718-a494-0aad26103e9e', 'x-compute-request-id': 'req-f699a309-1d7e-4718-a494-0aad26103e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-257067462", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNtcxf6zIk8V+M9PpLHbD2PoJ8mocFZM65XFu+KW+gE48w9kCyYas5zBVcH3GWalkGsPSWudOeTxaPqiw120V2OvNYszbWtZWisf0EkM+smPOAZkCg03wpt/b/ckESzT+A==", "fingerprint": "61:8b:bf:68:a6:aa:1b:aa:8f:14:d3:95:ae:42:93:06", "user_id": "e2e36dfdeb714959982102a33b5151a2"}}' 2023-04-19 15:43:01,549 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.245s 2023-04-19 15:43:01,550 91152 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-709571135", "description": "tempest-secgroup-smoke-709571135 description", "project_id": "9d23bf5462294c19ad496d1241fc29f7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-188fdf2a-cff2-40f2-a09e-b1376c104c65', 'date': 'Wed, 19 Apr 2023 15:43:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "name": "tempest-secgroup-smoke-709571135", "stateful": true, "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "description": "tempest-secgroup-smoke-709571135 description", "shared": false, "security_group_rules": [{"id": "4e08945f-ceb6-4d7c-bfb8-7b5a6b0e5396", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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": 465, "description": null, "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}, {"id": "ebcc632d-22da-46cf-944f-6a754e5daf38", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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": 464, "description": null, "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}], "tags": [], "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z ", "revision_number": 1, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:01,850 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.300s 2023-04-19 15:43:01,851 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-85951411-e086-419c-b6c4-b9c0a92779d0', 'date': 'Wed, 19 Apr 2023 15:43:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e3cae7eb-0644-487e-9bef-902f5d869ae0", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,038 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-19 15:43:02,038 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-fea32e05-512e-4e17-a70e-f5175a71b4d4', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af418a50-e80b-4fce-979d-276e6d63611a", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:01Z", "updated_at": "2023-04-19T15:43:01Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,238 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2023-04-19 15:43:02,238 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a99f632-9be3-4f19-a2d9-3f140d25ad88', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"securi ty_group_rule": {"id": "49eb51d8-2cef-49ee-88fd-8a245c80494d", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,416 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-19 15:43:02,417 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fe1f3556-a0af-4c3a-bf17-1ab20d0427ed', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfb63796-fab3-4d6d-998a-7ae826038b8b", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:02,804 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-04-19 15:43:02,804 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "project_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c97100ac-9b8a-49e8-b8a3-de30efda190f', 'date': 'Wed, 19 Apr 2023 15:43:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9cb3449-010a-4fde-8c50-238473ceb11d", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:03,106 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.301s 2023-04-19 15:43:03,106 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "p roject_id": "9d23bf5462294c19ad496d1241fc29f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-880f19f8-e6c5-49b2-b71d-79b6c3b22bbc', 'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3eb31d24-4912-46e0-8f3f-2c6aea2d343f", "tenant_id": "9d23bf5462294c19ad496d1241fc29f7", "security_group_id": "e4c4c287-2d4b-427d-829c-55eb6d70bbad", "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, "description": "", "created_at": "2023-04-19T15:43:02Z", "updated_at": "2023-04-19T15:43:02Z", "revision_number": 0, "project_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:03,197 91152 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.085s 2023-04-19 15:43:03,198 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5af29dfd-2ad3-4804-9418-f15718a92552', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e2e36dfdeb714959982102a33b5151a2", "name": "tempest-TestShelveInstance-1904983951-project-member", "password_expires_at": null}, "audit_ids": ["ZHWnvCtuRdW4FElf0C--gA"], "expires_at": "2023-04-19T16:43:03.000000Z", "issued_at": "2023-04-19T15:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d23bf5462294c19ad496d1241fc29f7", "name": "tempest-TestShelveInstance-1904983951"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4991 8272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d23bf5462294c19ad496d1241fc29f7", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:43:03,199 91152 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '9723a7ef-3e13-4c5f-8693-0e6b398c7799', 'name': 'tempest-TestShelveInstance-181777728-network', 'tenant_id': '9d23bf5462294c19ad496d1241fc29f7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d23bf5462294c19ad496d1241fc29f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42800, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:42:28Z', 'updated_at': '2023-04-19T15:42:28Z', 'revision_number': 1} available for tenant 2023-04-19 15:43:03,563 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes 0.363s 2023-04-19 15:43:03,564 91152 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-1313142769", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1588c5-286a-460c-8676-c5c63920e12e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1588c5-286a-460c-8676-c5c63920e12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.497323", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:03,621 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.048s 2023-04-19 15:43:03,622 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef0ccda6-2ffc-49c0-a664-b151bb8dd2c6', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-ef0ccda6-2ffc-49c0-a664-b151bb8dd2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:04,720 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.087s 2023-04-19 15:43:04,720 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe30a76-aa7e-483d-b7dd-c3e1fd495b4e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe30a76-aa7e-483d-b7dd-c3e1fd495b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"volume": {"id": "74dd57f3-807e-46b9-96d9-ba69b385b15f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:03.000000", "updated_at": "2023-04-19T15:43:04.000000", "name": "tempest-tempest.common.compute-volume-1313142769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f"}], "user_id": "e2e36dfdeb714959982102a33b5151a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d23bf5462294c19ad496d1241fc29f7"}}' 2023-04-19 15:43:04,848 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.116s 2023-04-19 15:43:04,848 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d81fe1b-56a9-4da7-b3de-081ade23a499', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'' 2023-04-19 15:43:04,875 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f 0.026s 2023-04-19 15:43:04,876 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-369d2d55-7793-4305-aa35-f4eff762089c', 'x-openstack-request-id': 'req-369d2d55-7793-4305-aa35-f4eff762089c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9d23bf5462294c19ad496d1241fc29f7/volumes/74dd57f3-807e-46b9-96d9-ba69b385b15f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 74dd57f3-807e-46b9-96d9-ba69b385b15f could not be found."}}' 2023-04-19 15:43:05,280 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e4c4c287-2d4b-427d-829c-55eb6d70bbad 0.402s 2023-04-19 15:43:05,281 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b91c8689-2918-4d67-8bf6-2ce5f6de4cf1', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:43:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e4c4c287-2d4b-427d-829c-55eb6d70bbad'} Body: b'' 2023-04-19 15:43:05,311 91152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-257067462 0.029s 2023-04-19 15:43:05,311 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ada0e83-c5f1-4e3f-a32a-c274faf61adc', 'x-compute-request-id': 'req-6ada0e83-c5f1-4e3f-a32a-c274faf61adc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-257067462'} Body: b'' tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5a79a76-2397-45de-9d5b-00a4cc967f2f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:12,628 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes 0.394s 2023-04-19 15:43:12,628 91158 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-1918942890"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c53d284-c4fd-42b4-9237-6a4f6b8ffc80', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c53d284-c4fd-42b4-9237-6a4f6b8ffc80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:12.560220", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:12,695 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.057s 2023-04-19 15:43:12,695 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a594aa-38ce-4f5a-a4b6-26abf4167504', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a594aa-38ce-4f5a-a4b6-26abf4167504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:13,786 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.079s 2023-04-19 15:43:13,786 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f94346a-1d41-49ea-b714-11ba19d8f9c7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f94346a-1d41-49ea-b714-11ba19d8f9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": "2023-04-19T15:43:13.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:13,862 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.062s 2023-04-19 15:43:13,862 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2758f9-69c1-40f7-9772-a6a6dc6415a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2758f9-69c1-40f7-9772-a6a6dc6415a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"volume": {"id": "c5a79a76-2397-45de-9d5b-00a4cc967f2f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T15:43:13.000000", "updated_at": "2023-04-19T15:43:13.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1918942890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f"}], "user_id": "d192c0db11c14982a07095b0654ea4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06da3d8856844a5c999e963ca0186d55"}}' 2023-04-19 15:43:14,008 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.136s 2023-04-19 15:43:14,009 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:13 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2e75fb-2a08-40cc-8da2-313743f2a12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'' 2023-04-19 15:43:14,044 91158 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f 0.034s 2023-04-19 15:43:14,044 91158 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43: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-c983310a-ca2b-4693-b482-7d059f343ef4', 'x-openstack-request-id': 'req-c983310a-ca2b-4693-b482-7d059f343ef4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06da3d8856844a5c999e963ca0186d55/volumes/c5a79a76-2397-45de-9d5b-00a4cc967f2f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5a79a76-2397-45de-9d5b-00a4cc967f2f 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1ecb5c87-f1aa-415e-9875-b9b56e984707 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9cf97706-be8c-4eaf-827e-70a1a46052ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:43:18,553 91152 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/446706d6d585483594f2a38e4ff7fbf3/types 0.172s 2023-04-19 15:43:18,554 91152 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, 19 Apr 2023 15:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb3f9a6-055c-4a99-b92a-5f283c91ca5c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb3f9a6-055c-4a99-b92a-5f283c91ca5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/446706d6d585483594f2a38e4ff7fbf3/types'} Body: b'{"volume_type": {"id": "b290238f-b560-4a8e-b0ac-7d578fbbcc1c", "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}}' 2023-04-19 15:43:19,594 91152 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 1.037s 2023-04-19 15:43:19,595 91152 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, 19 Apr 2023 15:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dd10d8f7-c380-4023-9dde-b4cba0f6c6bf', '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": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:20Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,373 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a/file 1.776s 2023-04-19 15:43:21,374 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d1a5802f-15d8-4368-a711-14ada2c9301e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file'} Body: b'' 2023-04-19 15:43:21,396 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.021s 2023-04-19 15:43:21,396 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9bd61114-c546-4b3d-bb2b-f981b1b6f436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,421 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.024s 2023-04-19 15:43:21,421 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-33da0de4-d5d0-424f-b34b-42d5fef84e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,451 91152 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/f40811cf-a1bd-4038-ad61-e6dadc69657a 0.029s 2023-04-19 15:43:21,451 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44e50a94-b7d0-470a-9876-cccb1a4f329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a'} 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": "769d0ea0cfd61c4d5e7ec9f26328939e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "efdb19776eba4602ab046a9fbdaa2406", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "db8db83e87de6ae00b68dfcd28c30614a8aa7e1db8a2fc8c7f55be839aedfc091e15dd96ae934cf97aecefc837bbd0407287efeac8c2702b9964a999efdb99ad", "id": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "created_at": "2023-04-19T15:43:20Z", "updated_at": "2023-04-19T15:43:21Z", "tags": [], "self": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a", "file": "/v2/images/f40811cf-a1bd-4038-ad61-e6dadc69657a/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:43:21,867 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes 0.415s 2023-04-19 15:43:21,868 91152 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": "f40811cf-a1bd-4038-ad61-e6dadc69657a", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49f0e3c-c5ed-4c7b-958f-ee767cb45f2c', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49f0e3c-c5ed-4c7b-958f-ee767cb45f2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:21.792796", "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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:43:21,931 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce 0.052s 2023-04-19 15:43:21,931 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2f9682-0d67-4b5a-b5ac-4a4de1354fb6', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2f9682-0d67-4b5a-b5ac-4a4de1354fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:22.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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "efdb19776eba4602ab046a9fbdaa2406"}}' 2023-04-19 15:43:22,988 91152 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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce 0.044s 2023-04-19 15:43:22,988 91152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8622152e-7444-43d0-a74d-09164086e5e1', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8622152e-7444-43d0-a74d-09164086e5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce'} Body: b'{"volume": {"id": "9cf97706-be8c-4eaf-827e-70a1a46052ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:43:22.000000", "updated_at": "2023-04-19T15:43:22.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/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/efdb19776eba4602ab046a9fbdaa2406/volumes/9cf97706-be8c-4eaf-827e-70a1a46052ce"}], "user_id": "6275b1f2185746cb847df75c67119202", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "efdb19776eba4602ab046a9fbdaa2406"}}' 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 82a85249-1f5f-4d35-8522-9555a9287f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:09,413 91148 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.045s 2023-04-19 15:42:09,414 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2d81bb24-14e3-43e9-be7a-1c47e515086d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d86531c4aed432fbca7511b49a07158", "name": "tempest-DeleteServersTestJSON-1537455612-project-member", "password_expires_at": null}, "audit_ids": ["FLOtvdfQQ2WS6P2dqAf5Qw"], "expires_at": "2023-04-19T16:42:09.000000Z", "issued_at": "2023-04-19T15:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cba4752f63044041a25605f636eb3d18", "name": "tempest-DeleteServersTestJSON-1537455612"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cba4752f63044041a25605f636eb3d18", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:09,414 91148 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'c0c90add-4609-460a-809f-489f999700f0', 'name': 'tempest-DeleteServersTestJSON-1937883543-network', 'tenant_id': 'cba4752f63044041a25605f636eb3d18', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cba4752f63044041a25605f636eb3d18', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27938, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:50Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:11,388 91148 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 1.972s 2023-04-19 15:42:11,389 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-309524834", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "c0c90add-4609-460a-809f-489f999700f0"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a431e38-869f-4ebc-89fa-0a9745457add', 'x-compute-request-id': 'req-4a431e38-869f-4ebc-89fa-0a9745457add', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "YuD4hBhAvknT"}}' 2023-04-19 15:42:11,859 91148 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/5136965b-1d29-47d4-ae99-33b31a668b80 0.463s 2023-04-19 15:42:11,859 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d959d811-c61d-49a1-9b98-292a1f1c961e', 'x-compute-request-id': 'req-d959d811-c61d-49a1-9b98-292a1f1c961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "name": "tempest-DeleteServersTestJSON-server-309524834", "status": "BUILD", "tenant_id": "cba4752f63044041a25605f636eb3d18", "user_id": "7d86531c4aed432fbca7511b49a07158", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:11Z", "updated": "2023-04-19T15:42:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "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": []}}' 2023-04-19 15:43:02,407 91148 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/5136965b-1d29-47d4-ae99-33b31a668b80 0.485s 2023-04-19 15:43:02,407 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:01 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-81a13df1-2e2e-4675-a6ba-78ee13d15b68', 'x-compute-request-id': 'req-81a13df1-2e2e-4675-a6ba-78ee13d15b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80'} Body: b'{"server": {"id": "5136965b-1d29-47d4-ae99-33b31a668b80", "name": "tempest-DeleteServersTestJSON-server-309524834", "status": "ACTIVE", "tenant_id": "cba4752f63044041a25605f636eb3d18", "user_id": "7d86531c4aed432fbca7511b49a07158", "metadata": {}, "hostId": "50da3ae8e03c8ff078412cda36c66d815cc4cbd4b5058875b5865c74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:11Z", "updated": "2023-04-19T15:42:28Z", "addresses": {"tempest-DeleteServersTestJSON-1937883543-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5136965b-1d29-47d4-ae99-33b31a668b80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:02,423 91148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:44:02,730 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes 0.251s 2023-04-19 15:44:02,731 91148 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-1101842737"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc001037-98ee-408c-b294-8078b6b285a4', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc001037-98ee-408c-b294-8078b6b285a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:02.6 60186", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:02,784 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08 0.043s 2023-04-19 15:44:02,784 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7616dc4-fae8-40c0-90ba-36a0f35baa5a', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7616dc4-fae8-40c0-90ba-36a0f35baa5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:03.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cba4752f63044041a25605f636eb3d18"}}' 2023-04-19 15:44:03,882 91148 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08 0.085s 2023-04-19 15:44:03,882 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0791356-2e80-415c-83ac-32369e8e099a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0791356-2e80-415c-83ac-32369e8e099a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08'} Body: b'{"volume": {"id": "82a85249-1f5f-4d35-8522-9555a9287f08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:03.000000", "updated_at": "2023-04-19T15:44:03.000000", "name": "tempest-DeleteServersTestJSON-volume-1101842737", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cba4752f63044041a25605f636eb3d18/volu mes/82a85249-1f5f-4d35-8522-9555a9287f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cba4752f63044041a25605f636eb3d18/volumes/82a85249-1f5f-4d35-8522-9555a9287f08"}], "user_id": "7d86531c4aed432fbca7511b49a07158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cba4752f63044041a25605f636eb3d18"}}' 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6f1019ea-f764-43f4-b5b4-651ca4e05cae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:25,940 91156 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:26,119 91156 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.174s 2023-04-19 15:42:26,119 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1817890597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48dac0b0-d7d0-418c-9983-5efe31c6e848', 'x-compute-request-id': 'req-48dac0b0-d7d0-418c-9983-5efe31c6e848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1817890597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA==", "fingerprint": "cc:20:74:b9:ba:8b:bc:8b:3f:84:20:9c:de:dd:ec:a0", "user_id": "ea2dcb51753d4099805e8589c93b8143"}}' 2023-04-19 15:42:26,124 91156 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1817890597 created 2023-04-19 15:42:27,937 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.811s 2023-04-19 15:42:27,937 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1469013667", "description": "tempest-description--1330066279"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f2dc7b60-1aa4-4400-a84d-6eb45812dc62', 'date': 'Wed, 19 Apr 2023 15:42:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "name": "tempest-securitygroup--1469013667", "stateful": true, "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "description": "tempest-description--1330066279", "shared": false, "security_group_rules": [{"id": "323d452d-133a-4c7c-8a49-116f4ad37dc3", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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": 348, "description": null, "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}, {"id": "656de136-26e7-4125-b9a8-09af40dbe841", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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": 3 47, "description": null, "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}], "tags": [], "created_at": "2023-04-19T15:42:26Z", "updated_at": "2023-04-19T15:42:26Z", "revision_number": 1, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:29,262 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.324s 2023-04-19 15:42:29,262 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-08ddf541-ad83-456f-b8f3-b82d8c6dedb6', 'date': 'Wed, 19 Apr 2023 15:42:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7a86cd4-9311-4a52-8ae9-a8cc674eaf55", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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, "description": "", "created_at": "2023-04-19T15:42:28Z", "updated_at": "2023-04-19T15:42:28Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:30,323 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.059s 2023-04-19 15:42:30,323 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3fd2a18a-23df-4cbd-b799-ed86ae41ac84', 'date': 'Wed, 19 Apr 2023 15:42:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cc084c5-04f4-4e6f-992e-242969260c0f", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "security_group_id": "491b8d83-6f05-456c-b7dc-eacea469a33e", "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, "description": "", "created_at": "2023-04-19T15:42:29Z", "updated_at": "2023-04-19T15:42:29Z", "revision_number": 0, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:42:30,324 91156 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1469013667 created 2023-04-19 15:42:35,473 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.148s 2023-04-19 15:42:35,473 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161" }} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-25b0103a-a9d1-4e78-9c29-9d8bf06e0416', 'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ec984219-a9ef-405b-b575-926d150c6395", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "floating_ip_address": "172.24.4.169", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c81ec3d570254ba98de839dff3a4e38d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:32Z", "updated_at": "2023-04-19T15:42:32Z", "revision_number": 0}}' 2023-04-19 15:42:35,473 91156 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ec984219-a9ef-405b-b575-926d150c6395', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:32Z', 'updated_at': '2023-04-19T15:42:32Z', 'revision_number': 0, 'ip': '172.24.4.169'} created 2023-04-19 15:42:35,596 91156 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.116s 2023-04-19 15:42:35,596 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bfe85757-adbe-4f90-99cd-7174a8ecefa7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2dcb51753d4099805e8589c93b8143", "name": "tempest-VolumesAdminNegativeTest-1882279775-project-member", "password_expires_at": null}, "audit_ids": ["jmohb8ZYQneJwZgG-5flvw"], "expires_at": "2023-04-19T16:42:35.000000Z", "issued_at": "2023-04-19T15:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81ec3d570254ba98de839dff3a4e38d", "name": "tempest-VolumesAdminNegativeTest-1882279775"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1 b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:35,597 91156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '2120248e-0535-4c4b-9005-45e5c51f68d9', 'name': 'tempest-VolumesAdminNegativeTest-1504024874-network', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35986, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:35,597 91156 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1817890597', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFYz4tg5Y7sSuXMvAfRcWu+kqRKH48wkimJ3sARQ07NPmx2e2WVAlBIjERG64tXdMsWmVkFjExZgt+OiGsCXat/JpNwbYJGQs+p3F/QUxPvBsISSCSi3MxAo8gQf69DTyA==', 'fingerprint': 'cc:20:74:b9:ba:8b:bc:8b:3f:84:20:9c:de:dd:ec:a0', 'user_id': 'ea2dcb51753d4099805e8589c93b8143', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDjcdvOxmii289YOy4xXYJqc1tM4D/zU5LWoqNdqBxbMgKog7MiRlqI\noNwJf3P9NzegBwYFK4EEACKhZANiAARWM+LYOWO7ErlzLwH0XFrvpKkSh+PMJIpi\nd7AEUNOzT5sdntllQJQSIxERuuLV3TLFplZBYxMWYLfjohrAl2rfyaTcG2CRkLPq\ndxf0FMT7wbCEkgkotzMQKPIEH+vQ08g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '491b8d83-6f05-456c-b7dc-eacea469a33e', 'name': 'tempest-securitygroup--1469013667', 'stateful': True, 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': 'tempest-description--1330066279', 'shared': False, 'security_group_rules': [{'id': '323d452d-133a-4c7c-8a49-116f4ad37dc3', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'security_group_id': '491b8d83-6f05-456c-b7dc-eacea469a33e', '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': 348, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 0, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}, {'id': '656de136-26e7-4125-b9a8-09af40dbe841', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'security_group_id': '491b8d83-6f05-456c-b7dc-eacea469a33e', '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': 347, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 0, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}], 'tags': [], 'created_at': '2023-04-19T15:42:26Z', 'updated_at': '2023-04-19T15:42:26Z', 'revision_number': 1, 'project_id': 'c81ec3d570254ba98de839dff3a4e38d'}, 'floating_ip': {'id': 'ec984219-a9ef-405b-b575-926d150c6395', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'floating_ip_address': '172.24.4.169', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81ec3d570254ba98de839dff3a4e38d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:32Z', 'updated_at': '2023-04-19T15:42:32Z', 'revision_number': 0, 'ip': '172.24.4.169'}} 2023-04-19 15:42:38,748 91156 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.150s 2023-04-19 15:42:38,748 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1579453739", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2120248e-0535-4c4b-9005-45e5c51f68d9"}], "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "key_name": "tempest-keypair-1817890597", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac9e848-2c62-410e-8df7-1dab74e0429e', 'x-compute-request-id': 'req-2ac9e848-2c62-410e-8df7-1dab74e0429e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "adminPass": "VGx6myHS48v6"}}' 2023-04-19 15:42:38,909 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262 0.158s 2023-04-19 15:42:38,910 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-569656df-f52a-41c9-8edf-212e07d12438', 'x-compute-request-id': 'req-569656df-f52a-41c9-8edf-212e07d12438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "name": "tempest-VolumesAdminNegativeTest-server-1579453739", "status": "BUILD", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "met adata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:39Z", "updated": "2023-04-19T15:42:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1817890597", "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": []}}' 2023-04-19 15:43:29,271 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262 0.301s 2023-04-19 15:43:29,272 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:28 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-1c033ef5-5627-4fda-8f87-77867fb7af3a', 'x-compute-request-id': 'req-1c033ef5-5627-4fda-8f87-77867fb7af3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262'} Body: b'{"server": {"id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "name": "tempest-VolumesAdminNegativeTest-server-1579453739", "status": "ACTIVE", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "f552353a553fe96b7c9b286698828dc285922b5590965fececab2df4", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:38Z", "updated": "2023-04-19T15:42:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-1504024874-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:97:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a56bbb31-844d-4fe5-ac87-f1332893e262"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1817890597", "OS-SRV-USG:launched_at": "2023-04-19T15:42:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1469013667"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:29,284 91156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:44:29,484 91156 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/a56bbb31-844d-4fe5-ac87-f1332893e262/os-interface 0.173s 2023-04-19 15:44:29,484 91156 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:29 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-c8ce9156-a3f2-438b-8841-2fbd1bc6a19a', 'x-compute-request-id': 'req-c8ce9156-a3f2-438b-8841-2fbd1bc6a19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a56bbb31-844d-4fe5-ac87-f1332893e262/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2120248e-0535-4c4b-9005-45e5c51f68d9", "port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991", "mac_addr": "fa:16:3e:4e:97:70", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "62979548-bbc7-4037-8157-8ada0a8e49ce", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 15:44:30,243 91156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/ec984219-a9ef-405b-b575-926d150c6395 0.755s 2023-04-19 15:44:30,244 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c53a2ddf-901a-4cdd-80dd-579cb33eca9c', 'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ec984219-a9ef-405b-b575-926d150c6395'} Body: b'{"floatingip": {"id": "ec984219-a9ef-405b-b575-926d150c6395", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "floating_ip_address": "172.24.4.169", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "fdca7fc4-8b0e-4dcd-80ee-f04dcd44c383", "port_id": "f85699bc-0bba-4b6e-bacb-df0c78c7a991", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2120248e-0535-4c4b-9005-45e5c51f68d9", "mac_address": "fa:16:3e:4e:97:70", "admin_state_up": true, "status": "ACTIVE", "device_id": "a56bbb31-844d-4fe5-ac87-f1332893e262", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:32Z", "updated_at": "2023-04-19T15:44:29Z", "revision_number": 1, "project_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:44:30,246 91156 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.169:22' as 'cirros' with public key authentication 2023-04-19 15:44:30,282 91156 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:30,305 91156 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:30,305 91156 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.169 successfully created 2023-04-19 15:44:30,535 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes 0.229s 2023-04-19 15:44:30,536 91156 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-1746947191"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f8a1c5-1fe6-4562-b884-982312b09725', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-c5f8a1c5-1fe6-4562-b884-982312b09725', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.469414", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:30,586 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae 0.040s 2023-04-19 15:44:30,586 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9634d1-b6cb-4dcd-bb15-c2564c3dda60', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9634d1-b6cb-4dcd-bb15-c2564c3dda60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:44:31,638 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae 0.040s 2023-04-19 15:44:31,638 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba89c6a9-5c16-4c13-af5a-8c891c5b50ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba89c6a9-5c16-4c13-af5a-8c891c5b50ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae'} Body: b'{"volume": {"id": "6f1019ea-f764-43f4-b5b4-651ca4e05cae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:30.000000", "updated_at": "2023-04-19T15:44:31.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1746947191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/6f1019ea-f764-43f4-b5b4-651ca4e05cae"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b37d339f-65fe-43c8-867c-c0fe0f2c2b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:16,813 91162 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:42:16,813 91162 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:17,067 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.251s 2023-04-19 15:42:17,067 91162 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-2086142111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:16 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-5a212384-74e5-4374-ad32-7960ec29b6cb', 'x-compute-request-id': 'req-5a212384-74e5-4374-ad32-7960ec29b6cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2086142111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ==", "fingerprint": "6c:6b:c9:43:80:cd:2a:8f:dd:9b:48:b3:37:9b:90:35", "user_id": "d00ada35fa344f1cb23f3b6470a87d99"}}' 2023-04-19 15:42:17,072 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2086142111 created 2023-04-19 15:42:17,912 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.840s 2023-04-19 15:42:17,913 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--13631705", "description": "tempest-description--701498451"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-07009bb6-70eb-4c15-a15f-dae0127d7050', 'date': 'Wed, 19 Apr 2023 15:42:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "name": "tempest-securitygroup--13631705", "stateful": true, "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "description": "tempest-description--701498451", "shared": false, "security_group_rules": [{"id": "08c9ec61-246c-40aa-a944-5758a04929e4", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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": 294, "description": null, "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}, {"id": "7bdcb29b-7312-4bb2-9960-ad7ff4ec2488", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_ prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 292, "description": null, "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}], "tags": [], "created_at": "2023-04-19T15:42:17Z", "updated_at": "2023-04-19T15:42:17Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:18,990 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.077s 2023-04-19 15:42:18,991 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-1bca9294-52fa-4a79-b292-6c61480e2cd7', 'date': 'Wed, 19 Apr 2023 15:42:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d764d931-abcb-4f65-95a4-7c61da50c5a8", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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, "description": "", "created_at": "2023-04-19T15:42:18Z", "updated_at": "2023-04-19T15:42:18Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:19,711 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.719s 2023-04-19 15:42:19,711 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-982800a1-2fd0-473b-a22d-e536b9e8d18c', 'date': 'Wed, 19 Apr 2023 15:42:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f7065d6-a827-49d3-9dd7-4e2635c1133c", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3", "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, "description": "", "created_at": "2023-04-19T15:42:19Z", "updated_at": "2023-04-19T15:42:19Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:42:19,711 91162 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--13631705 created 2023-04-19 15:42:22,571 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.859s 2023-04-19 15:42:22,572 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-702e3e43-954f-4af1-9c1b-557e8b0609aa', 'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c7482a65-8cf1-414c-8ecb-3dc87db831be", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.65", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c42f3c3da3f945a1a946db703408fd69", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:21Z", "updated_at": "2023-04-19T15:42:21Z", "revision_number": 0}}' 2023-04-19 15:42:22,572 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c7482a65-8cf1-414c-8ecb-3dc87db831be', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.65', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:21Z', 'updated_at': '2023-04-19T15:42:21Z', 'revision_number': 0, 'ip': '172.24.4.65'} created 2023-04-19 15:42:22,691 91162 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.113s 2023-04-19 15:42:22,692 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-68f6081f-05ba-400a-8640-08fbc04db313', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d00ada35fa344f1cb23f3b6470a87d99", "name": "tempest-AttachVolumeShelveTestJSON-1426525044-project-member", "password_expires_at": null}, "audit_ids": ["3NcAzgcvRYyaPFhhrhdQZw"], "expires_at": "2023-04-19T16:42:22.000000Z", "issued_at": "2023-04-19T15:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c42f3c3da3f945a1a946db703408fd69", "name": "tempest-AttachVolumeShelveTestJSON-1426525044"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public ", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:22,692 91162 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '8a84383a-b04d-43d2-b8fa-475db387d9f3', 'name': 'tempest-AttachVolumeShelveTestJSON-1507322490-network', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5636, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:52Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:22,693 91162 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2086142111', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5GtvjT8cFL2DdAqPgnakYyz2kSBWlLS4AD5lRfcyLcsKX/qu7+mhfEg+Jg7KUxqz5u4CC5z7krr0BgWx8coy4AvdYkazQ6rAihxeIt7FNcld4Exa1s3NZ/fNgAe9JqZQ==', 'fingerprint': '6c:6b:c9:43:80:cd:2a:8f:dd:9b:48:b3:37:9b:90:35', 'user_id': 'd00ada35fa344f1cb23f3b6470a87d99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAh+qCFL37nEmakDoR5wUtfaY0TGJQy2N4t7NGEwNbHd7IwPyfIU6Qb\nElzASm3pSmWgBwYFK4EEACKhZANiAASeRrb40/HBS9g3QKj4J2pGMs9pEgVpS0uA\nA+ZUX3Mi3LCl/6ru/poXxIPiYOylMas+buAguc+5K69AYFsfHKMuAL3WJGs0OqwI\nocXiLexTXJXeBMWtbNzWf3zYAHvSamU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', 'name': 'tempest-securitygroup--13631705', 'stateful': True, 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': 'tempest-description--701498451', 'shared': False, 'security_group_rules': [{'id': '08c9ec61-246c-40aa-a944-5758a04929e4', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', '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': 294, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, {'id': '7bdcb29b-7312-4bb2-9960-ad7ff4ec2488', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': 'fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3', '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': 292, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T1 5:42:17Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}], 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 1, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, 'floating_ip': {'id': 'c7482a65-8cf1-414c-8ecb-3dc87db831be', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.65', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:21Z', 'updated_at': '2023-04-19T15:42:21Z', 'revision_number': 0, 'ip': '172.24.4.65'}} 2023-04-19 15:42:24,901 91162 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 2.206s 2023-04-19 15:42:24,901 91162 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-300841027", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8a84383a-b04d-43d2-b8fa-475db387d9f3"}], "security_groups": [{"name": "tempest-securitygroup--13631705"}], "key_name": "tempest-keypair-2086142111", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89', '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-aafcb2cd-6e55-4a1e-a033-fca5c433b483', 'x-compute-request-id': 'req-aafcb2cd-6e55-4a1e-a033-fca5c433b483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--13631705"}], "adminPass": "password"}}' 2023-04-19 15:42:25,046 91162 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/c709ad03-162e-408f-af2b-072b5c041a89 0.138s 2023-04-19 15:42:25,046 91162 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, 19 Apr 2023 15:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', '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-4e4ef3e4-db1f-4c1d-ae77-af1abe14a13e', 'x-compute-request-id': 'req-4e4ef3e4-db1f-4c1d-ae77-af1abe14a13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "BUILD", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1 cb23f3b6470a87d99", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:25Z", "updated": "2023-04-19T15:42:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2086142111", "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}}' 2023-04-19 15:43:15,463 91162 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/c709ad03-162e-408f-af2b-072b5c041a89 0.352s 2023-04-19 15:43:15,463 91162 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, 19 Apr 2023 15:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f843fc-9617-4fb6-980c-021782b3981c', 'x-compute-request-id': 'req-f6f843fc-9617-4fb6-980c-021782b3981c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:24Z", "updated": "2023-04-19T15:42:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2086142111", "OS-SRV-USG:launched_at": "2023-04-19T15:42:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--13631705"}], "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}}' 2023-04-19 15:43:15,478 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:15,739 91162 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/c709ad03-162e-4 08f-af2b-072b5c041a89/os-interface 0.206s 2023-04-19 15:44:15,740 91162 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, 19 Apr 2023 15:44:15 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-e06ccd5c-11fc-4bbe-8ea6-f275e6702d51', 'x-compute-request-id': 'req-e06ccd5c-11fc-4bbe-8ea6-f275e6702d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a", "mac_addr": "fa:16:3e:08:5f:7f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "99647fa5-859b-42a5-bbe1-2b9cf5c86f99", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:44:16,833 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be 1.089s 2023-04-19 15:44:16,834 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-10859b0a-d881-40cc-9c8e-f689a4ed7f4e', 'date': 'Wed, 19 Apr 2023 15:44:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be'} Body: b'{"floatingip": {"id": "c7482a65-8cf1-414c-8ecb-3dc87db831be", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.65", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "857746d3-d6a5-4b5a-9b23-5c3f41eaa860", "port_id": "a3138fe0-55b3-4652-b8a7-c713b309730a", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "mac_address": "fa:16:3e:08:5f:7f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c709ad03-162e-408f-af2b-072b5c041a89", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:21Z", "updated_at": "2023-04-19T15:44:16Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:16,836 91162 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.65:22' as 'cirros' with public key authentication 2023-04-19 15:44:16,872 91162 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:16,895 91162 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:16,896 91162 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.65 successfully created 2023-04-19 15:44:16,949 91162 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/c709ad03-162e-408f-af2b-072b5c041a89/ips 0.052s 2023-04-19 15:44:16,950 91162 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, 19 Apr 2023 15:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-opensta ck-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1568316c-cbbe-473a-8082-f601b859dde7', 'x-compute-request-id': 'req-1568316c-cbbe-473a-8082-f601b859dde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-19 15:44:17,210 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes 0.257s 2023-04-19 15:44:17,211 91162 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-989719421"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7e5f4f-ebd2-4499-b301-c5c56948d007', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7e5f4f-ebd2-4499-b301-c5c56948d007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.144521", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:17,278 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29 0.057s 2023-04-19 15:44:17,278 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a33f4d4-16ea-4e39-8f69-3c47fceb65ee', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a33f4d4-16ea-4e39-8f69-3c47fceb65ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b64 70a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:18,329 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29 0.038s 2023-04-19 15:44:18,329 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b444798-3a19-4b05-9e7c-beb04cf3c5be', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b444798-3a19-4b05-9e7c-beb04cf3c5be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29'} Body: b'{"volume": {"id": "b37d339f-65fe-43c8-867c-c0fe0f2c2b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:17.000000", "updated_at": "2023-04-19T15:44:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-989719421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/b37d339f-65fe-43c8-867c-c0fe0f2c2b29"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:44:18,578 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.233s 2023-04-19 15:44:18,579 91162 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, 19 Apr 2023 15:44:18 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-bd5b4789-4c2a-4aee-a38c-e129747ce92d', 'x-compute-request-id': 'req-bd5b4789-4c2a-4aee-a38c-e129747ce92d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'' 2023-04-19 15:44:19,271 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.691s 2023-04-19 15:44:19,272 91162 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, 19 Apr 2023 15:44:18 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-2bb29c85-c606-460a-b15c-77d230a27ef0', 'x-compute-request-id': 'req-2bb29c85-c606-4 60a-b15c-77d230a27ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"server": {"id": "c709ad03-162e-408f-af2b-072b5c041a89", "name": "tempest-AttachVolumeShelveTestJSON-server-300841027", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:24Z", "updated": "2023-04-19T15:44:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}, {"version": 4, "addr": "172.24.4.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5f:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c709ad03-162e-408f-af2b-072b5c041a89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2086142111", "OS-SRV-USG:launched_at": "2023-04-19T15:42:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--13631705"}], "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}}' 2023-04-19 15:45:09,377 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89 0.043s 2023-04-19 15:45:09,378 91162 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, 19 Apr 2023 15:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7ae3a225-ee51-46c7-84a2-38e3413e066d', 'x-compute-request-id': 'req-7ae3a225-ee51-46c7-84a2-38e3413e066d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c709ad03-162e-408f-af2b-072b5c041a89'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c709ad03-162e-408f-af2b-072b5c041a89 could not be found."}}' 2023-04-19 15:45:09,408 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2086142111 0.029s 2023-04-19 15:45:09,409 91162 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, 19 Apr 2023 15:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cb31d24-cd53-47d9-8f0c-31cc83ba7300', 'x-compute-request-id': 'req-7cb31d24-cd53-47d9-8f0c-31cc83ba7300', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2086142111'} Body: b'' 2023-04-19 15:45:09,577 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 0.167s 2023-04-19 15:45:09,578 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-53a453ac-4d5b-437a-96f8-f66f0cbe874c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3'} Body: b'' 2023-04-19 15:45:09,613 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 0.034s 2023-04-19 15:45:09,613 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-69a17533-161f-4487-a9aa-ee17611f12a4', 'date': 'Wed, 19 Apr 2023 15:45:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fc8b8c30-9855-4a24-a3d7-d927a5bfb1f3 does not exist", "detail": ""}}' 2023-04-19 15:45:10,162 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be 0.548s 2023-04-19 15:45:10,162 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1ea23abc-0c6f-4eeb-bee1-4edb39a2502c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c7482a65-8cf1-414c-8ecb-3dc87db831be'} Body: b'' 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f91ac597-3b99-4efe-b8f9-0f27622e0b9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:14,262 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes 0.624s 2023-04-19 15:45:14,262 91148 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-1507035612", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dbcbdcc-1155-4e91-a636-8cff0293c417', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbcbdcc-1155-4e91-a636-8cff0293c417', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.196670", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:14,316 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a 0.044s 2023-04-19 15:45:14,316 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b053b9-72f3-4694-a396-3565806aedcd', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b053b9-72f3-4694-a396-3565806aedcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "456b454cafb244219ee09a9fe0052334"}}' 2023-04-19 15:45:15,387 91148 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a 0.058s 2023-04-19 15:45:15,388 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f827195-6f20-4a3c-b8d6-9a8a9e3a57a9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f827195-6f20-4a3c-b8d6-9a8a9e3a57a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a'} Body: b'{"volume": {"id": "f91ac597-3b99-4efe-b8f9-0f27622e0b9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:14.000000", "updated_at": "2023-04-19T15:45:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1507035612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/456b454cafb244219ee09a9fe0052334/volumes/f91ac597-3b99-4efe-b8f9-0f27622e0b9a"}], "user_id": "243fd53d78184b50812add65dd1d09af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "456b454cafb244219ee09a9fe0052334"}}' 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 53, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3decf513-d8a7-4087-af61-22a69090d236 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:26,419 91148 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.591s 2023-04-19 15:45:26,420 91148 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-1610859807", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0df7828-c654-4a11-8c4e-b6b409119924', 'x-compute-request-id': 'req-a0df7828-c654-4a11-8c4e-b6b409119924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.282468", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 15:45:26,515 91148 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/3decf513-d8a7-4087-af61-22a69090d236 0.091s 2023-04-19 15:45:26,516 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-370ee6a9-66b1-4e0a-b90a-b0f77efddd2b', 'x-compute-request-id': 'req-370ee6a9-66b1-4e0a-b90a-b0f77efddd2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 15:45:27,599 91148 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/3decf513-d8a7-4087-af61-22a69090d236 0.077s 2023-04-19 15:45:27,599 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:27 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-107d59a9-d0f3-4f43-9811-8232b9e2cde6', 'x-compute-request-id': 'req-107d59a9-d0f3-4f43-9811-8232b9e2cde6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3decf513-d8a7-4087-af61-22a69090d236'} Body: b'{"volume": {"id": "3decf513-d8a7-4087-af61-22a69090d236", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:45:26.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1610859807", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8f57d364-4e9d-408c-a201-ed94be1c5158 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:41,219 91150 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/054b9710-7933-4467-9e07-bc414d3de236 0.228s 2023-04-19 15:42:41,220 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8a36f1a8-684f-4e57-8071-180d4de23d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:42,240 91150 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.970s 2023-04-19 15:42:42,240 91150 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, 19 Apr 2023 15:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-42e928a4-c891-4a69-8780-899c61dbca21', '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": "b0463fb8ecdb4adb8e5502b2a16e4ac0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "created_at": "2023-04-19T15:42:42Z", "updated_at": "2023-04-19T15:42:42Z", "tags": [], "self": "/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11", "file": "/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:42:44,266 91150 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-19 15:42:44,267 91150 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/e6e62e91-f4c1-445b-8854-8baf42832c11/file 2.026s 2023-04-19 15:42:44,267 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-df4c8e93-b9f4-46af-8b28-a582fbc4b9ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11/file'} Body: b'' 2023-04-19 15:42:44,268 91150 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:42:44,268 91150 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:42:44,586 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.315s 2023-04-19 15:42:44,587 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1240069358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1f7cd2f-7046-4f2d-89d2-bff331e0f99b', 'x-compute-request-id': 'req-e1f7cd2f-7046-4f2d-89d2-bff331e0f99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1240069358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ==", "fingerprint": "9d:f5:12:8c:f5:87:56:93:a8:6b:76:c6:04:7f:85:43", "user_id": "6f0a32c0350843bd8344a46638f58c86"}}' 2023-04-19 15:42:44,592 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1240069358 created 2023-04-19 15:42:45,076 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.483s 2023-04-19 15:42:45,077 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--90519826", "description": "tempest-description--527926823"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-27e7576b-22d1-4d7f-a01a-f4f8ef55ee27', 'date': 'Wed, 19 Apr 2023 15:42:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "name": "tempest-securitygroup--90519826", "stateful": true, "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "description": "tempest-description--527926823", "shared": false, "security_group_rules": [{"id": "3f104c71-7ad6-4057-bb27-09c9fec173f5", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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": 411, "description": null, "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}, {"id": "8e50e6b4-8725-439f-a530-5754c3d6ebd7", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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": 410, "description": null, "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}], "tags": [], "created_at": "2023-04-19T15:42:44Z", "updated_at": "2023-04-19T15:42:44Z", "revision_number": 1, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:45,999 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.922s 2023-04-19 15:42:46,000 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-859e5eeb-da07-45b9-aec6-308ab9c936e3', 'date': 'Wed, 19 Apr 2023 15:42:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f212283e-3b33-4cbc-97d4-967b84b5bfe3", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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, "description": "", "created_at": "2023-04-19T15:42:45Z", "updated_at": "2023-04-19T15:42:45Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:46,225 91150 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-04-19 15:42:46,226 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7b6072da-4943-4c33-bb04-137836a3c57e', 'date': 'Wed, 19 Apr 2023 15:42:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1232c1fd-f8fd-43c7-98a9-29de1420d3b8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "security_group_id": "4acd69aa-3df4-46dd-accb-a0badcc57d1c", "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, "description": "", "created_at": "2023-04-19T15:42:46Z", "updated_at": "2023-04-19T15:42:46Z", "revision_number": 0, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:42:46,226 91150 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--90519826 created 2023-04-19 15:42:49,198 91150 INFO [tempest.lib.common.rest_client] Request (Valid ationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.971s 2023-04-19 15:42:49,199 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-31e04a14-bb21-45d4-a050-cbe34a8d3276', 'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df398168-4b71-4f6b-ade1-a83bae98afb8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "floating_ip_address": "172.24.4.54", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bb3cf6df3f3c4b77a484366eec229734", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:48Z", "updated_at": "2023-04-19T15:42:48Z", "revision_number": 0}}' 2023-04-19 15:42:49,199 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df398168-4b71-4f6b-ade1-a83bae98afb8', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:48Z', 'updated_at': '2023-04-19T15:42:48Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-04-19 15:42:49,317 91150 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.112s 2023-04-19 15:42:49,318 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-39338796-f919-40c4-aff5-72e7a698a3c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f0a32c0350843bd8344a46638f58c86", "name": "tempest-AttachSCSIVolumeTestJSON-599180046-project-member", "password_expires_at": null}, "audit_ids": ["r9-HMC0QRoKK_pWNMrwfiw"], "expires_at": "2023-04-19T16:42:49.000000Z", "issued_at": "2023-04-19T15:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb3cf6df3f3c4b77a484366eec229734", "name": "tempest-AttachSCSIVolumeTestJSON-599180046"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "566ec12e 5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bb3cf6df3f3c4b77a484366eec229734", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:49,318 91150 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3cba41ac-db09-4596-9aeb-c92c6e8a1e9e', 'name': 'tempest-AttachSCSIVolumeTestJSON-1716184491-network', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16778, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:49,319 91150 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1240069358', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPJKhaWbJ7tU9ugQ65kXcxfvVKLByC5cIEVq88G78pJCBNsvEPdexE1RDohOffO+tsYGXJC0MayGf8PPstNU5f7agK1NktJlWt36pJREvyZpPvix/WeH5z2mKbUeup4jQ==', 'fingerprint': '9d:f5:12:8c:f5:87:56:93:a8:6b:76:c6:04:7f:85:43', 'user_id': '6f0a32c0350843bd8344a46638f58c86', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDM5kwVr97ZUL4ZDin4+KGkogKoNAuZ4xTka6ft5L1jwGuyegI5+qer\nAHsUpuVsDragBwYFK4EEACKhZANiAARDySoWlmye7VPboEOuZF3MX71SiwcguXCB\nFavPBu/KSQgTbLxD3XsRNUQ6ITn3zvrbGBlyQtDGshn/Dz7LTVOX+2oCtTZLSZVr\nd+qSURL8maT74sf1nh+c9pim1HrqeI0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4acd69aa-3df4-46dd-accb-a0badcc57d1c', 'name': 'tempest-securitygroup--90519826', 'stateful': True, 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': 'tempest-description--527926823', 'shared': False, 'security_group_rules': [{'id': '3f104c71-7ad6-4057-bb27-09c9fec173f5', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'security_group_id': '4acd69aa-3df4-46dd-accb-a0badcc57d1c', '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': 411, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 0, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}, {'id': '8e50e6b4-8725-439f-a530-5754c3d6ebd7', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'security_group_id': '4ac d69aa-3df4-46dd-accb-a0badcc57d1c', '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': 410, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 0, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}], 'tags': [], 'created_at': '2023-04-19T15:42:44Z', 'updated_at': '2023-04-19T15:42:44Z', 'revision_number': 1, 'project_id': 'bb3cf6df3f3c4b77a484366eec229734'}, 'floating_ip': {'id': 'df398168-4b71-4f6b-ade1-a83bae98afb8', 'tenant_id': 'bb3cf6df3f3c4b77a484366eec229734', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bb3cf6df3f3c4b77a484366eec229734', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:48Z', 'updated_at': '2023-04-19T15:42:48Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-04-19 15:42:51,334 91150 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 2.014s 2023-04-19 15:42:51,335 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "imageRef": "e6e62e91-f4c1-445b-8854-8baf42832c11", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e"}], "security_groups": [{"name": "tempest-securitygroup--90519826"}], "key_name": "tempest-keypair-1240069358", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e602bf7-8580-4d4b-952b-af99f8d924c4', 'x-compute-request-id': 'req-7e602bf7-8580-4d4b-952b-af99f8d924c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--90519826"}], "adminPass": "mhfMbboUaCe4"}}' 2023-04-19 15:42:51,458 91150 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/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.119s 2023-04-19 15:42:51,587 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b230c526-e86e-4b01-94cb-a5e737121e7e', 'x-compute-request-id': 'req-b230c526-e86e-4b01-94cb-a5e737121e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "BUILD", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:42:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "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": []}}' 2023-04-19 15:43:41,926 91150 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/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.300s 2023-04-19 15:43:41,927 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7c340f-df7e-4eec-bc73-df1649830fa8', 'x-compute-request-id': 'req-3c7c340f-df7e-4eec-bc73-df1649830fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "ACTIVE", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "d92682fd91ff1f27ee301605509334d7e6ea26a7febb28af2853b1c5", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:43:03Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1716184491-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "OS-SRV-USG:launched_at": "2023-04-19T15:43:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--90519826"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:43:41,939 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:42,144 91150 INFO [tempest.lib.common.re st_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f/os-interface 0.174s 2023-04-19 15:44:42,145 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:41 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-7887007e-3b14-4792-a71e-53b330fa0540', 'x-compute-request-id': 'req-7887007e-3b14-4792-a71e-53b330fa0540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e", "port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff", "mac_addr": "fa:16:3e:c2:47:d6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5f5011b0-6f6f-4c96-8e42-554fe834039f", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:44:43,095 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8 0.946s 2023-04-19 15:44:43,095 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b542e55d-35c3-43dd-a922-e5cd5e2e8710', 'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8'} Body: b'{"floatingip": {"id": "df398168-4b71-4f6b-ade1-a83bae98afb8", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "floating_ip_address": "172.24.4.54", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "dff53b4f-cc6d-4ef4-8805-a35184b82c8c", "port_id": "f1c07e62-d5d9-4c2c-857d-bd72ac7f53ff", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3cba41ac-db09-4596-9aeb-c92c6e8a1e9e", "mac_address": "fa:16:3e:c2:47:d6", "admin_state_up": true, "status": "ACTIVE", "device_id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:42:48Z", "updated_at": "2023-04-19T15:44:42Z", "revision_number": 1, "project_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:43,097 91150 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2023-04-19 15:44:43,168 91150 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:44:43,191 91150 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:44:43,192 91150 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2023-04-19 15:44:43,416 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes 0.223s 2023-04-19 15:44:43,416 91150 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-811769259"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8001c753-b0d4-460f-aea3-ce2c72a32f5d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8001c753-b0d4-460f-aea3-ce2c72a32f5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.356269", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:44:43,466 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158 0.040s 2023-04-19 15:44:43,466 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418d76f7-6cca-4ecf-bdd6-128eee0a7425', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418d76f7-6cca-4ecf-bdd6-128eee0a7425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:44,517 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158 0.038s 2023-04-19 15:44:44,518 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee63bdb2-cc5e-4227-b6b1-15cd9bb32909', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee63bdb2-cc5e-4227-b6b1-15cd9bb32909', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158'} Body: b'{"volume": {"id": "8f57d364-4e9d-408c-a201-ed94be1c5158", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:44:43.000000", "updated_at": "2023-04-19T15:44:43.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-811769259", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb3cf6df3f3c4b77a484366eec229734/volumes/8f57d364-4e9d-408c-a201-ed94be1c5158"}], "user_id": "6f0a32c0350843bd8344a46638f58c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb3cf6df3f3c4b77a484366eec229734"}}' 2023-04-19 15:44:44,674 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.143s 2023-04-19 15:44:44,674 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 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-a5778bf1-3df1-4e6e-8a82-319283ae3a56', 'x-compute-request-id': 'req-a5778bf1-3df1-4e6e-8a82-319283ae3a56', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'' 2023-04-19 15:44:45,421 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.746s 2023-04-19 15:44:45,421 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:44 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-28992dec-e2bd-49a0-acbe-3234432f03f4', 'x-compute-request-id': 'req-28992dec-e2bd-49a0-acbe-3234432f03f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"server": {"id": "9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f", "name": "tempest-AttachSCSIVolumeTestJSON-server-569035544", "status": "ACTIVE", "tenant_id": "bb3cf6df3f3c4b77a484366eec229734", "user_id": "6f0a32c0350843bd8344a46638f58c86", "metadata": {}, "hostId": "d92682fd91ff1f27ee301605509334d7e6ea26a7febb28af2853b1c5", "image": {"id": "e6e62e91-f4c1-445b-8854-8baf42832c11", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e6e62e91-f4c1-445b-8854-8baf42832c11"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:51Z", "updated": "2023-04-19T15:44:45Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1716184491-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:47:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0 .0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1240069358", "OS-SRV-USG:launched_at": "2023-04-19T15:43:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--90519826"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:35,518 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f 0.036s 2023-04-19 15:45:35,519 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:35 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-9a691e33-491e-4708-ae45-a6ec26223292', 'x-compute-request-id': 'req-9a691e33-491e-4708-ae45-a6ec26223292', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9c4f3f2a-2bd1-4faf-8449-dc1b0dc6023f could not be found."}}' 2023-04-19 15:45:35,549 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240069358 0.029s 2023-04-19 15:45:35,549 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:35 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-80b794f4-afcc-4b8b-b4a4-6a8fa78d189c', 'x-compute-request-id': 'req-80b794f4-afcc-4b8b-b4a4-6a8fa78d189c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1240069358'} Body: b'' 2023-04-19 15:45:35,690 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c 0.140s 2023-04-19 15:45:35,690 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-caea3efc-eb1f-4124-b89f-631fb0fd3552', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c'} Body: b'' 2023-04-19 15:45:35,721 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c 0.030s 2023-04-19 15:45:35,722 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req -024c20bc-e2fe-41a1-b7a4-a28049d7919f', 'date': 'Wed, 19 Apr 2023 15:45:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4acd69aa-3df4-46dd-accb-a0badcc57d1c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4acd69aa-3df4-46dd-accb-a0badcc57d1c does not exist", "detail": ""}}' 2023-04-19 15:45:36,212 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8 0.490s 2023-04-19 15:45:36,212 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4736a3cc-cf93-4aa3-97df-08ab21de0b21', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df398168-4b71-4f6b-ade1-a83bae98afb8'} Body: b'' 2023-04-19 15:45:36,345 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11 0.132s 2023-04-19 15:45:36,346 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f34b4656-52ae-4c00-8647-b45c15176856', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11'} Body: b'' 2023-04-19 15:45:36,364 91150 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11 0.017s 2023-04-19 15:45:36,364 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2c0633a-9944-4da3-8d50-b90532aa0d3b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/e6e62e91-f4c1-445b-8854-8baf42832c11'} Body: b'{"message": "No image found with ID e6e62e91-f4c1-445b-8854-8baf42832c11

\\n\\n\\n", "code": "404 Not Found", "title": "Not 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c6d8c12-72e8-4119-89d4-4106644bca97 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:40,719 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/72b18a59abe0467fb2698633dcef082c/os-quota-sets/adaec77b48ac44ddb50323383ca6d505?usage=True 0.070s 2023-04-19 15:45:40,720 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05dd5a39-f0d5-4326-8898-15f410b4dbeb', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05dd5a39-f0d5-4326-8898-15f410b4dbeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72b18a59abe0467fb2698633dcef082c/os-quota-sets/adaec77b48ac44ddb50323383ca6d505?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:41,027 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes 0.298s 2023-04-19 15:45:41,028 91148 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-632367183"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbdce52-69a9-4e7a-a932-ce3d65ec778d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbdce52-69a9-4e7a-a932-ce3d65ec778d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:40.972504", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:41,076 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.038s 2023-04-19 15:45:41,076 91148 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, 19 Apr 2023 15:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a05a742-9bee-4f94-b0ac-8f0731d1491d', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a05a742-9bee-4f94-b0ac-8f0731d1491d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,127 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.039s 2023-04-19 15:45:42,127 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09c5d8e-26df-449f-8983-59ec7d1881cd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09c5d8e-26df-449f-8983-59ec7d1881cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": "2023-04-19T15:45:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,187 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.047s 2023-04-19 15:45:42,187 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-3903be98-77a6-499b-98a8-be4c78b1131c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3903be98-77a6-499b-98a8-be4c78b1131c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"volume": {"id": "6c6d8c12-72e8-4119-89d4-4106644bca97", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:41.000000", "updated_at": "2023-04-19T15:45:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-632367183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:42,311 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.112s 2023-04-19 15:45:42,311 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0ca79f-70cb-4186-ad9b-3774be26787f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'' 2023-04-19 15:45:42,335 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97 0.023s 2023-04-19 15:45:42,335 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c57ea9-064c-4841-800c-32494fd75408', 'x-openstack-request-id': 'req-57c57ea9-064c-4841-800c-32494fd75408', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/6c6d8c12-72e8-4119-89d4-4106644bca97'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6c6d8c12-72e8-4119-89d4-4106644bca97 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8313bdc-7f98-48e4-adf1-62f48397a565 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:42,575 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes 0.235s 2023-04-19 15:45:42,576 91148 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-1139757751"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7ab7ca-27c2-4377-b7f0-e3bf061e0a90', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7ab7ca-27c2-4377-b7f0-e3bf061e0a90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:42.507442", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:45:42,625 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.040s 2023-04-19 15:45:42,625 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0b4fc5-9e9b-4047-8e2e-a05be785532c', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0b4fc5-9e9b-4047-8e2e-a05be785532c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,675 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.038s 2023-04-19 15:45:43,676 91148 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4b8255-3ede-4a2a-8366-3f9a5766e7cc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4b8255-3ede-4a2a-8366-3f9a5766e7cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": "2023-04-19T15:45:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,731 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.045s 2023-04-19 15:45:43,732 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb93828d-135f-408a-b1af-d9a6e02363e6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb93828d-135f-408a-b1af-d9a6e02363e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"volume": {"id": "b8313bdc-7f98-48e4-adf1-62f48397a565", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:45:43.000000", "updated_at": "2023-04-19T15:45:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1139757751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565"}], "user_id": "e653de3582fe41888006a27f897fe49e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adaec77b48ac44ddb50323383ca6d505"}}' 2023-04-19 15:45:43,839 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.097s 2023-04-19 15:45:43,839 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-2fa61c24-2ecd-4639-86b2-23850d54ab03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'' 2023-04-19 15:45:43,860 91148 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565 0.020s 2023-04-19 15:45:43,860 91148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-ee24b072-6640-4306-bc49-3f002247040a', 'x-openstack-request-id': 'req-ee24b072-6640-4306-bc49-3f002247040a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/adaec77b48ac44ddb50323383ca6d505/volumes/b8313bdc-7f98-48e4-adf1-62f48397a565'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8313bdc-7f98-48e4-adf1-62f48397a565 could not be found."}}' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d36f8f5-2d0b-414b-8eaa-42a35a647175 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bf05b213-1d3d-41d4-8a72-eb39e2658087 failed to build and is in ERROR status 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 286, 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 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, 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 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server c7ddac96-5681-4b40-862e-1887706c4032 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T15:45:26Z', 'message': 'Build of instance c7ddac96-5681-4b40-862e-1887706c4032 aborted: Volume 2c086bb4-50da-43fd-bf3b-f92138bf464f did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-e5b8c907-f680-4aa1-8ede-59e2032916d4. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:42:15,323 91166 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.051s 2023-04-19 15:42:15,323 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-001ed248-d53d-4492-9d06-18bc50270841', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["ElnBiZgMT7WSTplpKYoLng"], "expires_at": "2023-04-19T16:42:15.000000Z", "issued_at": "2023-04-19T15:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:42:15,324 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:42:18,055 91166 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 2.730s 2023-04-19 15:42:18,055 91166 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-706950439", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72', '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-086043c3-39d3-4336-ac32-46f435f4bd55', 'x-compute-request-id': 'req-086043c3-39d3-4336-ac32-46f435f4bd55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "prPnFQEpFaJ2"}}' 2023-04-19 15:42:18,218 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.158s 2023-04-19 15:42:18,219 91166 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, 19 Apr 2023 15:42:18 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-1007b3db-fda9-48c7-85ed-d2ed923e83a3', 'x-compute-request-id': 'req-1007b3db-fda9-48c7-85ed-d2ed923e83a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bff d3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "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": []}}' 2023-04-19 15:43:08,765 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.478s 2023-04-19 15:43:08,765 91166 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, 19 Apr 2023 15:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-537b21e1-f3f5-4c25-9369-8276e504c16b', 'x-compute-request-id': 'req-537b21e1-f3f5-4c25-9369-8276e504c16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:42:32Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:d7:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:32.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": []}}' 2023-04-19 15:43:08,783 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:44:10,238 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72/action 1.395s 2023-04-19 15:44:10,239 91166 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-ServerBootFromVolumeStabl eRescueTest-image-1739317203"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a468ab6-7423-4d6b-9f12-49ded72f1b32', 'x-compute-request-id': 'req-5a468ab6-7423-4d6b-9f12-49ded72f1b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72/action'} Body: b'{"image_id": "461b88ec-7aef-43bb-b105-9e373970ab7b"}' 2023-04-19 15:44:10,264 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.023s 2023-04-19 15:44:10,264 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0ebb4bf-f05e-48f6-a098-0c410c93b6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:11,287 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.021s 2023-04-19 15:44:11,287 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c9fa546-d940-480a-a133-5beec35f319e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:12,312 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.023s 2023-04-19 15:44:12,312 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-07bcc70a-d500-4ea8-8930-aa85135cc3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:10Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:13,336 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.022s 2023-04-19 15:44:13,336 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58b1b585-26b5-46ec-a3fb-0cee8cfa7943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:13Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:14,359 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.021s 2023-04-19 15:44:14,359 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cac8567d-4903-4fd4-b299-14345248224d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:14Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,390 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.029s 2023-04-19 15:44:15,391 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89ea9afd-5f0a-47a3-bd14-e6a67dd2084b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "47cd991594698642e8a2a8a783c91a5c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cc7483da126103340c05d67e2616524c29fbdbb8092d4adaf7bdb7e2caeeb22395c05d42c0589387c8536d4cd03cbfd6a52687aa68948166be3dd90dae254a2b", "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:15Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,417 91166 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/461b88ec-7aef-43bb-b105-9e373970ab7b 0.025s 2023-04-19 15:44:15,417 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-15aeda37-61a8-4a61-800c-4d3a96cfe0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1739317203", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "47cd991594698642e8a2a8a783c91a5c", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e 2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cc7483da126103340c05d67e2616524c29fbdbb8092d4adaf7bdb7e2caeeb22395c05d42c0589387c8536d4cd03cbfd6a52687aa68948166be3dd90dae254a2b", "id": "461b88ec-7aef-43bb-b105-9e373970ab7b", "created_at": "2023-04-19T15:44:10Z", "updated_at": "2023-04-19T15:44:15Z", "tags": [], "self": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b", "file": "/v2/images/461b88ec-7aef-43bb-b105-9e373970ab7b/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:44:15,713 91166 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/d0bffd3c-7acb-4279-8c7e-f2308fb51c72 0.295s 2023-04-19 15:44:15,714 91166 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, 19 Apr 2023 15:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2702b0ff-0db2-43b8-b84d-dec9f4915398', 'x-compute-request-id': 'req-2702b0ff-0db2-43b8-b84d-dec9f4915398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72'} Body: b'{"server": {"id": "d0bffd3c-7acb-4279-8c7e-f2308fb51c72", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-706950439", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:42:18Z", "updated": "2023-04-19T15:44:15Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:d7:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0bffd3c-7acb-4279-8c7e-f2308fb51c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:42:32.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": []}}' 2023-04-19 15:45:15,891 91166 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.095s 2023-04-19 15:45:15,891 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-24a00972-2928-4b62-ab69-3a12a5783350', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["i255l_CYSbChy3OGE43DQQ"], "expires_at": "2023-04-19T16:45:15.000000Z", "issued_at": "2023-04-19T15:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:15,892 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:17,515 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.622s 2023-04-19 15:45:17,516 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032', '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-e5b8c907-f680-4aa1-8ede-59e2032916d4', 'x-compute-request-id': 'req-e5b8c907-f680-4aa1-8ede-59e2032916d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4FKMgqHbbtVC"}}' 2023-04-19 15:45:17,601 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.082s 2023-04-19 15:45:17,602 91166 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, 19 Apr 2023 15:45:17 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-f5e9dee1-6e37-4b4e-89f9-0fc708ef14b8', 'x-compute-request-id': 'req-f5e9dee1-6e37-4b4e-89f9-0fc708ef14b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:45:17Z", "updated": "2023-04-19T15:45:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "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": []}}' 2023-04-19 15:46:07,775 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.108s 2023-04-19 15:46:07,776 91166 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, 19 Apr 2023 15:46:07 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-e5f4d313-9194-4c30-9760-3cf347675e94', 'x-compute-request-id': 'req-e5f4d313-9194-4c30-9760-3cf347675e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"server": {"id": "c7ddac96-5681-4b40-862e-1887706c4032", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1138145174", "status": "ERROR", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:45:17Z", "updated": "2023-04-19T15:45:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c7ddac96-5681-4b40-862e-1887706c4032"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T15:45:26Z", "message": "Build of instance c7ddac96-5681-4b40-862e-1887706c4032 aborted: Volume 2c086bb4-50da-43fd-bf3b-f92138bf464f 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": []}}' 2023-04-19 15:46:07,791 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 15:46:08,587 91166 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/c7ddac96-5681-4b40-862e-1887706c4032 0.796s 2023-04-19 15:46:08,588 91166 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, 19 Apr 2023 15:46:07 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-14b4bbcf-c140-4694-9418-169bd9594d5b', 'x-compute-request-id': 'req-14b4bbcf-c140-4694-9418-169bd9594d5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'' 2023-04-19 15:46:08,625 91166 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/serv ers/c7ddac96-5681-4b40-862e-1887706c4032 0.036s 2023-04-19 15:46:08,625 91166 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, 19 Apr 2023 15:46:08 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-1aec1a0e-3af3-4bfe-b1a8-b3ed49446f93', 'x-compute-request-id': 'req-1aec1a0e-3af3-4bfe-b1a8-b3ed49446f93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c7ddac96-5681-4b40-862e-1887706c4032'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c7ddac96-5681-4b40-862e-1887706c4032 could not be found."}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17e3d93a-3de4-4876-8a7b-d1049f34b5ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:44:31,751 91156 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.091s 2023-04-19 15:44:31,751 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-51c63b3c-2b40-4a30-88ca-61deb62933cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2dcb51753d4099805e8589c93b8143", "name": "tempest-VolumesAdminNegativeTest-1882279775-project-member", "password_expires_at": null}, "audit_ids": ["hjhcvHEWSFKnFK8j43-DZg"], "expires_at": "2023-04-19T16:44:31.000000Z", "issued_at": "2023-04-19T15:44:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81ec3d570254ba98de839dff3a4e38d", "name": "tempest-VolumesAdminNegativeTest-1882279775"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81ec3d570254ba98de839dff3a4e38d", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:44:31,752 91156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '2120248e-0535-4c4b-9005-45e5c51f68d9', 'name': 'tempest-VolumesAdminNegativeTest-1504024874-network', 'tenant_id': 'c81ec3d570254ba98de839dff3a4e38d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81ec3d570254ba98d e839dff3a4e38d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35986, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:50Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:44:32,388 91156 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.635s 2023-04-19 15:44:32,389 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1445375137", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2120248e-0535-4c4b-9005-45e5c51f68d9"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-962d7950-c007-4fa7-b669-0496e855673b', 'x-compute-request-id': 'req-962d7950-c007-4fa7-b669-0496e855673b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HyJD3aWZegns"}}' 2023-04-19 15:44:32,463 91156 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/e5678fd0-2de9-4d67-9936-50aa31d6c6bc 0.070s 2023-04-19 15:44:32,463 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73886d3f-8a43-4fea-8150-663229884e5e', 'x-compute-request-id': 'req-73886d3f-8a43-4fea-8150-663229884e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "name": "tempest-VolumesAdminNegativeTest-server-1445375137", "status": "BUILD", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:44:32Z", "updated": "2023-04-19T15:44:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUA L", "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": []}}' 2023-04-19 15:45:22,812 91156 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/e5678fd0-2de9-4d67-9936-50aa31d6c6bc 0.290s 2023-04-19 15:45:22,813 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98308332-d9a6-43ee-a7ce-826566819081', 'x-compute-request-id': 'req-98308332-d9a6-43ee-a7ce-826566819081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc'} Body: b'{"server": {"id": "e5678fd0-2de9-4d67-9936-50aa31d6c6bc", "name": "tempest-VolumesAdminNegativeTest-server-1445375137", "status": "ACTIVE", "tenant_id": "c81ec3d570254ba98de839dff3a4e38d", "user_id": "ea2dcb51753d4099805e8589c93b8143", "metadata": {}, "hostId": "f552353a553fe96b7c9b286698828dc285922b5590965fececab2df4", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:44:32Z", "updated": "2023-04-19T15:44:39Z", "addresses": {"tempest-VolumesAdminNegativeTest-1504024874-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:0c:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5678fd0-2de9-4d67-9936-50aa31d6c6bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:44:39.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": []}}' 2023-04-19 15:45:22,824 91156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:46:23,077 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes 0.192s 2023-04-19 15:46:23,078 91156 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-1602208679"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938934b7-b38a-4627-a3ac-c84c17e7ab04', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938934b7-b38a-4627-a3ac-c84c17e7ab04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes'} Body: b'{"volume": {"id": "17e 3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.014243", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:46:23,133 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef 0.037s 2023-04-19 15:46:23,133 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d3cbe4-9277-4175-aaf6-2a518c9f4772', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75d3cbe4-9277-4175-aaf6-2a518c9f4772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef'} Body: b'{"volume": {"id": "17e3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' 2023-04-19 15:46:24,197 91156 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/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef 0.043s 2023-04-19 15:46:24,198 91156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af014e4-849a-460c-99e4-7885594f0e7b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af014e4-849a-460c-99e4-7885594f0e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef'} Body: b'{"volume": {"id": "17e3d93a-3de4-4876-8a7b-d1049f34b5ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:23.000000", "updated_at": "2023-04-19T15:46:23.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1602208679", "description": null, "volume_ty pe": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c81ec3d570254ba98de839dff3a4e38d/volumes/17e3d93a-3de4-4876-8a7b-d1049f34b5ef"}], "user_id": "ea2dcb51753d4099805e8589c93b8143", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81ec3d570254ba98de839dff3a4e38d"}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5f661b3d-f2ab-4596-b619-0e768ef262d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:44:20,623 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.391s 2023-04-19 15:44:20,624 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8287bf2-a6f6-40ed-be62-cb749dde4cf7', 'x-compute-request-id': 'req-f8287bf2-a6f6-40ed-be62-cb749dde4cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:44:20,908 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.271s 2023-04-19 15:44:20,909 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882cedd5-5b06-4a75-9951-1e7ced4a6970', 'x-compute-request-id': 'req-882cedd5-5b06-4a75-9951-1e7ced4a6970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:11,360 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.389s 2023-04-19 15:45:11,361 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:10 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-465246b9-b555-44cd-b5a7-03d01f851472', 'x-compute-request-id': 'req-465246b9-b555-44cd-b5a7-03d01f851472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:45:11,788 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.416s 2023-04-19 15:45:11,789 91146 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, 19 Apr 2023 15:45:11 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-0a40e59e-53ce-4aa8-9a28-cf20ad16f813', 'x-compute-request-id': 'req-0a40e59e-53ce-4aa8-9a28-cf20ad16f813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:46:12,141 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes 0.280s 2023-04-19 15:46:12,141 91146 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-ServerActionsTestJSON-volume-118539794"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8042451b-3190-4bbf-a44c-71de33ab63d2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8042451b-3190-4bbf-a44c-71de33ab63d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.056325", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-19 15:46:12,197 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6 0.045s 2023-04-19 15:46:12,197 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190a0811-d566-4fac-bb21-56429453b489', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190a0811-d566-4fac-bb21-56429453b489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:46:13,252 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6 0.042s 2023-04-19 15:46:13,253 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dceda2b4-528e-4fc1-9150-84997b052dbe', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dceda2b4-528e-4fc1-9150-84997b052dbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6'} Body: b'{"volume": {"id": "5f661b3d-f2ab-4596-b619-0e768ef262d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:46:12.000000", "updated_at": "2023-04-19T15:46:12.000000", "name": "tempest-ServerActionsTestJSON-volume-118539794", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/5f661b3d-f2ab-4596-b619-0e768ef262d6"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:46:13,640 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.375s 2023-04-19 15:46:13,641 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46: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-23f4ff86-7d30-44b0-9640-4731ee0ef8a9', 'x-compute-request-id': 'req-23f4ff86-7d30-44b0-9640-4731ee0ef8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue_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 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b0d8df8d-1515-43e9-849e-6e914e4f729b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:52,332 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes 0.247s 2023-04-19 15:47:52,332 91160 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-1462056536"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec12b42c-d5b8-46df-ac50-b5f2642e6fd7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec12b42c-d5b8-46df-ac50-b5f2642e6fd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.264382", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:52,426 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b 0.083s 2023-04-19 15:47:52,426 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c66df26-add3-4440-ad05-1ea9ee6a651b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c66df26-add3-4440-ad05-1ea9ee6a651b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 2023-04-19 15:47:53,479 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b 0.041s 2023-04-19 15:47:53,479 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0535e95e-6bd4-4226-a990-3d7480e2533c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0535e95e-6bd4-4226-a990-3d7480e2533c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b'} Body: b'{"volume": {"id": "b0d8df8d-1515-43e9-849e-6e914e4f729b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:52.000000", "updated_at": "2023-04-19T15:47:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1462056536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b0d8df8d-1515-43e9-849e-6e914e4f729b"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 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 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b9dd41df-ff34-4c4a-9081-f94de6343a93 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:53,669 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes 0.177s 2023-04-19 15:47:53,669 91160 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-459158854"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4260befc-d6cc-4f13-9af2-d0c149b65ec1', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4260befc-d6cc-4f13-9af2-d0c149b65ec1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:53.609494", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:53,724 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93 0.046s 2023-04-19 15:47:53,725 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b38dac4a-4c5b-4477-a356-d787c901be86', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b38dac4a-4c5b-4477-a356-d787c901be86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 2023-04-19 15:47:54,774 91160 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93 0.038s 2023-04-19 15:47:54,775 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7129cc04-2edb-4518-a314-a7cb413bf6c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7129cc04-2edb-4518-a314-a7cb413bf6c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93'} Body: b'{"volume": {"id": "b9dd41df-ff34-4c4a-9081-f94de6343a93", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:54.000000", "updated_at": "2023-04-19T15:47:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-459158854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/792266f480534fb79345374f09042875/volumes/b9dd41df-ff34-4c4a-9081-f94de6343a93"}], "user_id": "ecb1979bbcb246b9b7b3c73f67af0b64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "792266f480534fb79345374f09042875"}}' 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ac0cf10f-b148-40a5-9b80-10994aaecb79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:10,170 91162 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:45:10,170 91162 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:45:10,232 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2023-04-19 15:45:10,232 91162 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-1190548682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45: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-e4158e84-1e60-4014-8688-9ef5dbc3377d', 'x-compute-request-id': 'req-e4158e84-1e60-4014-8688-9ef5dbc3377d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1190548682", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA==", "fingerprint": "f5:3f:ed:77:94:f0:24:2a:b5:89:dd:e3:12:37:0f:74", "user_id": "d00ada35fa344f1cb23f3b6470a87d99"}}' 2023-04-19 15:45:10,235 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1190548682 created 2023-04-19 15:45:10,780 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.544s 2023-04-19 15:45:10,780 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--340066921", "description": "tempest-description--934841424"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f45e2583-728c-49bf-a7e5-2c52576d8118', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "name": "tempest-securitygroup--340066921", "stateful": true, "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "description": "tempest-description--934841424", "shared": false, "security_group_rules": [{"id": "73a6d921-6537-4188-bb94-e9d53c7d7925", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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": 547, "description": null, "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}, {"id": "bb463838-5992-46a5-9336-b0002a7514bc", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 548, "description": null, "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}], "tags": [], "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:10,969 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-04-19 15:45:10,970 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4058f862-7013-4b19-9f56-ca31a8a91d50', 'date': 'Wed, 19 Apr 2023 15:45:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7eb136bc-d6ee-45c3-8e96-9ebdcdb497ea", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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, "description": "", "created_at": "2023-04-19T15:45:10Z", "updated_at": "2023-04-19T15:45:10Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:11,247 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.276s 2023-04-19 15:45:11,247 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a016b71-65e4-41d4-847a-523f627ab296', 'date': 'Wed, 19 Apr 2023 15:45:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96b61802-bebb-44bb-8227-ed0f7922d39f", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "security_group_id": "5c3edc41-bf80-4b1f-b7d7-7578f156d198", "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, "description": "", "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:45:11Z", "revision_number": 0, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:45:11,247 91162 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--340066921 created 2023-04-19 15:45:12,418 91162 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.170s 2023-04-19 15:45:12,419 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3f8fa988-fe8e-4d66-8318-41336b0edf8b', 'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c909568a-2fef-43c2-9d9e-23016e2fec5d", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.24", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c42f3c3da3f945a1a946db703408fd69", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:45:11Z", "revision_number": 0}}' 2023-04-19 15:45:12,419 91162 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c909568a-2fef-43c2-9d9e-23016e2fec5d', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:11Z', 'updated_at': '2023-04-19T15:45:11Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-04-19 15:45:12,543 91162 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.119s 2023-04-19 15:45:12,544 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5f1a359-18a1-41b8-bce1-0edde40161ae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d00ada35fa344f1cb23f3b6470a87d99", "name": "tempest-AttachVolumeShelveTestJSON-1426525044-project-member", "password_expires_at": null}, "audit_ids": ["1XTIK2tSQBOBn8SvHbwHzg"], "expires_at": "2023-04-19T16:45:12.000000Z", "issued_at": "2023-04-19T15:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c42f3c3da3f945a1a946db703408fd69", "name": "tempest-AttachVolumeShelveTestJSON-1426525044"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c42f3c3da3f945a1a946db703408fd69", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:12,544 91162 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '8a84383a-b04d-43d2-b8fa-475db387d9f3', 'name': 'tempest-AttachVolumeShelveTestJSON-1507322490-network', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5636, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:52Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:12,545 91162 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1190548682', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCZPVXhsYt+Bx+HPj1MZNTDnOGTGyYlU+EcHpa/3aaHvO9pdrM+zEwXcPc60PkzRCsiJG8Tad7t9G58pUV+8yepImyqvYAwfGNClcbR9IQFeqGs1+lII//DzBpFSDV5qOA==', 'fingerprint': 'f5:3f:ed:77:94:f0:24:2a:b5:89:dd:e3:12:37:0f:74', 'user_id': 'd00ada35fa344f1cb23f3b6470a87d99', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCnVlINtOnriJ8M7i0eoIkQXuMMLLcjvRo6Cx+nPai18VsJW89YUfBF\nIiRsWdFyh3agBwYFK4EEACKhZANiAAQmT1V4bGLfgcfhz49TGTUw5zhkxsmJVPhH\nB6Wv92mh7zvaXazPsxMF3D3OtD5M0QrIiRvE2ne7fRufKVFfvMnqSJsqr2AMHxjQ\npXG0fSEBXqhrNfpSCP/w8waRUg1eajg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', 'name': 'tempest-securitygroup--340066921', 'stateful': True, 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': 'tempest-description--934841424', 'shared': False, 'security_group_rules': [{'id': '73a6d921-6537-4188-bb94-e9d53c7d7925', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', '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': 547, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04-19T15:45:10Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, {'id': 'bb463838-5992-46a5-9336-b0002a7514bc', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'security_group_id': '5c3edc41-bf80-4b1f-b7d7-7578f156d198', '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': 548, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04- 19T15:45:10Z', 'revision_number': 0, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}], 'tags': [], 'created_at': '2023-04-19T15:45:10Z', 'updated_at': '2023-04-19T15:45:10Z', 'revision_number': 1, 'project_id': 'c42f3c3da3f945a1a946db703408fd69'}, 'floating_ip': {'id': 'c909568a-2fef-43c2-9d9e-23016e2fec5d', 'tenant_id': 'c42f3c3da3f945a1a946db703408fd69', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c42f3c3da3f945a1a946db703408fd69', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:11Z', 'updated_at': '2023-04-19T15:45:11Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-04-19 15:45:13,753 91162 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 1.207s 2023-04-19 15:45:13,753 91162 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-1527181845", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8a84383a-b04d-43d2-b8fa-475db387d9f3"}], "security_groups": [{"name": "tempest-securitygroup--340066921"}], "key_name": "tempest-keypair-1190548682", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3', '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-a15d14cc-d530-4503-966f-f3dede3747d5', 'x-compute-request-id': 'req-a15d14cc-d530-4503-966f-f3dede3747d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--340066921"}], "adminPass": "password"}}' 2023-04-19 15:45:13,848 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.091s 2023-04-19 15:45:13,848 91162 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, 19 Apr 2023 15:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', '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-d3bdfe61-0cdc-46c9-a357-a4f69994da12', 'x-compute-request-id': 'req-d3bdfe61-0cdc-46c9-a357-a4f69994da12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "BUILD", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada3 5fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:14Z", "updated": "2023-04-19T15:45:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1190548682", "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}}' 2023-04-19 15:46:04,207 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.292s 2023-04-19 15:46:04,207 91162 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, 19 Apr 2023 15:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', '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-eadfce95-4688-4466-b934-8e3c5919771c', 'x-compute-request-id': 'req-eadfce95-4688-4466-b934-8e3c5919771c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:13Z", "updated": "2023-04-19T15:45:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1190548682", "OS-SRV-USG:launched_at": "2023-04-19T15:45:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--340066921"}], "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}}' 2023-04-19 15:46:04,221 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:47:04,421 91162 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/8a8b4 cc3-3220-4452-8ced-8c641fee8cd3/os-interface 0.166s 2023-04-19 15:47:04,421 91162 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, 19 Apr 2023 15:47:04 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-48f67a19-4f71-4536-8f53-73684cdeb5a8', 'x-compute-request-id': 'req-48f67a19-4f71-4536-8f53-73684cdeb5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5", "mac_addr": "fa:16:3e:01:56:8e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "99647fa5-859b-42a5-bbe1-2b9cf5c86f99", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 15:47:05,127 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d 0.702s 2023-04-19 15:47:05,127 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b458319a-dd66-496c-b2d4-e53db725a159', 'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d'} Body: b'{"floatingip": {"id": "c909568a-2fef-43c2-9d9e-23016e2fec5d", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "floating_ip_address": "172.24.4.24", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "857746d3-d6a5-4b5a-9b23-5c3f41eaa860", "port_id": "30ba0902-606d-47b7-a32b-4c5d4dc95df5", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8a84383a-b04d-43d2-b8fa-475db387d9f3", "mac_address": "fa:16:3e:01:56:8e", "admin_state_up": true, "status": "ACTIVE", "device_id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:11Z", "updated_at": "2023-04-19T15:47:04Z", "revision_number": 1, "project_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:05,128 91162 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.24:22' as 'cirros' with public key authentication 2023-04-19 15:47:05,160 91162 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:47:05,180 91162 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:47:05,181 91162 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.24 successfully created 2023-04-19 15:47:05,224 91162 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/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/ips 0.042s 2023-04-19 15:47:05,224 91162 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, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0426ea-38bf-43b2-8b10-7fe21610fc55', 'x-compute-request-id': 'req-df0426ea-38bf-43b2-8b10-7fe21610fc55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-19 15:47:05,424 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes 0.197s 2023-04-19 15:47:05,425 91162 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-1165223304"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2abc5adb-9c78-4588-b4b2-b633f843d220', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2abc5adb-9c78-4588-b4b2-b633f843d220', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.355792", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:47:05,475 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79 0.039s 2023-04-19 15:47:05,475 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e901d7d6-7ec2-42e2-98b2-e26e7d125120', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e901d7d6-7ec2-42e2-98b2-e26e7d125120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa3 44f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:06,554 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79 0.068s 2023-04-19 15:47:06,555 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4aec00f-f498-4cc8-8d3a-d61449fa4cc1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4aec00f-f498-4cc8-8d3a-d61449fa4cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79'} Body: b'{"volume": {"id": "ac0cf10f-b148-40a5-9b80-10994aaecb79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:47:05.000000", "updated_at": "2023-04-19T15:47:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1165223304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c42f3c3da3f945a1a946db703408fd69/volumes/ac0cf10f-b148-40a5-9b80-10994aaecb79"}], "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c42f3c3da3f945a1a946db703408fd69"}}' 2023-04-19 15:47:06,681 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.114s 2023-04-19 15:47:06,681 91162 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, 19 Apr 2023 15:47:06 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-3657d3f3-de8c-496e-945e-6a10b23cbe28', 'x-compute-request-id': 'req-3657d3f3-de8c-496e-945e-6a10b23cbe28', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'' 2023-04-19 15:47:07,191 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.509s 2023-04-19 15:47:07,192 91162 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, 19 Apr 2023 15:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28ea992b-bd5f-436d-b4ca-46ef75e760ea', 'x-compute-request-id': 'req-2 8ea992b-bd5f-436d-b4ca-46ef75e760ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"server": {"id": "8a8b4cc3-3220-4452-8ced-8c641fee8cd3", "name": "tempest-AttachVolumeShelveTestJSON-server-1527181845", "status": "ACTIVE", "tenant_id": "c42f3c3da3f945a1a946db703408fd69", "user_id": "d00ada35fa344f1cb23f3b6470a87d99", "metadata": {}, "hostId": "986ad5c258647b08056fa8cf2b3fc1cc0be2f050468dd195fae6027e", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:13Z", "updated": "2023-04-19T15:47:07Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1507322490-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}, {"version": 4, "addr": "172.24.4.24", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:56:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1190548682", "OS-SRV-USG:launched_at": "2023-04-19T15:45:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--340066921"}], "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}}' 2023-04-19 15:47:57,389 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3 0.134s 2023-04-19 15:47:57,389 91162 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, 19 Apr 2023 15:47:57 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-936ab1ff-cdf7-40c5-a61f-b1e492ac68e0', 'x-compute-request-id': 'req-936ab1ff-cdf7-40c5-a61f-b1e492ac68e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8a8b4cc3-3220-4452-8ced-8c641fee8cd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8a8b4cc3-3220-4452-8ced-8c641fee8cd3 could not be found."}}' 2023-04-19 15:47:57,419 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1190548682 0.029s 2023-04-19 15:47:57,419 91162 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, 19 Apr 2023 15:47:57 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-af3df74d-3f98-435c-bff2-b630abb04117', 'x-compute-request-id': 'req-af3df74d-3f98-435c-bff2-b630abb04117', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-11905 48682'} Body: b'' 2023-04-19 15:47:57,644 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198 0.224s 2023-04-19 15:47:57,644 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e632efc3-8a3e-42cb-b824-63a1a1632af6', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:47:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198'} Body: b'' 2023-04-19 15:47:57,665 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198 0.020s 2023-04-19 15:47:57,665 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2b063136-429e-4e2c-b2d4-34676a46684a', 'date': 'Wed, 19 Apr 2023 15:47:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5c3edc41-bf80-4b1f-b7d7-7578f156d198'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5c3edc41-bf80-4b1f-b7d7-7578f156d198 does not exist", "detail": ""}}' 2023-04-19 15:47:58,325 91162 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d 0.659s 2023-04-19 15:47:58,326 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5cce1d27-c138-453d-a62d-b762a80b1318', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:47:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c909568a-2fef-43c2-9d9e-23016e2fec5d'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0fb3c43-5dff-4806-9c2c-6e059ca9c9f1 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 70, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6f16250-0f1e-4d57-b941-868ad93a725c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:08,055 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.181s 2023-04-19 15:48:08,056 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f4a3ffba-79da-47be-ab62-877de26019ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:08,371 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes 0.314s 2023-04-19 15:48:08,371 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1713526753"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b211041d-203e-480e-9888-6ad46eef22ec', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b211041d-203e-480e-9888-6ad46eef22ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.317436", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:08,424 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.036s 2023-04-19 15:48:08,424 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f14b32d-2acf-4bd8-85f9-61494c19a19e', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f14b32d-2acf-4bd8-85f9-61494c19a19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,487 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.051s 2023-04-19 15:48:09,488 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b2b515-94de-4734-ae8a-adcba40653ae', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b2b515-94de-4734-ae8a-adcba40653ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": "2023-04-19T15:48:08.000000", "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,546 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.047s 2023-04-19 15:48:09,546 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff972f35-46fc-448b-a8ed-191be11607a3', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff972f35-46fc-448b-a8ed-191be11607a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"volume": {"id": "b6f16250-0f1e-4d57-b941-868ad93a725c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:08.000000", "updated_at": "2023-04-19T15:48:08.000000", "name": "tempest-VolumesCloneTest-Volume-1713526753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:09,723 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.166s 2023-04-19 15:48:09,723 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48: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-9d28423d-7a74-455c-aa99-268d178bb97d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'' 2023-04-19 15:48:09,745 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c 0.021s 2023-04-19 15:48:09,745 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48: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-a91750ba-b37b-42f3-a1f5-2c2bf4ff6e75', 'x-openstack-request-id': 'req-a91750ba-b37b-42f3-a1f5-2c2bf4ff6e75', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/b6f16250-0f1e-4d57-b941-868ad93a725c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6f16250-0f1e-4d57-b941-868ad93a725c 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c26d403-975a-4205-a908-be403c3d84b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:09,942 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes 0.193s 2023-04-19 15:48:09,943 91162 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-268478270"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76379164-19aa-42fb-81f0-6d9633950040', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76379164-19aa-42fb-81f0-6d9633950040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:09.881625", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:09,997 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.044s 2023-04-19 15:48:09,998 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962620c8-b995-4d44-be26-ae4dc2720e12', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962620c8-b995-4d44-be26-ae4dc2720e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,050 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.040s 2023-04-19 15:48:11,050 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962e250c-c6c9-4d82-b754-b671e8310ce0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962e250c-c6c9-4d82-b754-b671e8310ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": "2023-04-19T15:48:10.000000", "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,102 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.041s 2023-04-19 15:48:11,103 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a95331-4e84-43c8-9430-b4ec22132a66', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a95331-4e84-43c8-9430-b4ec22132a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"volume": {"id": "5c26d403-975a-4205-a908-be403c3d84b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:10.000000", "updated_at": "2023-04-19T15:48:10.000000", "name": "tempest-VolumesCloneTest-Volume-268478270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6"}], "user_id": "8860f6eb98d5483a8191d9aa3130abc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b865e323858d4ef6a1107660d8ec2aa6"}}' 2023-04-19 15:48:11,216 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.103s 2023-04-19 15:48:11,216 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-18340b78-5986-4295-bfea-e554fa390dc1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'' 2023-04-19 15:48:11,240 91162 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6 0.023s 2023-04-19 15:48:11,240 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83057c80-b477-40d3-a036-aa77a3ba26d6', 'x-openstack-request-id': 'req-83057c80-b477-40d3-a036-aa77a3ba26d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b865e323858d4ef6a1107660d8ec2aa6/volumes/5c26d403-975a-4205-a908-be403c3d84b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5c26d403-975a-4205-a908-be403c3d84b6 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85f01c5b-8f3f-4357-8cf7-0d2bc12f1103 failed to build and is in ERROR status tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20684089-e21e-46c1-a546-ca605586cbd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:13,930 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.217s 2023-04-19 15:47:13,931 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47: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-05623fd4-57b7-4616-97e1-afd3a061aa8a', 'x-compute-request-id': 'req-05623fd4-57b7-4616-97e1-afd3a061aa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:47:14,089 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.146s 2023-04-19 15:47:14,090 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47: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-9216718f-d839-4f2f-acee-463ca4476ecc', 'x-compute-request-id': 'req-9216718f-d839-4f2f-acee-463ca4476ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:47:14,441 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.339s 2023-04-19 15:47:14,441 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17308dd7-eac9-4c10-8382-d0378a04c02c', 'x-compute-request-id': 'req-17308dd7-eac9-4c10-8382-d0378a04c02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:48:14,992 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/c7fceb0e 89f74207b2f4ec4e4bf39e03/volumes 0.481s 2023-04-19 15:48:14,993 91146 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-ServerActionsTestJSON-volume-539696183"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c308f9-aea5-4860-ba6e-ec4ffc7482f4', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c308f9-aea5-4860-ba6e-ec4ffc7482f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:14.918633", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:15,046 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3 0.043s 2023-04-19 15:48:15,046 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b86c16-cc73-4226-81e8-9fe6cd740e5a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b86c16-cc73-4226-81e8-9fe6cd740e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:15.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:48:16,100 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3 0.042s 2023-04-19 15:48:16,100 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Wed, 19 Apr 2023 15:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97218413-fe5f-4ce9-b77d-ab45cf6bd162', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97218413-fe5f-4ce9-b77d-ab45cf6bd162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3'} Body: b'{"volume": {"id": "20684089-e21e-46c1-a546-ca605586cbd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:15.000000", "updated_at": "2023-04-19T15:48:15.000000", "name": "tempest-ServerActionsTestJSON-volume-539696183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/20684089-e21e-46c1-a546-ca605586cbd3"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:48:16,111 91146 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 2023-04-19 15:48:16,639 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.527s 2023-04-19 15:48:16,639 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:16 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-5849045a-ae41-42d3-91ca-60c4910dcd13', 'x-compute-request-id': 'req-5849045a-ae41-42d3-91ca-60c4910dcd13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "secu rity_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec41a00e-2c69-40cb-b995-389372e13a92 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:45:51,152 91150 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:45:51,314 91150 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.159s 2023-04-19 15:45:51,315 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1816485432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:51 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-0df9de48-9989-48fd-a85b-87ceaa406b32', 'x-compute-request-id': 'req-0df9de48-9989-48fd-a85b-87ceaa406b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1816485432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ==", "fingerprint": "60:1a:1d:93:5b:51:ea:d9:c4:da:66:48:c6:b6:58:b1", "user_id": "e0c14c63019443df80be92da1b5761c3"}}' 2023-04-19 15:45:51,318 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1816485432 created 2023-04-19 15:45:51,481 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-04-19 15:45:51,481 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--858903746", "description": "tempest-description--1096141868"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-44cf83d7-af30-403c-b7c3-41b55ddb5e4a', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2784df98-9e8d-41bd-858f-7ff93864497f", "name": "tempest-securitygroup--858903746", "stateful": true, "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "description": "tempest-description--1096141868", "shared": false, "security_group_rules": [{"id": "438a583e-48ee-4066-9575-bba3f066f72c", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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": 623, "description": null, "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}, {"id": "fe3ce5fb-d771-4e60-89a7-634450b2509f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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 ": 622, "description": null, "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}], "tags": [], "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 1, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,661 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-19 15:45:51,662 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-14f4e5bc-7858-46d8-814d-d5d4d040c348', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cbdac42c-f811-4c06-8286-28623fcb6906", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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, "description": "", "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,827 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-19 15:45:51,828 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4762deb0-d67d-4055-9f76-5d3fb9ff2f6f', 'date': 'Wed, 19 Apr 2023 15:45:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d2ead8e-fd29-4f1f-9e5e-bd877a63edea", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "security_group_id": "2784df98-9e8d-41bd-858f-7ff93864497f", "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, "description": "", "created_at": "2023-04-19T15:45:51Z", "updated_at": "2023-04-19T15:45:51Z", "revision_number": 0, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:45:51,828 91150 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--858903746 created 2023-04-19 15:45:52,655 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-19 15:45:52,655 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-5 3bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-80972c65-29fa-4d21-b966-99e7a48fb67a', 'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "480d6f88-2cf9-4de3-aa53-49bd39bc3d8f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "floating_ip_address": "172.24.4.254", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e89db22a865434daa71b4b01f7bc063", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:52Z", "updated_at": "2023-04-19T15:45:52Z", "revision_number": 0}}' 2023-04-19 15:45:52,655 91150 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '480d6f88-2cf9-4de3-aa53-49bd39bc3d8f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'floating_ip_address': '172.24.4.254', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:52Z', 'updated_at': '2023-04-19T15:45:52Z', 'revision_number': 0, 'ip': '172.24.4.254'} created 2023-04-19 15:45:52,751 91150 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 2023-04-19 15:45:52,751 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdd3ff51-99e2-4b61-bee8-66a9cdfdf886', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e0c14c63019443df80be92da1b5761c3", "name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "password_expires_at": null}, "audit_ids": ["YyoRE3Z8TBeb-yUGiAonzg"], "expires_at": "2023-04-19T16:45:52.000000Z", "issued_at": "2023-04-19T15:45:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e89db22a865434daa71b4b01f7bc063", "name": "tempest-ServerStableDeviceRescueTest-303999781"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endp oints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e89db22a865434daa71b4b01f7bc063", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:45:52,752 91150 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '2553e11f-f1ac-4e67-8173-bd24612c8b0b', 'name': 'tempest-ServerStableDeviceRescueTest-1372877947-network', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31270, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:45:44Z', 'updated_at': '2023-04-19T15:45:44Z', 'revision_number': 1} available for tenant 2023-04-19 15:45:52,752 91150 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1816485432', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4ktJ84v9Tj5MCTGyrrMvarCgctulWpQ1xFJVtc9KMLChBcLzOQW7qfXzys6l5fUaFA08SSLsiMLOzsaWthezHJLJ9PAASOdDHudK+BIUKf/oT05VL1DoNQ5EWfLTNHhQ==', 'fingerprint': '60:1a:1d:93:5b:51:ea:d9:c4:da:66:48:c6:b6:58:b1', 'user_id': 'e0c14c63019443df80be92da1b5761c3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPc/odd/4Dzhq6eo3XO54OZ5DZbMTxbEE0k///8eFDbTBETR67SyS2\nF1yr3hTr+XWgBwYFK4EEACKhZANiAAReJLSfOL/U4+TAkxsq6zL2qwoHLbpVqUNc\nRSVbXPSjCwoQXC8zkFu6n188rOpeX1GhQNPEki7IjCzs7GlrYXsxySyfTwAEjnQx\n7nSvgSFCn/6E9OVS9Q6DUORFny0zR4U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2784df98-9e8d-41bd-858f-7ff93864497f', 'name': 'tempest-securitygroup--858903746', 'stateful': True, 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'description': 'tempest-description--1096141868', 'shared': False, 'security_group_rules': [{'id': '438a583e-48ee-4066-9575-bba3f066f72c', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'security_group_id': '2784df98-9e8d-41bd-858f-7ff93864497f', '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': 623, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 0, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}, {'id': 'fe3ce5fb-d771-4e60-89a7-634450b2509f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'security_group_id': '2784df98-9e8d-41bd-858f-7ff93864497f', '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': 622, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 0, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}], 'tags': [], 'created_at': '2023-04-19T15:45:51Z', 'updated_at': '2023-04-19T15:45:51Z', 'revision_number': 1, 'project_id': '9e89db22a865434daa71b4b01f7bc063'}, 'floating_ip': {'id': '480d6f88-2cf9-4de3-aa53-49bd39bc3d8f', 'tenant_id': '9e89db22a865434daa71b4b01f7bc063', 'floating_ip_address': '172.24.4.254', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e89db22a865434daa71b4b01f7bc063', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:45:52Z', 'updated_at': '2023-04-19T15:45:52Z', 'revision_number': 0, 'ip': '172.24.4.254'}} 2023-04-19 15:45:53,447 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.693s 2023-04-19 15:45:53,447 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "2553e11f-f1ac-4e67-8173-bd24612c8b0b"}], "security_groups": [{"name": "tempest-securitygroup--858903746"}], "key_name": "tempest-keypair-1816485432", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13d80154-d351-4f50-9d05-97884a5fe312', 'x-compute-request-id': 'req-13d80154-d351-4f50-9d05-97884a5fe312', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--858903746"}], "adminPass": "bh8Us9tDMc72"}}' 2023-04-19 15:45:53,532 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.079s 2023-04-19 15:45:53,533 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:45:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b69876ee-60c1-4196-ac19-d9a463b19f33', 'x-compute-request-id': 'req-b69876ee-60c1-4196-ac19-d9a463b19f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "BUILD", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": " e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:45:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1816485432", "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": []}}' 2023-04-19 15:46:43,801 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.245s 2023-04-19 15:46:43,802 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba31ea1-7ebc-4f69-a61e-574c4a9dd83e', 'x-compute-request-id': 'req-4ba31ea1-7ebc-4f69-a61e-574c4a9dd83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:46:00Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:46:43,813 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:47:44,079 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03/os-interface 0.208s 2023-04-19 15:47:44,08 0 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:43 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-1c5ce7dc-87ef-456e-973e-b4be2fced1ef', 'x-compute-request-id': 'req-1c5ce7dc-87ef-456e-973e-b4be2fced1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2553e11f-f1ac-4e67-8173-bd24612c8b0b", "port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80", "mac_addr": "fa:16:3e:19:31:57", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5202e4dc-325e-4fe0-86d7-b1658fc05b6a", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:47:44,782 91150 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/480d6f88-2cf9-4de3-aa53-49bd39bc3d8f 0.698s 2023-04-19 15:47:44,783 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a1ee5480-2d1f-4cc1-865a-9529ca9b933e', 'date': 'Wed, 19 Apr 2023 15:47:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/480d6f88-2cf9-4de3-aa53-49bd39bc3d8f'} Body: b'{"floatingip": {"id": "480d6f88-2cf9-4de3-aa53-49bd39bc3d8f", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "floating_ip_address": "172.24.4.254", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "7cfd5c72-4913-4695-9dbe-6b6d4cbd79c1", "port_id": "ec7b698a-a68b-4f75-ac59-cc91533eba80", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2553e11f-f1ac-4e67-8173-bd24612c8b0b", "mac_address": "fa:16:3e:19:31:57", "admin_state_up": true, "status": "ACTIVE", "device_id": "c97a1a42-0143-43cc-bbc6-202403057d03", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:45:52Z", "updated_at": "2023-04-19T15:47:44Z", "revision_number": 1, "project_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:47:44,784 91150 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.254:22' as 'cirros' with public key authentication 2023-04-19 15:47:44,827 91150 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:47:44,846 91150 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:47:44,847 91150 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.254 successfully created 2023-04-19 15:47:45,745 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03/action 0.898s 2023-04-19 15:47:45,746 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1642019050"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:44 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/ecd3260d-e671-4558-a855-247 1554727a6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5342dc4-0043-4e70-9ba8-baf83692cc64', 'x-compute-request-id': 'req-e5342dc4-0043-4e70-9ba8-baf83692cc64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03/action'} Body: b'' 2023-04-19 15:47:45,805 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.057s 2023-04-19 15:47:45,805 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c792e1-c0e9-4b35-99ad-92ed843888a3', 'x-compute-request-id': 'req-86c792e1-c0e9-4b35-99ad-92ed843888a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:46Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:35,887 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.056s 2023-04-19 15:48:35,887 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-673aff1f-0552-4694-934a-c96fb10db279', 'x-compute-request-id': 'req-673aff1f-0552-4694-934a-c96fb10db279', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:35,950 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.058s 2023-04-19 15:48:35,951 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42682856-f72a-4e33-8e5d-d45bef7dcc5d', 'x-compute-request-id': 'req-42682856-f72a-4e33-8e5d-d45bef7dcc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"image": {"id": "ecd3260d-e671-4558-a855-2471554727a6", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3"}, "created": "2023-04-19T15:47:46Z", "updated": "2023-04-19T15:47:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "b ookmark", "href": "http://10.0.0.210/compute/images/ecd3260d-e671-4558-a855-2471554727a6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/ecd3260d-e671-4558-a855-2471554727a6"}], "server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}]}}}' 2023-04-19 15:48:36,191 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.234s 2023-04-19 15:48:36,212 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-416eea15-2858-4ec9-a411-1e00eac45784', 'x-compute-request-id': 'req-416eea15-2858-4ec9-a411-1e00eac45784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:47:51Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}, {"version": 4, "addr": "172.24.4.254", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:36,381 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.130s 2023-04-19 15:49:36,381 91150 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, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6d2107f7-bd82-499d-93e5-83fc3979520a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ecd32 60d-e671-4558-a855-2471554727a6'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "562b9f2f3b93f7b44659b4182814d165", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "9e89db22a865434daa71b4b01f7bc063", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "21c323ee8101a8284dc89139dec538bcfb3b76ebfb60e33caa5023965181a44c0af76fb917bf213c4bb598cb813f0664129f2d4d909153fbbb0e99e17baf5d39", "id": "ecd3260d-e671-4558-a855-2471554727a6", "created_at": "2023-04-19T15:47:46Z", "updated_at": "2023-04-19T15:49:36Z", "tags": [], "self": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6", "file": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:49:36,514 91150 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/ecd3260d-e671-4558-a855-2471554727a6 0.132s 2023-04-19 15:49:36,514 91150 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, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f01a9b3e-32f2-473f-b204-2fb2b6ba1dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ecd3260d-e671-4558-a855-2471554727a6'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "c97a1a42-0143-43cc-bbc6-202403057d03", "owner_id": "9e89db22a865434daa71b4b01f7bc063", "owner_project_name": "tempest-ServerStableDeviceRescueTest-303999781", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-303999781-project-member", "user_id": "e0c14c63019443df80be92da1b5761c3", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1642019050", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "562b9f2f3b93f7b44659b4182814d165", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "9e89db22a865434daa71b4b01f7bc063", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "21c323ee8101a8284dc89139dec538bcfb3b76ebfb60e33caa5023965181a44c0af76fb917bf213c4bb598cb813f0664129f2d4d909153fbbb0e99e17baf5d39", "id": "ecd3260d-e671-4558-a855-2471554727a6", "created_at": "2023-04-19T15:47:46Z", "updated_at": "2023-04-19T15:49:36Z", "tags": [], "self": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6", "file": "/v2/images/ecd3260d-e671-4558-a855-2471554727a6/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:49:36,900 91150 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/c97a1a42-0143-43cc-bbc6-202403057d03 0.385s 2023-04-19 15:49:36,900 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce52e062-f120-45a2-94e6-bc51a5edfdee', 'x-compute-request-id': 'req-ce52e062-f120-45a2-94e6-bc51a5edfdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03'} Body: b'{"server": {"id": "c97a1a42-0143-43cc-bbc6-202403057d03", "name": "tempest-ServerStableDeviceRescueTest-server-1942984265", "status": "ACTIVE", "tenant_id": "9e89db22a865434daa71b4b01f7bc063", "user_id": "e0c14c63019443df80be92da1b5761c3", "metadata": {}, "hostId": "4cc9812329fc7231305946d31a3b4cf36d8b0dcd4038ac3c0be1cd74", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:45:53Z", "updated": "2023-04-19T15:47:51Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1372877947-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}, {"version": 4, "addr": "172.24.4.254", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:31:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c97a1a42-0143-43cc-bbc6-202403057d03"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1816485432", "OS-SRV-USG:launched_at": "2023-04-19T15:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--858903746"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:37,137 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes 0.224s 2023-04-19 15:49:37,137 91150 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-1369932800"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18971e08-3b9f-47d5-b252-e87801ae7c8f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18971e08-3b9f-47d5-b252-e87801ae7c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.073375", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:49:37,185 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92 0.039s 2023-04-19 15:49:37,185 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b0711d-cd29-4954-82d5-4a7d78c15a76', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b0711d-cd29-4954-82d5-4a7d78c15a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89db22a865434daa71b4b01f7bc063"}}' 2023-04-19 15:49:38,238 91150 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/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92 0.042s 2023-04-19 15:49:38,239 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e99722-4189-47f8-a835-ba2b6a7a5307', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e99722-4189-47f8-a835-ba2b6a7a5307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92'} Body: b'{"volume": {"id": "ec41a00e-2c69-40cb-b995-389372e13a92", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:49:37.000000", "updated_at": "2023-04-19T15:49:37.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1369932800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {} , "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e89db22a865434daa71b4b01f7bc063/volumes/ec41a00e-2c69-40cb-b995-389372e13a92"}], "user_id": "e0c14c63019443df80be92da1b5761c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89db22a865434daa71b4b01f7bc063"}}' 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe8bf200-c133-4843-8ba2-89916325fdfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:47:46,519 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.245s 2023-04-19 15:47:46,519 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:46 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-fea2261a-1353-493f-b028-9b709ee581f7', 'x-compute-request-id': 'req-fea2261a-1353-493f-b028-9b709ee581f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' 2023-04-19 15:48:47,041 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes 0.479s 2023-04-19 15:48:47,042 91154 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-1756679454"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0143d1-c4ee-47b6-bf3c-6999a32be4f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0143d1-c4ee-47b6-bf3c-6999a32be4f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:46.979968", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:48:47,111 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd 0.059s 2023-04-19 15:48:47,111 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce1ef94-7916-4c20-af44-6b8bd368e4e1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce1ef94-7916-4c20-af44-6b8bd368e4e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:47.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:48:48,161 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd 0.037s 2023-04-19 15:48:48,162 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0831a375-6894-43d8-b64f-d1bfeadb522a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0831a375-6894-43d8-b64f-d1bfeadb522a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd'} Body: b'{"volume": {"id": "fe8bf200-c133-4843-8ba2-89916325fdfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:48:47.000000", "updated_at": "2023-04-19T15:48:47.000000", "name": "tempest-ServersNegativeTestJSON-volume-1756679454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/fe8bf200-c133-4843-8ba2-89916325fdfd"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:48:48,400 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.226s 2023-04-19 15:48:48,400 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:48 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-021a63cd-5601-4077-9bf7-9cb894f7e84c', 'x-compute-request-id': 'req-021a63cd-5601-4077-9bf7-9cb894f7e84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_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 305, 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 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, 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 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 5b964018-3334-485b-aa8a-a6058a00eced failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T15:49:15Z', 'message': 'Build of instance 5b964018-3334-485b-aa8a-a6058a00eced aborted: Volume 6cda40ef-55a1-4abd-997d-862c45e5f36f did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:46:08,729 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-19 15:46:08,729 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-631e8c91-1717-428d-8a4e-f1ac2fca9566', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["2WEqM02PSVOo_VU9S6q3vA"], "expires_at": "2023-04-19T16:46:08.000000Z", "issued_at": "2023-04-19T15:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:46:08,730 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:46:09,313 91166 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.582s 2023-04-19 15:46:09,313 91166 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-1376325141", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:46:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a', '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-8fbd7190-52c2-4a04-be0c-068bfda0f373', 'x-compute-request-id': 'req-8fbd7190-52c2-4a04-be0c-068bfda0f373', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Ed8scm7tCkHq"}}' 2023-04-19 15:46:09,412 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.095s 2023-04-19 15:46:09,412 91166 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, 19 Apr 2023 15:46:09 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-1c7d76cd-891b-4ce8-82db-01a10d3cedca', 'x-compute-request-id': 'req-1c7d76cd-891b-4ce8-82db-01a10d3cedca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:46:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71 270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "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": []}}' 2023-04-19 15:46:59,740 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.279s 2023-04-19 15:46:59,741 91166 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, 19 Apr 2023 15:46:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4262a523-f0bb-481f-9c78-29b22a403d55', 'x-compute-request-id': 'req-4262a523-f0bb-481f-9c78-29b22a403d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:46:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:46:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 15:46:59,756 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:48:00,716 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a/action 0.932s 2023-04-19 15:48:00,716 91166 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-ServerBootFromVolumeSta bleRescueTest-image-702905148"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80539d37-e590-43f8-bcf0-56dc26cf36f9', 'x-compute-request-id': 'req-80539d37-e590-43f8-bcf0-56dc26cf36f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a/action'} Body: b'{"image_id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab"}' 2023-04-19 15:48:00,740 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.022s 2023-04-19 15:48:00,741 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a02b0432-ec8b-4452-8103-37aed425cd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:01,764 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.022s 2023-04-19 15:48:01,765 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0f733ca7-0024-4f13-939d-b2db06aad72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:02,791 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.024s 2023-04-19 15:48:02,791 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd6eb700-4300-4df5-be54-21abc0fe28a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:01Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:03,820 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.027s 2023-04-19 15:48:03,821 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c5ea748c-ca71-4813-bac4-7e8198ae4ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "b oot_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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:04Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:04,844 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.021s 2023-04-19 15:48:04,844 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56d2b4c3-b875-4892-82db-089408b5d8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "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": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:04Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:05,876 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.029s 2023-04-19 15:48:05,876 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c65aa8f5-245a-465f-a886-ce5e5849b07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "420692e39ddf16fdc49c5f9b26fb3e5b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548edf0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2405b6cf90be6d3036ff85622fe5623fb2f7f934a5b75b4d87d6ee5ebf398fc49b3d572b254fde20360647ee5945f338a4a7aa8bee3068874ac2ed953753f7dc", "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:05Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:05,900 91166 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/f4ae6086-6052-43cb-861b-9b8b82ea2eab 0.023s 2023-04-19 15:48:05,900 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf1be1de-140f-48d8-91bd-69d994ad9e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab'} Body: b'{"base_image_ref": "054b9710-7933-4467-9e07-bc414d3de236", "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": "d71270e1-566d-4ad3-b317-78f66fabee3a", "owner_id": "e73f4cb2217c40d8ba22e2548edf0408", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-702905148", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "420692e39ddf16fdc49c5f9b26fb3e5b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e73f4cb2217c40d8ba22e2548ed f0408", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2405b6cf90be6d3036ff85622fe5623fb2f7f934a5b75b4d87d6ee5ebf398fc49b3d572b254fde20360647ee5945f338a4a7aa8bee3068874ac2ed953753f7dc", "id": "f4ae6086-6052-43cb-861b-9b8b82ea2eab", "created_at": "2023-04-19T15:48:01Z", "updated_at": "2023-04-19T15:48:05Z", "tags": [], "self": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab", "file": "/v2/images/f4ae6086-6052-43cb-861b-9b8b82ea2eab/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:06,160 91166 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/d71270e1-566d-4ad3-b317-78f66fabee3a 0.259s 2023-04-19 15:48:06,160 91166 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, 19 Apr 2023 15:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-759916a2-4665-4fa4-a3aa-e73648a1d30f', 'x-compute-request-id': 'req-759916a2-4665-4fa4-a3aa-e73648a1d30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a'} Body: b'{"server": {"id": "d71270e1-566d-4ad3-b317-78f66fabee3a", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1376325141", "status": "ACTIVE", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "38df357f115c80893da4f2054e565c063062795971c96e814d5a4ea6", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:46:09Z", "updated": "2023-04-19T15:48:06Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-489797238-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d71270e1-566d-4ad3-b317-78f66fabee3a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:46:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 15:49:06,296 91166 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.081s 2023-04-19 15:49:06,296 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8dda096c-d916-4210-bd26-d9e46688452f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1f9882d12b0549c7ba8d6f3fe436e86c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537-project-member", "password_expires_at": null}, "audit_ids": ["p0kgSMwPQCC8O3iZ9_mWNQ"], "expires_at": "2023-04-19T16:49:06.000000Z", "issued_at": "2023-04-19T15:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e73f4cb2217c40d8ba22e2548edf0408", "name": "tempest-ServerBootFromVolumeStableRescueTest-1851711537"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e73f4cb2217c40d8ba22e2548edf0408", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:49:06,297 91166 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '32c3e048-3dee-4ebc-b028-ef87b79a1668', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-489797238-network', 'tenant_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e73f4cb2217c40d8ba22e2548edf0408', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30679, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:49:06,996 91166 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.697s 2023-04-19 15:49:06,996 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "054b9710-7933-4467-9e07-bc414d3de236", "destination_type": "volume"}], "networks": [{"uuid": "32c3e048-3dee-4ebc-b028-ef87b79a1668"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced', '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-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22', 'x-compute-request-id': 'req-d86f4c0e-1a22-488c-a0a9-ddc5b6619f22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kZ79wCaeGAjX"}}' 2023-04-19 15:49:07,077 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.078s 2023-04-19 15:49:07,077 91166 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, 19 Apr 2023 15:49:07 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-8a0baee6-0e86-4897-a8df-9ea290a76a57', 'x-compute-request-id': 'req-8a0baee6-0e86-4897-a8df-9ea290a76a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "status": "BUILD", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:49:07Z", "updated": "2023-04-19T15:49:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "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": []}}' 2023-04-19 15:49:57,241 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.102s 2023-04-19 15:49:57,241 91166 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, 19 Apr 2023 15:49:57 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-49153c36-045c-401f-95b1-a5bd19622f5a', 'x-compute-request-id': 'req-49153c36-045c-401f-95b1-a5bd19622f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"server": {"id": "5b964018-3334-485b-aa8a-a6058a00eced", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1450426777", "status": "ERROR", "tenant_id": "e73f4cb2217c40d8ba22e2548edf0408", "user_id": "1f9882d12b0549c7ba8d6f3fe436e86c", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T15:49:06Z", "updated": "2023-04-19T15:49:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b964018-3334-485b-aa8a-a6058a00eced"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T15:49:15Z", "message": "Build of instance 5b964018-3334-485b-aa8a-a6058a00eced aborted: Volume 6cda40ef-55a1-4abd-997d-862c45e5f36f 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": []}}' 2023-04-19 15:49:57,257 91166 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 15:49:57,578 91166 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/5b964018-3334-485b-aa8a-a6058a00eced 0.320s 2023-04-19 15:49:57,578 91166 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, 19 Apr 2023 15:49:57 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-11debf62-7e0f-42a6-b920-d8fbf5cb5c41', 'x-compute-request-id': 'req-11debf62-7e0f-42a6-b920-d8fbf5cb5c41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'' 2023-04-19 15:49:57,614 91166 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 4 04 GET http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced 0.035s 2023-04-19 15:49:57,615 91166 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, 19 Apr 2023 15:49:57 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-e522efe8-3795-4313-9eb8-073b35ce79cd', 'x-compute-request-id': 'req-e522efe8-3795-4313-9eb8-073b35ce79cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b964018-3334-485b-aa8a-a6058a00eced'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b964018-3334-485b-aa8a-a6058a00eced could not be found."}}' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78a4b8ad-6629-4eca-a1b0-fdefb02ab32a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:34,589 91150 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.467s 2023-04-19 15:50:34,590 91150 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-1053188837"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4226b06-fa91-412b-a90e-5163d7cb516c', 'x-compute-request-id': 'req-f4226b06-fa91-412b-a90e-5163d7cb516c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:50:34.486909", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 15:50:34,649 91150 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/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a 0.054s 2023-04-19 15:50:34,649 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac8aae6f-75c4-4c73-ba05-3f1b0717ffe2', 'x-compute-request-id': 'req-ac8aae6f-75c4-4c73-ba05-3f1b0717ffe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T15:50:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 15:50:35,761 91150 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/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a 0.105s 2023-04-19 15:50:35,762 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eae5568-7d85-4a4d-ba59-7d86cb006e01', 'x-compute-request-id': 'req-3eae5568-7d85-4a4d-ba59-7d86cb006e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/78a4b8ad-6629-4eca-a1b0-fdefb02ab32a'} Body: b'{"volume": {"id": "78a4b8ad-6629-4eca-a1b0-fdefb02ab32a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 9T15:50:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1053188837", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad790991-a044-4b8e-b5e6-f16cc5ff8068 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:38,750 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes 0.365s 2023-04-19 15:50:38,750 91150 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-803393792"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62783f24-6d8a-41ce-8c91-fd85ebcb749e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62783f24-6d8a-41ce-8c91-fd85ebcb749e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:38.671131", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:38,798 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.039s 2023-04-19 15:50:38,799 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acb9409-6d40-48ff-b8b9-650cd43750fa', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acb9409-6d40-48ff-b8b9-650cd43750fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:39,847 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.037s 2023-04-19 15:50:39,847 91150 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-becbdc5d-b937-4fe8-9278-3cf897e9bef4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-becbdc5d-b937-4fe8-9278-3cf897e9bef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": "2023-04-19T15:50:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:39,904 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.045s 2023-04-19 15:50:39,904 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b29f4a4-0533-49f5-b4c8-fa2a2ca995c0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b29f4a4-0533-49f5-b4c8-fa2a2ca995c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"volume": {"id": "ad790991-a044-4b8e-b5e6-f16cc5ff8068", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:39.000000", "updated_at": "2023-04-19T15:50:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-803393792", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068"}], "user_id": "dded5f29269f4dedb8e86cad86b761ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47ebb2493cb64e92a33eab55a0ab6f8f"}}' 2023-04-19 15:50:40,024 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.110s 2023-04-19 15:50:40,024 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ad4518-d69d-4a74-9310-aaf77cbb1aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'' 2023-04-19 15:50:40,053 91150 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068 0.028s 2023-04-19 15:50:40,054 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c587ac-d1e1-4bde-a311-ee9df53203c9', 'x-openstack-request-id': 'req-13c587ac-d1e1-4bde-a311-ee9df53203c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/47ebb2493cb64e92a33eab55a0ab6f8f/volumes/ad790991-a044-4b8e-b5e6-f16cc5ff8068'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad790991-a044-4b8e-b5e6-f16cc5ff8068 could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb45e9ae-3d73-4934-a514-f0ad335cf985 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:48:26,960 91162 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 15:48:27,885 91162 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.924s 2023-04-19 15:48:27,885 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2009006664", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ae9e89b2-2056-457b-af53-e14c39b044cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2009006664", "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": "2f7533c8ab8a45baa3d4bf8373fc0136", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "created_at": "2023-04-19T15:48:28Z", "updated_at": "2023-04-19T15:48:28Z", "tags": [], "self": "/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd", "file": "/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:48:29,205 91162 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/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file 1.319s 2023-04-19 15:48:29,206 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d902165c-fcd1-4c22-831b-023cb225ea7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd/file'} Body: b'' 2023-04-19 15:48:29,206 91162 DEBUG [tempest.scenario.manager] image:3fd34c67-3dfa-4185-b063-541d23fa5fcd 2023-04-19 15:48:29,271 91162 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.062s 2023-04-19 15:48:29,271 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-858596784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAwwL9zpCK8PbMsEdIBALFAuQvjktYJzHiY8y/qB4WJNNtJixah2DjK7qiGFqiAFSH16ZV7dRbKLdLOBfjMMTw8hxvar+9VN/zBWEy0QeEbu0UqirUBXZsjkNDAk9Zjg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 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-d2cede51-b6a5-4bc7-91d0-417d40b8e31b', 'x-compute-request-id': 'req-d2cede51-b6a5-4bc7-91d0-417d40b8e31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-858596784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLuAwwL9zpCK8PbMsEdIBALFAuQvjktYJzHiY8y/qB4WJNNtJixah2DjK7qiGFqiAFSH16ZV7dRbKLdLOBfjMMTw8hxvar+9VN/zBWEy0QeEbu0UqirUBXZsjkNDAk9Zjg==", "fingerprint": "16:a8:ca:ae:fb:96:9c:28:7c:ff:f3:bc:5d:96:55:04", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6"}}' 2023-04-19 15:48:29,357 91162 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.078s 2023-04-19 15:48:29,358 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dbb078f8-20af-4e0e-a3c5-094330cd2af9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6bdea4f36e5f49e5a279f7273f5a66e6", "name": "tempest-TestMinimumBasicScenario-591841759-project-member", "password_expires_at": null}, "audit_ids": ["I6hnr2cBQweXOY_nKG5Qdw"], "expires_at": "2023-04-19T16:48:29.000000Z", "issued_at": "2023-04-19T15:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7533c8ab8a45baa3d4bf8373fc0136", "name": "tempest-TestMinimumBasicScenario-591841759"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:48:29,358 91162 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'b8b96835-a471-4cde-adc1-5cf572ceb5ee', 'name': 'tempest-TestMinimumBasicScenario-1394444025-network', 'tenant_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47909, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:48:13Z', 'updated_at': '2023-04-19T15:48:13Z', 'revision_number': 1} available for tenant 2023-04-19 15:48:30,038 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.679s 2023-04-19 15:48:30,039 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1341043490", "imageRef": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-858596784", "networks": [{"uuid": "b8b96835-a471-4cde-adc1-5cf572ceb5ee"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65417df6-e981-4a06-99af-9ed9b81b313f', 'x-compute-request-id': 'req-65417df6-e981-4a06-99af-9ed9b81b313f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "a8K9KxNz8M6S"}}' 2023-04-19 15:48:30,131 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.088s 2023-04-19 15:48:30,131 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:48:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-167b1366-8ee1-4d36-b43f-c4e39c544649', 'x-compute-request-id': 'req-167b1366-8ee1-4d36-b43f-c4e39c544649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "BUILD", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "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": []}}' 2023-04-19 15:49:20,437 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.243s 2023-04-19 15:49:20,438 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:20 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-438e596e-c56f-42e2-af2b-87b1b017e8b9', 'x-compute-request-id': 'req-438e596e-c56f-42e2-af2b-87b1b017e8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:49:20,449 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:50:20,729 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.238s 2023-04-19 15:50:20,729 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Res ponse - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-ef5787bc-435b-450b-8396-1185abb76b84', 'x-compute-request-id': 'req-ef5787bc-435b-450b-8396-1185abb76b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:50:20,960 91162 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.218s 2023-04-19 15:50:20,960 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-471e7bfe-d0b7-4e20-82b2-057ddfefc6de', 'x-compute-request-id': 'req-471e7bfe-d0b7-4e20-82b2-057ddfefc6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}]}]}' 2023-04-19 15:50:21,198 91162 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/e12d9663-98c2-417a-a065-ca97c40dc971 0.234s 2023-04-19 15:50:21,199 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:20 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-ccca5841-1191-454a-92c8-0597af4d2b89', 'x-compute-request-id': 'req-ccca5841-1191-454a-92c8-0597af4d2b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23fa5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:48:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48: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": []}}' 2023-04-19 15:50:21,424 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes 0.212s 2023-04-19 15:50:21,425 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-672566122", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a42569-f7a9-4c53-ba28-238841ad252a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a42569-f7a9-4c53-ba28-238841ad252a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.362345", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:21,475 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.040s 2023-04-19 15:50:21,475 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a326d4c9-c5bc-4352-a5a6-37704406bbff', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a326d4c9-c5bc-4352-a5a6-37704406bbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:50:22,528 91162 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/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.040s 2023-04-19 15:50:22,529 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6750fd7d-5c78-4b13-a46b-dab3d981de57', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6750fd7d-5c78-4b13-a46b-dab3d981de57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"volume": {"id": "cb45e9ae-3d73-4934-a514-f0ad335cf985", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:21.000000", "updated_at": "2023-04-19T15:50:21.000000", "name": "tempest-TestMinimumBasicScenario-volume-672566122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:50:22,647 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.105s 2023-04-19 15:50:22,648 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2f4993-c83d-4738-b141-f063d18d9e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'' 2023-04-19 15:50:22,674 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985 0.025s 2023-04-19 15:50:22,674 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64d7d69-cb17-4019-8564-6971f0dff2d7', 'x-openstack-request-id': 'req-c64d7d69-cb17-4019-8564-6971f0dff2d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/cb45e9ae-3d73-4934-a514-f0ad335cf985'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb45e9ae-3d73-4934-a514-f0ad335cf985 could not be found."}}' 2023-04-19 15:50:22,831 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.155s 2023-04-19 15:50:22,831 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c868dc-9fe4-4e88-b363-78fd7b63ebf6', 'x-compute-request-id': 'req-27c868dc-9fe4-4e88-b363-78fd7b63ebf6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'' 2023-04-19 15:50:23,031 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.200s 2023-04-19 15:50:23,032 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:22 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-a7e7e4a3-d2bf-47ec-a092-f95709fc860b', 'x-compute-request-id': 'req-a7e7e4a3-d2bf-47ec-a092-f95709fc860b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"server": {"id": "e12d9663-98c2-417a-a065-ca97c40dc971", "name": "tempest-TestMinimumBasicScenario-server-1341043490", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "3fd34c67-3dfa-4185-b063-541d23f a5fcd", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:48:30Z", "updated": "2023-04-19T15:50:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:3f:39"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e12d9663-98c2-417a-a065-ca97c40dc971"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-858596784", "OS-SRV-USG:launched_at": "2023-04-19T15:48:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:51:13,125 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971 0.038s 2023-04-19 15:51:13,125 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-80eef3c4-74ad-4380-a3cb-0a128499905c', 'x-compute-request-id': 'req-80eef3c4-74ad-4380-a3cb-0a128499905c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e12d9663-98c2-417a-a065-ca97c40dc971'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e12d9663-98c2-417a-a065-ca97c40dc971 could not be found."}}' 2023-04-19 15:51:13,169 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858596784 0.043s 2023-04-19 15:51:13,169 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-312a23ff-3927-49ed-b9f9-506ef087b75c', 'x-compute-request-id': 'req-312a23ff-3927-49ed-b9f9-506ef087b75c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-858596784'} Body: b'' 2023-04-19 15:51:13,261 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3fd34c67-3dfa-4185-b063-541d23fa5fcd 0.091s 2023-04-19 15:51:13,261 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d02383f6-7d5a-4e8f-ac55-2ca3ea5dc656', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3fd34c67-3d fa-4185-b063-541d23fa5fcd'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, 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 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f63ce018-4106-48a1-8d22-27a4f1095d22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:16,913 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.216s 2023-04-19 15:49:16,913 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:16 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-fed54732-b428-4d1b-a619-4c873e516771', 'x-compute-request-id': 'req-fed54732-b428-4d1b-a619-4c873e516771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:17,143 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.218s 2023-04-19 15:49:17,143 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:16 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-eee27a81-6c8c-4ccb-9faf-92d213c32590', 'x-compute-request-id': 'req-eee27a81-6c8c-4ccb-9faf-92d213c32590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:49:17,313 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.157s 2023-04-19 15:49:17,313 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:17 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-e4fc43a5-60a3-4267-9e09-66e00e45178d', 'x-compute-request-id': 'req-e4fc43a5-60a3-4267-9e09-66e00e45178d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-49cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:50:17,507 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.117s 2023-04-19 15:50:17,508 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4f7fb65b-f4a4-4399-92b2-7df89c4646ed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "name": "tempest-ServerActionsTestJSON-2050956138-project-member", "password_expires_at": null}, "audit_ids": ["Sp7fDwUzTzqPIpZvK2-vgA"], "expires_at": "2023-04-19T16:50:17.000000Z", "issued_at": "2023-04-19T15:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "name": "tempest-ServerActionsTestJSON-2050956138"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c7fceb0e89f74207b2f4ec4e4bf39e03", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:50:17,508 91146 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '9f403518-c429-46fd-8756-46e59d44d1a4', 'name': 'tempest-ServerActionsTestJSON-596364692-network', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23432, 'is_default': False, 'availability_zone_hints': [], 'availability_zone s': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:41:51Z', 'updated_at': '2023-04-19T15:41:51Z', 'revision_number': 1} available for tenant 2023-04-19 15:50:17,509 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-601838696', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFZcl9s4v+U/SABRzS4SM/IksXo3iudyDG4pFgJWwyf5u+j4YO5s9iejIgi2DezLGX99PhdmS9DosbVbPjoSvK3bUsOaG+CRVv0dt69hP265MSseROuvU7jYL4DsJ6KcQ==', 'fingerprint': '48:42:32:87:8c:08:22:1b:4f:66:19:47:ac:b8:f2:7d', 'user_id': 'f90cfd0897fe49a6a04e8c1a26cb58ff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD44EWVSKqcf+WVgRxqxvHUowUy9PGFUis00tYVeQdKsfXhIg6FO1pT\nOY99TyLpZI6gBwYFK4EEACKhZANiAASBWXJfbOL/lP0gAUc0uEjPyJLF6N4rncgx\nuKRYCVsMn+bvo+GDubPYnoyIItg3syxl/fT4XZkvQ6LG1Wz46Eryt21LDmhvgkVb\n9HbevYT9uuTErHkTrr1O42C+A7CeinE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', 'name': 'tempest-securitygroup--1371270259', 'stateful': True, 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'description': 'tempest-description--2057118231', 'shared': False, 'security_group_rules': [{'id': '4e0f8ffa-4cf3-44fc-a085-14f0de8691ca', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'security_group_id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', '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': 293, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}, {'id': '519e0d7f-c641-4e5b-a8b9-0fab4c59bc0b', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'security_group_id': 'ecab4084-022a-4be3-9afb-b8dd3998d4d9', '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': 295, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 0, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}], 'tags': [], 'created_at': '2023-04-19T15:42:17Z', 'updated_at': '2023-04-19T15:42:17Z', 'revision_number': 1, 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03'}, 'floating_ip': {'id': 'a207e8fb-0b2f-47f4-bb85-bb2233d9267d', 'tenant_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c7fceb0e89f74207b2f4ec4e4bf39e03', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:42:23Z', 'updated_at': '2023-04-19T15:42:23Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2023-04-19 15:50:17,852 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes 0.342s 2023-04-19 15:50:17,852 91146 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-343555383", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047ad5a5-6261-4058-9468-37c2ef1b0854', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047ad5a5-6261-4058- 9468-37c2ef1b0854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:17.790600", "updated_at": null, "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:17,909 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.046s 2023-04-19 15:50:17,909 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab60175-046c-4a68-b81c-194ddd7afd37', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab60175-046c-4a68-b81c-194ddd7afd37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:18.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:50:18,973 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.052s 2023-04-19 15:50:18,974 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94154da-d698-44ab-9efa-e8ec1f8944ef', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94154da-d698-44ab-9efa-e8ec1f8944ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"volume": {"id": "f63ce018-4106-48a1-8d22-27a4f1095d22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:18.0000 00", "updated_at": "2023-04-19T15:50:18.000000", "name": "tempest-tempest.common.compute-volume-343555383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22"}], "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03"}}' 2023-04-19 15:50:19,122 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.134s 2023-04-19 15:50:19,123 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50: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-47a74d0a-7ff1-4b4e-b637-256c02b2b5d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'' 2023-04-19 15:50:19,147 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22 0.023s 2023-04-19 15:50:19,147 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b779921-5ffc-4d1d-8eb5-b6a5591fc78b', 'x-openstack-request-id': 'req-7b779921-5ffc-4d1d-8eb5-b6a5591fc78b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7fceb0e89f74207b2f4ec4e4bf39e03/volumes/f63ce018-4106-48a1-8d22-27a4f1095d22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f63ce018-4106-48a1-8d22-27a4f1095d22 could not be found."}}' 2023-04-19 15:50:19,148 91146 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 2023-04-19 15:50:19,387 91146 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243 0.238s 2023-04-19 15:50:19,388 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:19 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-b3759f0f-8bae-4bb8-9c0a-6b795cbd4158', 'x-compute-request-id': 'req-b3759f0f-8bae-4bb8-9c0a-6b795cbd4158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243'} Body: b'{"server": {"id": "efcf324c-6f0c-4 9cc-8475-da873dc15243", "name": "tempest-ServerActionsTestJSON-server-877193417", "status": "ACTIVE", "tenant_id": "c7fceb0e89f74207b2f4ec4e4bf39e03", "user_id": "f90cfd0897fe49a6a04e8c1a26cb58ff", "metadata": {}, "hostId": "2dfdc21fe3f36d7b22b1ea3fc8ed74a38061966441b1c3b80b5c3f1c", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:42:27Z", "updated": "2023-04-19T15:42:41Z", "addresses": {"tempest-ServerActionsTestJSON-596364692-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:bc:74"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/efcf324c-6f0c-49cc-8475-da873dc15243"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-601838696", "OS-SRV-USG:launched_at": "2023-04-19T15:42:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1371270259"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 939b9066-89f4-4fe1-bc09-84574bbcd15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:48,749 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.274s 2023-04-19 15:49:48,749 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:48 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-b458c123-2bb5-4711-98e6-2bd3a51085db', 'x-compute-request-id': 'req-b458c123-2bb5-4711-98e6-2bd3a51085db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' 2023-04-19 15:50:49,110 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes 0.291s 2023-04-19 15:50:49,110 91154 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-1124187868"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a0868b-13b9-4e42-8842-0dde5b1b5fe1', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a0868b-13b9-4e42-8842-0dde5b1b5fe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.035158", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:50:49,181 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a 0.054s 2023-04-19 15:50:49,181 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9cd4ab-0894-4322-8754-62aa921f4bb8', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9cd4ab-0894-4322-8754-62aa921f4bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:50:50,264 91154 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/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a 0.070s 2023-04-19 15:50:50,264 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2e1db7-7968-4e0f-b2b2-32d6b64a3e77', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2e1db7-7968-4e0f-b2b2-32d6b64a3e77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a'} Body: b'{"volume": {"id": "939b9066-89f4-4fe1-bc09-84574bbcd15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:50:49.000000", "updated_at": "2023-04-19T15:50:49.000000", "name": "tempest-ServersNegativeTestJSON-volume-1124187868", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4d7a7d854e5047be8182fcc02f68c125/volumes/939b9066-89f4-4fe1-bc09-84574bbcd15a"}], "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "4d7a7d854e5047be8182fcc02f68c125"}}' 2023-04-19 15:50:50,535 91154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1 0.260s 2023-04-19 15:50:50,536 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:50 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-aa271b06-89ab-4ccd-9a3e-7ef9dae7ab5f', 'x-compute-request-id': 'req-aa271b06-89ab-4ccd-9a3e-7ef9dae7ab5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1'} Body: b'{"server": {"id": "761c0e45-abe5-4412-a433-c97f7d8212f1", "name": "tempest-ServersNegativeTestJSON-server-1155260006", "status": "ACTIVE", "tenant_id": "4d7a7d854e5047be8182fcc02f68c125", "user_id": "f4f54b80641e48dfbc83ba21c1decb9c", "metadata": {}, "hostId": "a0a80bf175001e6d6bb7fe640e5b019b39604c944fa6d6062e922b90", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:43:12Z", "updated": "2023-04-19T15:43:21Z", "addresses": {"tempest-ServersNegativeTestJSON-1172296443-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:7a:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/761c0e45-abe5-4412-a433-c97f7d8212f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:43:20.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": []}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1217eb96-32e8-4af2-9f7c-a54fe00e9960 failed to build and is in ERROR status 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 120, 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 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e53eb0a-0246-4470-9f97-916cbed7c6a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:56,306 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.450s 2023-04-19 15:51:56,306 91166 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-1650569641", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f687468b-ef13-41fe-84ee-00932c6e27e4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f687468b-ef13-41fe-84ee-00932c6e27e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.223656", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:56,354 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.038s 2023-04-19 15:51:56,354 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecd0e978-95cc-4346-a579-83fb444a1477', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecd0e978-95cc-4346-a579-83fb444a1477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:57,411 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.045s 2023-04-19 15:51:57,411 91166 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8bc2cc-3a32-485f-b450-5eb124553f7c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8bc2cc-3a32-485f-b450-5eb124553f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"volume": {"id": "5e53eb0a-0246-4470-9f97-916cbed7c6a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:56.000000", "updated_at": "2023-04-19T15:51:56.000000", "name": "tempest-VolumesGetTest-Volume-1650569641", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:57,528 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.106s 2023-04-19 15:51:57,529 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-f42a0d47-4e8c-46bb-b7c2-f0372120f363', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'' 2023-04-19 15:51:57,552 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0 0.022s 2023-04-19 15:51:57,552 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-5015b29e-4366-4162-bc2e-05b9d8afd8fb', 'x-openstack-request-id': 'req-5015b29e-4366-4162-bc2e-05b9d8afd8fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/5e53eb0a-0246-4470-9f97-916cbed7c6a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5e53eb0a-0246-4470-9f97-916cbed7c6a0 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 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d5931b7c-5dbc-410d-8550-710dffade21d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:57,751 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.195s 2023-04-19 15:51:57,751 91166 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-1880601048"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4295d1d-c9c7-443a-b426-8d88e4c3b2b6', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4295d1d-c9c7-443a-b426-8d88e4c3b2b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:57.689411", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:57,807 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.042s 2023-04-19 15:51:57,807 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d3bb08-7734-44b9-a53e-53bc48dfc934', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d3bb08-7734-44b9-a53e-53bc48dfc934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:58,857 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.038s 2023-04-19 15:51:58,858 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7c7a09-cbdf-473f-aa90-688a3c910b1c', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7c7a09-cbdf-473f-aa90-688a3c910b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": "2023-04-19T15:51:58.000000", "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:58,909 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.041s 2023-04-19 15:51:58,910 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0034e605-2375-495a-ac66-a6982e955f98', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0034e605-2375-495a-ac66-a6982e955f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"volume": {"id": "d5931b7c-5dbc-410d-8550-710dffade21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:58.000000", "updated_at": "2023-04-19T15:51:58.000000", "name": "tempest-VolumesGetTest-Volume-1880601048", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:51:59,029 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.109s 2023-04-19 15:51:59,029 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-b3afcd50-f0de-4207-9f6c-62c2a915c348', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'' 2023-04-19 15:51:59,054 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d 0.024s 2023-04-19 15:51:59,055 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-29efae19-b0fc-4825-86a2-5eff0f4e7038', 'x-openstack-request-id': 'req-29efae19-b0fc-4825-86a2-5eff0f4e7038', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/d5931b7c-5dbc-410d-8550-710dffade21d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5931b7c-5dbc-410d-8550-710dffade21d 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, 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 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6fbe988c-f9ad-4b9a-ba5b-7725fa60614d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:59,080 91166 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/054b9710-7933-4467-9e07-bc414d3de236 0.022s 2023-04-19 15:51:59,080 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-331be7c7-2c0d-47ec-b46a-0dfa0c84223c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:51:59,388 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes 0.307s 2023-04-19 15:51:59,389 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "size": 1, "name": "tempest-VolumesGetTest-Volume-1204957229", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d8f307-9ddb-47e3-a5af-bb3dfed148bf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d8f307-9ddb-47e3-a5af-bb3dfed148bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.328476", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:59,440 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.040s 2023-04-19 15:51:59,440 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69204034-c975-4e31-9e2a-18ec69681458', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69204034-c975-4e31-9e2a-18ec69681458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:52:00,490 91166 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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.038s 2023-04-19 15:52:00,490 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1e2cf3-4ec1-4695-bec4-7e6899d74cef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1e2cf3-4ec1-4695-bec4-7e6899d74cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"volume": {"id": "6fbe988c-f9ad-4b9a-ba5b-7725fa60614d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:59.000000", "updated_at": "2023-04-19T15:51:59.000000", "name": "tempest-VolumesGetTest-Volume-1204957229", "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/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d"}], "user_id": "49ff227cb974462b80311d9ab7dbdd26", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ada2757a342c4fa3a1dfac5bfbf50d47"}}' 2023-04-19 15:52:00,598 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.097s 2023-04-19 15:52:00,598 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a03ac42-9cdf-4daa-8e35-14d93af01697', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'' 2023-04-19 15:52:00,621 91166 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d 0.022s 2023-04-19 15:52:00,621 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-6c6e0f96-10c0-4f9c-9d35-58fe0333baef', 'x-openstack-request-id': 'req-6c6e0f96-10c0-4f9c-9d35-58fe0333baef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ada2757a342c4fa3a1dfac5bfbf50d47/volumes/6fbe988c-f9ad-4b9a-ba5b-7725fa60614d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6fbe988c-f9ad-4b9a-ba5b-7725fa60614d could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb0fae2b-0fe1-49a2-9e0f-889097f90435 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:14,755 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.280s 2023-04-19 15:52:14,755 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1233209828", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFbCTQVVdTBErcjMJvgw/9OM2E7rU0f+fijM5x05fOrxIB/ZppZ4KVoMr5Vb1xcSkuoXRwVomux7dA/lAfpe2cgeZWv3DIRiaB8PCiy61BbGjYl+iz6i6rGWg8c+tvf3MQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59439775-6188-419a-ba71-622ecb7fe55c', 'x-compute-request-id': 'req-59439775-6188-419a-ba71-622ecb7fe55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1233209828", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFbCTQVVdTBErcjMJvgw/9OM2E7rU0f+fijM5x05fOrxIB/ZppZ4KVoMr5Vb1xcSkuoXRwVomux7dA/lAfpe2cgeZWv3DIRiaB8PCiy61BbGjYl+iz6i6rGWg8c+tvf3MQ==", "fingerprint": "7e:d2:6a:85:10:b9:96:d7:6c:9c:96:2c:a7:59:2b:ec", "user_id": "48ba990beba64c0589ddaeba8a48e4e8"}}' 2023-04-19 15:52:14,910 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2023-04-19 15:52:14,910 91166 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-2113154186", "description": "tempest-secgroup-smoke-2113154186 description", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9c28c689-67dc-4ba6-b70b-37bd597433ad', 'date': 'Wed, 19 Apr 2023 15:52:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "801683b9-3702-4970-937c-c286cefff19b", "name": "tempest-secgroup-smoke-2113154186", "stateful": true, "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "description": "tempest-secgroup-smoke-2113154186 description", "shared": false, "security_group_rules": [{"id": "6d3a3dfb-3412-4570-b0a2-2064079a51d4", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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": 837, "description": null, "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}, {"id": "af9c63fe-ab20-4564-b18f-f1d17a75446b", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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": 836, "description": null, "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}], "tags": [], "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 1, "project_ id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,080 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:52:15,080 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-bd159d80-6167-414e-96f7-378a1fc74a47', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa6d3ff2-9a2b-4d46-8c25-858ba024a6ad", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:14Z", "updated_at": "2023-04-19T15:52:14Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,255 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-19 15:52:15,256 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-5319d9bc-eec4-4cb5-9a8c-a645f44a9a45', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a449d9e-4f6f-44a2-b837-176b3407fa3f", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,424 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:52:15,424 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7f0991ae-b48a-4553-9cd0-f3fbaca92a93', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37be7b0a-0104-49ec-adae-a110f8bc2440", "tenant_id": "b61fb4c59e7 84f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,595 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:52:15,595 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6ee264ef-a33c-4d1a-9502-95ab47994bd5', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8aa6ef79-8b53-444a-9189-68291986cbc7", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,769 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-19 15:52:15,770 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-37ee58bc-d81d-42a8-968e-8e63bae7ba31', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e9772f5-4a92-46ec-a8d5-3b51edae3bda", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:15,941 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:52:15,942 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-011a2300-7c6d-4986-b0ac-58eeebd9f708', 'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00a06636-73d1-4f53-bc76-9d03ece4fc2b", "tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7", "security_group_id": "801683b9-3702-4970-937c-c286cefff19b", "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, "description": "", "created_at": "2023-04-19T15:52:15Z", "updated_at": "2023-04-19T15:52:15Z", "revision_number": 0, "project_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:16,217 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes 0.274s 2023-04-19 15:52:16,218 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-702915255", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babcd994-11a6-4d24-ab28-7da50c1b8b8e', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babcd994-11a6-4d24-ab28-7da50c1b8b8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.123220", "updated_at": null, "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:52:16,270 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.043s 2023-04-19 15:52:16,271 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21e2728f-d985-429b-bdf0-05e64978c90b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21e2728f-d985-429b-bdf0-05e64978c90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:17,323 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.039s 2023-04-19 15:52:17,323 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab189336-d195-4ec3-a4f3-326e41213dd0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab189336-d195-4ec3-a4f3-326e41213dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"volume": {"id": "cb0fae2b-0fe1-49a2-9e0f-889097f90435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:16.000000", "updated_at": "2023-04-19T15:52:16.000000", "name": "tempest-TestStampPattern-volume-702915255", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435"}], "user_id": "48ba990beba64c0589ddaeba8a48e4e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b61fb4c59e784f6590dcc75e65b1c2d7"}}' 2023-04-19 15:52:17,442 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.107s 2023-04-19 15:52:17,442 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b6145b96-ec3f-47a0-b0be-8d91da895153', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'' 2023-04-19 15:52:17,467 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435 0.024s 2023-04-19 15:52:17,467 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-56e9a2bf-3eaa-4cd1-bee3-566c6c0b4885', 'x-openstack-request-id': 'req-56e9a2bf-3eaa-4cd1-bee3-566c6c0b4885', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b61fb4c59e784f6590dcc75e65b1c2d7/volumes/cb0fae2b-0fe1-49a2-9e0f-889097f90435'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb0fae2b-0fe1-49a2-9e0f-889097f90435 could not be found."}}' 2023-04-19 15:52:17,620 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/801683b9-3702-4970-937c-c286cefff19b 0.151s 2023-04-19 15:52:17,620 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0ba8bd7a-b21c-4b84-b34d-e80ef891e9f7', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/801683b9-3702-4970-937c-c286cefff19b'} Body: b'' 2023-04-19 15:52:17,662 91166 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1233209828 0.041s 2023-04-19 15:52:17,662 91166 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:17 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-202e8c83-954b-44e1-abe1-531ec2793957', 'x-compute-request-id': 'req-202e8c83-954b-44e1-abe1-531ec2793957', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1233209828'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c12dcdcf-16b7-4c02-8941-44f7ee8dd36e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:49:47,927 91160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:49:47,927 91160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:49:48,144 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.212s 2023-04-19 15:49:48,145 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1215325217", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49: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-7f32bd4f-88bb-4eb6-8256-342dda6a2f1e', 'x-compute-request-id': 'req-7f32bd4f-88bb-4eb6-8256-342dda6a2f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1215325217", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg==", "fingerprint": "ec:68:d6:a5:5f:5d:af:9b:c5:2c:a9:fe:fe:03:a0:9e", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4"}}' 2023-04-19 15:49:48,148 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1215325217 created 2023-04-19 15:49:48,291 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.142s 2023-04-19 15:49:48,291 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--346311880", "description": "tempest-description--1452116503"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-79081d19-c634-41ff-b5ab-af8341f1fa34', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1319ff93-4c06-494f-baef-6092bedb598b", "name": "tempest-securitygroup--346311880", "stateful": true, "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "tempest-description--1452116503", "shared": false, "security_group_rules": [{"id": "becb2714-f042-42bd-892b-1a0d76564453", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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": 734, "description": null, "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}, {"id": "c6df0fa7-a474-4a74-a86e-3d8dc442bd0a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 735, "description": null, "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}], "tags": [], "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,447 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 15:49:48,447 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-783da996-f782-4bce-821f-828fdeae1d58', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2b2dbb9-68b0-4316-b4a7-5c76fdddf88a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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, "description": "", "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,600 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-19 15:49:48,600 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-07897ab2-c739-4e7c-92c0-ba030c03dd16', 'date': 'Wed, 19 Apr 2023 15:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ac8f28a2-2359-4e1a-8d62-feba67a3a0d2", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "1319ff93-4c06-494f-baef-6092bedb598b", "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, "description": "", "created_at": "2023-04-19T15:49:48Z", "updated_at": "2023-04-19T15:49:48Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:49:48,601 91160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--346311880 created 2023-04-19 15:49:49,346 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.744s 2023-04-19 15:49:49,346 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-3fbce5c9-a2fa-4c32-adb3-cb554e0a2a7d', 'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.27", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:49:49Z", "updated_at": "2023-04-19T15:49:49Z", "revision_number": 0}}' 2023-04-19 15:49:49,346 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:49:49Z', 'updated_at': '2023-04-19T15:49:49Z', 'revision_number': 0, 'ip': '172.24.4.27'} created 2023-04-19 15:49:49,391 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-19 15:49:49,391 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-db192324-855a-46ba-bcf3-b5ae2691235a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c38c4c3e9d6c4188a7fda942d147d9f4", "name": "tempest-AttachVolumeTestJSON-685384009-project-member", "password_expires_at": null}, "audit_ids": ["eoS5TdD6SSu55bYBLpYfgw"], "expires_at": "2023-04-19T16:49:49.000000Z", "issued_at": "2023-04-19T15:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c11a51b11d234c34a5ce2f2af04b03fe", "name": "tempest-AttachVolumeTestJSON-685384009"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af0 4b03fe", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:49:49,392 91160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '89435102-530e-4931-a234-9a7fb5e878c4', 'name': 'tempest-AttachVolumeTestJSON-1548490433-network', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:49:41Z', 'updated_at': '2023-04-19T15:49:41Z', 'revision_number': 1} available for tenant 2023-04-19 15:49:49,392 91160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1215325217', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM8ESVIzOY/LOlm8x5gBJGtLYmAC+uZU54kfsbBsmzrqSpHa9XKHJAikFdR73gEayY7H2N8R4sy63XGMMVCVHIkeATl+Hnx0vxhwknAc8dlzPN8wqZcCYDLWxch1b9Xxbg==', 'fingerprint': 'ec:68:d6:a5:5f:5d:af:9b:c5:2c:a9:fe:fe:03:a0:9e', 'user_id': 'c38c4c3e9d6c4188a7fda942d147d9f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDufUaAdFYo9ZdM9E+hHTWZ22bnhHjeLU/G7NjkXFWa+ghtCpGK/YfN\niu7IbLzj5bigBwYFK4EEACKhZANiAATPBElSMzmPyzpZvMeYASRrS2JgAvrmVOeJ\nH7GwbJs66kqR2vVyhyQIpBXUe94BGsmOx9jfEeLMut1xjDFQlRyJHgE5fh58dL8Y\ncJJwHPHZczzfMKmXAmAy1sXIdW/V8W4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1319ff93-4c06-494f-baef-6092bedb598b', 'name': 'tempest-securitygroup--346311880', 'stateful': True, 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': 'tempest-description--1452116503', 'shared': False, 'security_group_rules': [{'id': 'becb2714-f042-42bd-892b-1a0d76564453', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': '1319ff93-4c06-494f-baef-6092bedb598b', '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': 734, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, {'id': 'c6df0fa7-a474-4a74-a86e-3d8dc442bd0a', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': '1319ff93-4c06-494f-baef-6092bedb598b', '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': 735, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}], 'tags': [], 'created_at': '2023-04-19T15:49:48Z', 'updated_at': '2023-04-19T15:49:48Z', 'revision_number': 1, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, 'floating_ip': {'id': '5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:49:49Z', 'updated_at': '2023-04-19T15:49:49Z', 'revision_number': 0, 'ip': '172.24.4.27'}} 2023-04-19 15:49:49,981 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.588s 2023-04-19 15:49:49,982 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-413602998", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "89435102-530e-4931-a234-9a7fb5e878c4"}], "security_groups": [{"name": "tempest-securitygroup--346311880"}], "key_name": "tempest-keypair-1215325217", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c58820be-60dd-4f36-9940-0077cf832727', 'x-compute-request-id': 'req-c58820be-60dd-4f36-9940-0077cf832727', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--346311880"}], "adminPass": "password"}}' 2023-04-19 15:49:50,071 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.086s 2023-04-19 15:49:50,072 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6bd6ec-f924-471a-8564-000685aa30e2', 'x-compute-request-id': 'req-2d6bd6ec-f924-471a-8564-000685aa30e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "BUILD", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href ": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:50Z", "updated": "2023-04-19T15:49:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1215325217", "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": []}}' 2023-04-19 15:50:40,377 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.246s 2023-04-19 15:50:40,378 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:40 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-5fc6c913-2396-4775-9088-142b02105503', 'x-compute-request-id': 'req-5fc6c913-2396-4775-9088-142b02105503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:49Z", "updated": "2023-04-19T15:49:56Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1215325217", "OS-SRV-USG:launched_at": "2023-04-19T15:49:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--346311880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:50:40,392 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:51:40,663 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/os-interface 0.211s 2023-04-19 15:51:40,663 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea15407-6f88-43d3-a275-3047975f7759', 'x-compute-request-id': 'req-eea15407-6f88-43d3-a275-3047975f7759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "89435102-530e-4931-a234-9a7fb5e878c4", "port_id": "a170c2fb-373e-4f79-850a-2b7de826a866", "mac_addr": "fa:16:3e:11:5f:70", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f3268a4-2a11-431c-adaf-2c2bc79ab78a", "ip_address": "10.0.0.6"}]}]}' 2023-04-19 15:51:41,438 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3 0.771s 2023-04-19 15:51:41,439 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a170c2fb-373e-4f79-850a-2b7de826a866"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-c0e54700-dff0-4569-b009-99af43bbd16a', 'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3'} Body: b'{"floatingip": {"id": "5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.27", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "c25337a0-19d8-4f72-9bea-ef0369359f29", "port_id": "a170c2fb-373e-4f79-850a-2b7de826a866", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "89435102-530e-4931-a234-9a7fb5e878c4", "mac_address": "fa:16:3e:11:5f:70", "admin_state_up": true, "status": "ACTIVE", "device_id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:49:49Z", "updated_at": "2023-04-19T15:51:40Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:41,441 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,483 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,505 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,506 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,553 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/ips 0.047s 2023-04-19 15:51:41,554 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 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-5e8cc6df-292a-443a-89ad-17c96affa634', 'x-compute-request-id': 'req-5e8cc6df-292a-443a-89ad-17c96affa634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-19 15:51:41,558 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172. 24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,564 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,581 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,582 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,582 91160 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-19 15:51:41,582 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.27:22' as 'cirros' with public key authentication 2023-04-19 15:51:41,587 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:51:41,606 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:51:41,607 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.27 successfully created 2023-04-19 15:51:41,903 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes 0.268s 2023-04-19 15:51:41,903 91160 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-2065513575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f72f8e-320c-4efa-99ba-a5af7c14351f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f72f8e-320c-4efa-99ba-a5af7c14351f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:41.833316", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:51:41,955 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e 0.043s 2023-04-19 15:51:41,956 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70b9c1a-3c21-4940-9fa1-f3070d47d6dd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70b9c1a-3c21-4940-9fa1-f3070d47d6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:42.000000", "updated_at": null, "name": "tempe st-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:43,011 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e 0.043s 2023-04-19 15:51:43,011 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d22470ae-c859-4318-a055-f08a2e33cea4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d22470ae-c859-4318-a055-f08a2e33cea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e'} Body: b'{"volume": {"id": "c12dcdcf-16b7-4c02-8941-44f7ee8dd36e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:51:42.000000", "updated_at": "2023-04-19T15:51:42.000000", "name": "tempest-AttachVolumeTestJSON-volume-2065513575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/c12dcdcf-16b7-4c02-8941-44f7ee8dd36e"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:51:43,141 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.118s 2023-04-19 15:51:43,141 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51: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-e85db22e-bb2f-4384-a006-7feea4d8f304', 'x-compute-request-id': 'req-e85db22e-bb2f-4384-a006-7feea4d8f304', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'' 2023-04-19 15:51:43,332 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.190s 2023-04-19 15:51:43,332 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e443b17-e901-4460-a059-28365632b2be', 'x-compute-request-id': 'req-7e443b17-e901-4460-a059-28365632b2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"server": {"id": "27332dd7-9cf0-4787-b615-72d4272f7fb1", "name": "tempest-AttachVolumeTestJSON-server-413602998", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:49:49Z", "updated": "2023-04-19T15:51:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:5f:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1215325217", "OS-SRV-USG:launched_at": "2023-04-19T15:49:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--346311880"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:52:33,406 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1 0.032s 2023-04-19 15:52:33,407 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-8b119367-02b4-4c73-8827-805eb81261b5', 'x-compute-request-id': 'req-8b119367-02b4-4c73-8827-805eb81261b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/27332dd7-9cf0-4787-b615-72d4272f7fb1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 27332dd7-9cf0-4787-b615-72d4272f7fb1 could not be found."}}' 2023-04-19 15:52:33,435 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1215325217 0.027s 2023-04-19 15:52:33,435 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-47e407a2-4704-4410-aef3-c8 15a718b75d', 'x-compute-request-id': 'req-47e407a2-4704-4410-aef3-c815a718b75d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1215325217'} Body: b'' 2023-04-19 15:52:33,593 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b 0.157s 2023-04-19 15:52:33,593 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c6911d56-a363-4558-b24c-7cab8eb82c74', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b'} Body: b'' 2023-04-19 15:52:33,612 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b 0.018s 2023-04-19 15:52:33,612 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-35aa3ac9-e37f-405f-a886-754a36cc09fb', 'date': 'Wed, 19 Apr 2023 15:52:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1319ff93-4c06-494f-baef-6092bedb598b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1319ff93-4c06-494f-baef-6092bedb598b does not exist", "detail": ""}}' 2023-04-19 15:52:34,054 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3 0.442s 2023-04-19 15:52:34,055 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c23ea036-4057-4851-9d35-04dbeb9d00d5', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5ebef9f1-8358-423f-9ae4-8a1d25c6f5c3'} Body: b'' 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 287, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 94822733-9135-4515-b35d-f5e0a026b0b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:46,637 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types 0.212s 2023-04-19 15:52:46,638 91154 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-1132172407"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7925787d-626d-404d-99c3-f251e0fdbcff', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7925787d-626d-404d-99c3-f251e0fdbcff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types'} Body: b'{"volume_type": {"id": "c776e24b-93b9-400b-8e96-791127457300", "name": "tempest-GroupSnapshotsV319Test-volume-type-1132172407", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 15:52:46,677 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types 0.036s 2023-04-19 15:52:46,678 91154 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-331510335"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cdc406-5ae1-41ba-ad1a-56a541eb39de', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cdc406-5ae1-41ba-ad1a-56a541eb39de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types'} Body: b'{"group_type": {"id": "4aaaa347-9ab0-4547-916d-f50010071d82", "name": "tempest-GroupSnapshotsV319Test-group-type-331510335", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 15:52:46,887 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups 0.206s 2023-04-19 15:52:46,887 91154 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": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "name": "tempest-GroupSnapshotsV319Test-Group-1752832607"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca16e8c-f6cb-40b1-bd2d-b8a14d7e9aa5', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca16e8c-f6cb-40b1-bd2d-b8a14d7e9aa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607"}}' 2023-04-19 15:52:46,924 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.034s 2023-04-19 15:52:46,924 91154 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, 19 Apr 2023 15:52:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08309143-5255-4dbc-b6f5-f2be38a863e0', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08309143-5255-4dbc-b6f5-f2be38a863e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T15:52:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607", "description": null, "group_type": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:52:47,960 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.031s 2023-04-19 15:52:47,961 91154 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, 19 Apr 2023 15:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a67b15-24b5-4bb9-a120-138581cf919c', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a67b15-24b5-4bb9-a120-138581cf919c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"group": {"id": "94822733-9135-4515-b35d-f5e0a026b0b6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T15:52:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1752832607", "description": null, "group_type": "4aaaa347-9ab0-4547-916d-f50010071d82", "volume_types": ["c776e24b-93b9-400b-8e96-791127457300"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 15:52:48,041 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/volumes/detail 0.075s 2023-04-19 15:52:48,042 91154 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, 19 Apr 2023 15:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a036a4-94ee-4533-9e94-b7112decc379', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a036a4-94ee-4533-9e94-b7112decc379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 15:52:48,125 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6/action 0.073s 2023-04-19 15:52:48,126 91154 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, 19 Apr 2023 15:52:48 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-0c251a1b-e6ae-46d5-8a8e-9fbd1dc5780f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6/action'} Body: b'' 2023-04-19 15:52:48,141 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6 0.014s 2023-04-19 15:52:48,141 91154 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, 19 Apr 2023 15:52:48 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-40eddf9f-afbf-43f1-99ab-9bb50add853f', 'x-openstack-request-id': 'req-40eddf9f-afbf-43f1-99ab-9bb50add853f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a21cb4f1038c451ab933106c80aa2052/groups/94822733-9135-4515-b35d-f5e0a026b0b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 94822733-9135-4515-b35d-f5e0a026b0b6 could not be found."}}' 2023-04-19 15:52:48,176 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types/4aaaa347-9ab0-4547-916d-f50010071d82 0.035s 2023-04-19 15:52:48,177 91154 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, 19 Apr 2023 15:52:48 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-176887ed-9731-47fa-9c20-aeb414ead9bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/group_types/4aaaa347-9ab0-4547-916d-f50010071d82'} Body: b'' 2023-04-19 15:52:48,243 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300 0.066s 2023-04-19 15:52:48,244 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b6b1b93c-dfbf-413a-a1db-8d5414ee9971', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300'} Body: b'' 2023-04-19 15:52:48,261 91154 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300 0.017s 2023-04-19 15:52:48,262 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-27c575b1-9dd7-4197-a401-f4ddfae4eddd', 'x-openstack-request-id': 'req-27c575b1-9dd7-4197-a401-f4ddfae4eddd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3c6a78e8a2154d2ba444a52e751a8774/types/c776e24b-93b9-400b-8e96-791127457300'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c776e24b-93b9-400b-8e96-791127457300 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 28dc5f13-cd48-49af-9a08-1744d7a77fad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:07,549 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.216s 2023-04-19 15:53:07,549 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a1c663c-ffc5-4060-a099-29f536bbf045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:07,872 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.322s 2023-04-19 15:53:07,872 91154 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-1188868914", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15927175-99ee-413d-8dfa-64b79370e8d3', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15927175-99ee-413d-8dfa-64b79370e8d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:07.815874", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:07,922 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.040s 2023-04-19 15:53:07,923 91154 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9295867-387d-4cb9-a17f-608f0c6a642f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9295867-387d-4cb9-a17f-608f0c6a642f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:08,977 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.043s 2023-04-19 15:53:08,977 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0798746-3ef3-4e4e-89b9-146482947819', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0798746-3ef3-4e4e-89b9-146482947819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"volume": {"id": "28dc5f13-cd48-49af-9a08-1744d7a77fad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": "2023-04-19T15:53:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1188868914", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:09,101 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.112s 2023-04-19 15:53:09,101 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad59204-3fbe-40ab-a2b5-7b6530e5fa8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'' 2023-04-19 15:53:09,121 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad 0.019s 2023-04-19 15:53:09,122 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5865f7-a111-4cf3-ad13-f5230d4e94d1', 'x-openstack-request-id': 'req-1f5865f7-a111-4cf3-ad13-f5230d4e94d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/28dc5f13-cd48-49af-9a08-1744d7a77fad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 28dc5f13-cd48-49af-9a08-1744d7a77fad 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bf192b7-bdc5-4d9c-8273-b21641fa4c1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:09,146 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.022s 2023-04-19 15:53:09,147 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4dfcd670-86d1-4114-b1cc-9c953334eafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:09,499 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.351s 2023-04-19 15:53:09,499 91154 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-162418731", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d909671f-ec95-4d77-b32e-fb35606d2b16', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d909671f-ec95-4d77-b32e-fb35606d2b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.394217", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:09,549 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.041s 2023-04-19 15:53:09,549 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6fc516-509c-44ad-9640-531b72076a38', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6fc516-509c-44ad-9640-531b72076a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:10,600 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.039s 2023-04-19 15:53:10,600 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958ea9ed-19e1-4511-81c3-6ca8c8027901', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958ea9ed-19e1-4511-81c3-6ca8c8027901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"volume": {"id": "2bf192b7-bdc5-4d9c-8273-b21641fa4c1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:09.000000", "updated_at": "2023-04-19T15:53:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-162418731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:10,804 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.193s 2023-04-19 15:53:10,805 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a29d6b8-93c9-4548-ba12-694c7b382e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'' 2023-04-19 15:53:10,826 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 0.021s 2023-04-19 15:53:10,826 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcb0c9b-429f-412e-96bb-ce3d7d704d63', 'x-openstack-request-id': 'req-edcb0c9b-429f-412e-96bb-ce3d7d704d63', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/2bf192b7-bdc5-4d9c-8273-b21641fa4c1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bf192b7-bdc5-4d9c-8273-b21641fa4c1b 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 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f9ed9e17-92af-45c9-aea0-645d861bd0b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:10,829 91154 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-19 15:53:10,888 91154 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.056s 2023-04-19 15:53:10,888 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-62094568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBofmMQSAH4Tq0bpXF+YIyby74JTuRUfI9805IrW90d4oix9xofjjRWpeF+T3TYqeYGe0CTjq9C9EijNwGEt+Ab/LaiM89pTZsT0lRokQJga2BmPga5EifWG1SrMxrRe1w=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b02905-2540-4116-8aec-3e3de7dce6f9', 'x-compute-request-id': 'req-a6b02905-2540-4116-8aec-3e3de7dce6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-62094568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBofmMQSAH4Tq0bpXF+YIyby74JTuRUfI9805IrW90d4oix9xofjjRWpeF+T3TYqeYGe0CTjq9C9EijNwGEt+Ab/LaiM89pTZsT0lRokQJga2BmPga5EifWG1SrMxrRe1w==", "fingerprint": "78:85:48:9e:07:9d:e4:be:8a:54:e8:b2:a9:0d:a2:1e", "user_id": "965264d0389e458a81f6a08f5297c91c"}}' 2023-04-19 15:53:11,064 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-04-19 15:53:11,064 91154 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-1453124586", "description": "tempest-secgroup-smoke-1453124586 description", "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-12e67bf5-7d54-4db1-a45a-23a8cd72f425', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "name": "tempest-secgroup-smoke-1453124586", "stateful": true, "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "description": "tempest-secgroup-smoke-1453124586 description", "shared": false, "security_group_rules": [{"id": "2a1be412-72b0-4054-be71-8ea44b0f9d21", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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": 913, "description": null, "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}, {"id": "cf3ffc31-7575-40a2-aff1-e327ea0504fe", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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": 912, "description": null, "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 0, "project_id": "20ffb0bbe 836404bb24e094f4d020eb1"}], "tags": [], "created_at": "2023-04-19T15:53:10Z", "updated_at": "2023-04-19T15:53:10Z", "revision_number": 1, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,241 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-19 15:53:11,241 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-69adde29-0e84-488e-8e51-ef6317eade21', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "539d6030-6f50-45a1-816c-8fb084489212", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,408 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-19 15:53:11,409 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-8e774723-e1fe-42b5-a80c-4c14f1a16b29', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9de9ed63-5610-4137-81ec-028b2084b6e0", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,564 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 15:53:11,565 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-780bae4e-f231-40ac-9eda-2f2e852e465f', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6370f280-a0bb-47c2-88f4-01506b54369c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,741 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-19 15:53:11,742 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ad4588fe-817d-4905-b055-7a3ac16c022e', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e6d6c9e-0144-45c3-835f-2ecb409fd57c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:11,980 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.238s 2023-04-19 15:53:11,981 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-38146846-c5df-4ed9-afa4-4ce7e7d3abdd', 'date': 'Wed, 19 Apr 2023 15:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9982fde3-f412-4224-8720-11e55f6f0b39", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:11Z", "updated_at": "2023-04-19T15:53:11Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:12,160 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-19 15:53:12,161 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "project_id": "20ffb0bbe836404bb24e094f4d020eb1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d09589df-99f2-4c4f-9e83-a1a462ba95dc', 'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bee5da59-1b06-4966-a8b3-076a0c46421c", "tenant_id": "20ffb0bbe836404bb24e094f4d020eb1", "security_group_id": "fbf067b6-d2f6-40f0-9b86-8589cd1d6037", "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, "description": "", "created_at": "2023-04-19T15:53:12Z", "updated_at": "2023-04-19T15:53:12Z", "revision_number": 0, "project_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:12,161 91154 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-19 15:53:12,181 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236 0.019s 2023-04-19 15:53:12,181 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3b8cc9fc-c84c-42a4-9179-dc9ef30cb1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/054b9710-7933-4467-9e07-bc414d3de236'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aaaa56ac85814934b49920f8b78a09fc", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "054b9710-7933-4467-9e07-bc414d3de236", "created_at": "2023-04-19T15:38:29Z", "updated_at": "2023-04-19T15:38:31Z", "tags": [], "self": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236", "file": "/v2/images/054b9710-7933-4467-9e07-bc414d3de236/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:53:12,473 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes 0.291s 2023-04-19 15:53:12,473 91154 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-1867185267", "snapshot_id": null, "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cad63d-47f9-44ec-b32b-77d60852158a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cad63d-47f9-44ec-b32b-77d60852158a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes' } Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.419432", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:12,530 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.047s 2023-04-19 15:53:12,530 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ceb6bb1-37a5-4e7e-ae5f-cd97a64d6906', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ceb6bb1-37a5-4e7e-ae5f-cd97a64d6906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:13,584 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.042s 2023-04-19 15:53:13,584 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633dc6f0-f7d8-4e17-9842-2e698666cbba', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633dc6f0-f7d8-4e17-9842-2e698666cbba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"volume": {"id": "f9ed9e17-92af-45c9-aea0-645d861bd0b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:12.000000", "updated_at": "2023-04-19T15:53:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1867185267", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8"}], "user_id": "965264d0389e458a81f6a08f5297c91c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20ffb0bbe836404bb24e094f4d020eb1"}}' 2023-04-19 15:53:13,688 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.093s 2023-04-19 15:53:13,688 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76824024-a48e-40c5-bad9-a19d699b612e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'' 2023-04-19 15:53:13,713 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8 0.024s 2023-04-19 15:53:13,713 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fca89ad-4299-443f-bfbe-9b79ac64701d', 'x-openstack-request-id': 'req-7fca89ad-4299-443f-bfbe-9b79ac64701d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/20ffb0bbe836404bb24e094f4d020eb1/volumes/f9ed9e17-92af-45c9-aea0-645d861bd0b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9ed9e17-92af-45c9-aea0-645d861bd0b8 could not be found."}}' 2023-04-19 15:53:13,916 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fbf067b6-d2f6-40f0-9b86-8589cd1d6037 0.202s 2023-04-19 15:53:13,916 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3a800f0a-519c-40bb-9cdc-39e20d8f2ef0', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fbf067b6-d2f6-40f0-9b86-8589cd1d6037'} Body: b'' 2023-04-19 15:53:13,945 91154 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-62094568 0.028s 2023-04-19 15:53:13,945 91154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': ' OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf9e91d-ad09-4f9f-afaa-2b29c5539f95', 'x-compute-request-id': 'req-0cf9e91d-ad09-4f9f-afaa-2b29c5539f95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-62094568'} 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 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e96f5dae-7551-4661-bc56-07c0b8affd39 failed to build and is in ERROR status tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 31b6cc50-0f39-404f-986e-c4f3c7b97be9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:50:45,186 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.081s 2023-04-19 15:50:45,186 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e7b7ab63-f6d5-429a-9f0e-28f073044600', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6df8741ec8d84d84a72fd76c9ebf729f", "name": "tempest-VolumesActionsTest-1090227518-project-member", "password_expires_at": null}, "audit_ids": ["wFALe0phQpeJgU--buZbJw"], "expires_at": "2023-04-19T16:50:45.000000Z", "issued_at": "2023-04-19T15:50:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2463ead51cd7410c860d488559676e4f", "name": "tempest-VolumesActionsTest-1090227518"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2463ead51cd7410c860d488559676e4f", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:50:45,187 91150 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'b8978b6a-b01a-4083-9dae-a54bffae6bf3', 'name': 'tempest-VolumesActionsTest-627373470-network', 'tenant_id': '2463ead51cd7410c860d488559676e4f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2463ead51cd7410c860d488559676e4f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55428, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:50:42Z', 'updated_at': '2023-04-19T15:50:42Z', 'revision_number': 1} available for tenant 2023-04-19 15:50:45,829 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.641s 2023-04-19 15:50:45,830 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1377117124", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "networks": [{"uuid": "b8978b6a-b01a-4083-9dae-a54bffae6bf3"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-016edc47-e407-4b6c-87b0-5b6d892ebaa4', 'x-compute-request-id': 'req-016edc47-e407-4b6c-87b0-5b6d892ebaa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UQeWYbZD9eM7"}}' 2023-04-19 15:50:45,933 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.100s 2023-04-19 15:50:45,933 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23eabcfc-82a9-4b27-84b2-bea7584e03d8', 'x-compute-request-id': 'req-23eabcfc-82a9-4b27-84b2-bea7584e03d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "BUILD", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:46Z", "updated": "2023-04-19T15:50:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "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": "sch eduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:51:36,232 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.237s 2023-04-19 15:51:36,232 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14dbd0c1-3f52-4aa5-bb80-1b6c233aa191', 'x-compute-request-id': 'req-14dbd0c1-3f52-4aa5-bb80-1b6c233aa191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "ACTIVE", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "a2ce3143a3f1dfb606c09ce43e314b3efab7bb0cbf95c3b6275699a5", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:45Z", "updated": "2023-04-19T15:50:53Z", "addresses": {"tempest-VolumesActionsTest-627373470-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f5:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:50:52.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": []}}' 2023-04-19 15:51:36,244 91150 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 15:52:36,543 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes 0.240s 2023-04-19 15:52:36,543 91150 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-1594505849"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4966d7-bbdb-45d1-aef4-9936b4d372ce', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4966d7-bbdb-45d1-aef4-9936b4d372ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.475672", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "s ource_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:52:36,596 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.043s 2023-04-19 15:52:36,597 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d708f53-ac68-4afc-bd8c-5c4dc863d0b7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d708f53-ac68-4afc-bd8c-5c4dc863d0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,648 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.039s 2023-04-19 15:52:37,649 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fff954-ad6b-43f6-b62d-64c5b8035004', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fff954-ad6b-43f6-b62d-64c5b8035004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": "2023-04-19T15:52:37.000000", "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72 fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,699 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.039s 2023-04-19 15:52:37,699 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab9c935-f48a-44b6-82ac-214ed7841fb4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab9c935-f48a-44b6-82ac-214ed7841fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"volume": {"id": "31b6cc50-0f39-404f-986e-c4f3c7b97be9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:52:36.000000", "updated_at": "2023-04-19T15:52:37.000000", "name": "tempest-VolumesActionsTest-Volume-1594505849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:52:37,829 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.120s 2023-04-19 15:52:37,830 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52: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-b695b8ff-842e-4da6-9ce8-f349d81b9309', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'' 2023-04-19 15:52:37,852 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9 0.021s 2023-04-19 15:52:37,852 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bf2bb3-fbbd-4bef-93db-91a9ad7007b0', 'x-openstack-request-id': 'req-c1bf2bb3-fbbd-4bef-93db-91a9ad7007b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/31b6cc50-0f39-404f-986e-c4f3c7b97be9'} Body: b'{"itemNotFound": { "code": 404, "message": "Volume 31b6cc50-0f39-404f-986e-c4f3c7b97be9 could not be found."}}' 2023-04-19 15:52:37,978 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.125s 2023-04-19 15:52:37,979 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf1c1ab9-c7b1-4df8-a623-4d3d87479302', 'x-compute-request-id': 'req-cf1c1ab9-c7b1-4df8-a623-4d3d87479302', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'' 2023-04-19 15:52:38,806 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.827s 2023-04-19 15:52:38,807 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4402b4b1-fcf5-4722-ac10-9c7fe0d174b6', 'x-compute-request-id': 'req-4402b4b1-fcf5-4722-ac10-9c7fe0d174b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"server": {"id": "d434150b-9050-451d-999f-32a4103017da", "name": "tempest-VolumesActionsTest-instance-1377117124", "status": "ACTIVE", "tenant_id": "2463ead51cd7410c860d488559676e4f", "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "metadata": {}, "hostId": "a2ce3143a3f1dfb606c09ce43e314b3efab7bb0cbf95c3b6275699a5", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:50:45Z", "updated": "2023-04-19T15:52:38Z", "addresses": {"tempest-VolumesActionsTest-627373470-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:f5:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d434150b-9050-451d-999f-32a4103017da"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T15:50:52.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": []}}' 2023-04-19 15:53:28,900 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da 0.044s 2023-04-19 15:53:28,900 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:28 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', '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-7c84ebc4-930e-4f84-85e9-ab95f732a04c', 'x-compute-request-id': 'req-7c84ebc4-930e-4f84-85e9-ab95f732a04c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d434150b-9050-451d-999f-32a4103017da'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d434150b-9050-451d-999f-32a4103017da 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3e6b88bd-e3b1-463b-8f14-95aa4d06b858 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:29,128 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.224s 2023-04-19 15:53:29,128 91150 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-1379706890"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53827bc2-8d50-456f-990d-dc6cc212b1ee', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53827bc2-8d50-456f-990d-dc6cc212b1ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.049193", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:29,176 91150 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/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.038s 2023-04-19 15:53:29,177 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8256e2f2-64ac-4fa1-b003-7ebf93d946a3', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8256e2f2-64ac-4fa1-b003-7ebf93d946a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,229 91150 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/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.040s 2023-04-19 15:53:30,229 91150 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b551009-994b-4717-ac17-cfec450b5a2d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b551009-994b-4717-ac17-cfec450b5a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": "2023-04-19T15:53:29.000000", "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,286 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.040s 2023-04-19 15:53:30,287 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2e98e2-c7da-45bb-8c58-a9ccdd6b5721', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2e98e2-c7da-45bb-8c58-a9ccdd6b5721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"volume": {"id": "3e6b88bd-e3b1-463b-8f14-95aa4d06b858", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:29.000000", "updated_at": "2023-04-19T15:53:29.000000", "name": "tempest-VolumesActionsTest-Volume-1379706890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:30,408 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.105s 2023-04-19 15:53:30,408 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c0cd62-3179-4d2d-b3e1-f560e95e628d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'' 2023-04-19 15:53:30,428 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858 0.019s 2023-04-19 15:53:30,429 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d3bb95-c870-4bf5-bb6d-b062b0cf091d', 'x-openstack-request-id': 'req-a4d3bb95-c870-4bf5-bb6d-b062b0cf091d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/3e6b88bd-e3b1-463b-8f14-95aa4d06b858'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e6b88bd-e3b1-463b-8f14-95aa4d06b858 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d9318458-9414-428f-8bf7-1a200c2bcecf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:30,607 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.175s 2023-04-19 15:53:30,607 91150 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-1994223173"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b87c3e-e5a9-4e3b-a813-b9d16cc2e592', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b87c3e-e5a9-4e3b-a813-b9d16cc2e592', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:30.551804", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:30,658 91150 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/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.041s 2023-04-19 15:53:30,658 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8c9b08-e17e-47c0-a6a8-f9a0dbe6c0de', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f8c9b08-e17e-47c0-a6a8-f9a0dbe6c0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,713 91150 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/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.043s 2023-04-19 15:53:31,714 91150 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee056cf4-5fec-4772-947d-1ed08434790d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee056cf4-5fec-4772-947d-1ed08434790d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": "2023-04-19T15:53:31.000000", "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,765 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.037s 2023-04-19 15:53:31,765 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c60c788-f533-4025-91a7-ff63cbf27b5c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c60c788-f533-4025-91a7-ff63cbf27b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"volume": {"id": "d9318458-9414-428f-8bf7-1a200c2bcecf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:31.000000", "updated_at": "2023-04-19T15:53:31.000000", "name": "tempest-VolumesActionsTest-Volume-1994223173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:31,875 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.096s 2023-04-19 15:53:31,875 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-53a6f14a-e1ad-48bc-8423-8844b2062ad2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'' 2023-04-19 15:53:31,903 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf 0.026s 2023-04-19 15:53:31,903 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a98719e-9ae6-456f-b2fc-2540daf2a40d', 'x-openstack-request-id': 'req-2a98719e-9ae6-456f-b2fc-2540daf2a40d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/d9318458-9414-428f-8bf7-1a200c2bcecf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d9318458-9414-428f-8bf7-1a200c2bcecf 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:32,084 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.177s 2023-04-19 15:53:32,084 91150 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-65060630"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f04a58e-92a7-4fe2-9d0d-73dcf4482cae', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f04a58e-92a7-4fe2-9d0d-73dcf4482cae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.026987", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:32,134 91150 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/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.038s 2023-04-19 15:53:32,134 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc2df73-2793-4340-be49-0cc956de2a2b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc2df73-2793-4340-be49-0cc956de2a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,183 91150 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/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.036s 2023-04-19 15:53:33,183 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cd50f0-5dbb-4b7c-a31e-2cce14f0483e', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cd50f0-5dbb-4b7c-a31e-2cce14f0483e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": "2023-04-19T15:53:32.000000", "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,235 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.039s 2023-04-19 15:53:33,235 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f03d8b-0451-4836-b764-8cde13726829', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f03d8b-0451-4836-b764-8cde13726829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"volume": {"id": "1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:32.000000", "updated_at": "2023-04-19T15:53:32.000000", "name": "tempest-VolumesActionsTest-Volume-65060630", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:33,347 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.100s 2023-04-19 15:53:33,347 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-ty pe': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7aed9f-9a0d-4fe9-ac51-dc2465db227f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'' 2023-04-19 15:53:33,368 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 0.020s 2023-04-19 15:53:33,368 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd6b902-0c59-4ab3-a42e-508afe1e13d0', 'x-openstack-request-id': 'req-4dd6b902-0c59-4ab3-a42e-508afe1e13d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1fe5ae8c-ee45-47b1-b649-0c12d7e81a7f 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bebb9a2-effd-46b3-b50c-75417929c104 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:33,561 91150 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/2463ead51cd7410c860d488559676e4f/volumes 0.190s 2023-04-19 15:53:33,561 91150 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-485249021"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89064326-ea0b-4da6-a7ca-c43935858a4b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89064326-ea0b-4da6-a7ca-c43935858a4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.499300", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:33,608 91150 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/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.037s 2023-04-19 15:53:33,609 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a227c5ff-6f62-4263-91be-1b068a79f7df', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a227c5ff-6f62-4263-91be-1b068a79f7df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,658 91150 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/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.037s 2023-04-19 15:53:34,658 91150 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295be693-5f73-46eb-b404-64d8e59ee665', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295be693-5f73-46eb-b404-64d8e59ee665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": "2023-04-19T15:53:34.000000", "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,707 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.038s 2023-04-19 15:53:34,708 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2901be-1c8b-4e3e-be29-b4c537ea0e0c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2901be-1c8b-4e3e-be29-b4c537ea0e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"volume": {"id": "2bebb9a2-effd-46b3-b50c-75417929c104", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:33.000000", "updated_at": "2023-04-19T15:53:34.000000", "name": "tempest-VolumesActionsTest-Volume-485249021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:34,817 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.098s 2023-04-19 15:53:34,818 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8dd90be-148b-4f03-b11d-7270e8c5a137', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'' 2023-04-19 15:53:34,839 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104 0.020s 2023-04-19 15:53:34,839 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-3f1b8907-d362-4deb-a059-314d3d023cad', 'x-openstack-request-id': 'req-3f1b8907-d362-4deb-a059-314d3d023cad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/2bebb9a2-effd-46b3-b50c-75417929c104'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bebb9a2-effd-46b3-b50c-75417929c104 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6634a267-a2be-4ab7-9832-ce1e8f16be01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:35,121 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes 0.280s 2023-04-19 15:53:35,122 91150 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-435193967"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0607aab0-f5aa-4df6-bfa8-b94548e985f5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0607aab0-f5aa-4df6-bfa8-b94548e985f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.043323", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:35,169 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.038s 2023-04-19 15:53:35,170 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e52868-3525-4668-8eb5-4bf60e46a9dd', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e52868-3525-4668-8eb5-4bf60e46a9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,220 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.039s 2023-04-19 15:53:36,220 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fde498-ad7a-4da0-8474-5166ff80fef6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fde498-ad7a-4da0-8474-5166ff80fef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": "2023-04-19T15:53:35.000000", "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,280 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.050s 2023-04-19 15:53:36,281 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fba7e6-ea82-4924-ae0f-295aa9f3a101', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fba7e6-ea82-4924-ae0f-295aa9f3a101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"volume": {"id": "6634a267-a2be-4ab7-9832-ce1e8f16be01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:35.000000", "updated_at": "2023-04-19T15:53:35.000000", "name": "tempest-VolumesActionsTest-Volume-435193967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01"}], "user_id": "6df8741ec8d84d84a72fd76c9ebf729f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2463ead51cd7410c860d488559676e4f"}}' 2023-04-19 15:53:36,413 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.122s 2023-04-19 15:53:36,414 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-83fd8b3e-7c7a-4305-aa2b-e3cb45522e45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'' 2023-04-19 15:53:36,434 91150 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01 0.020s 2023-04-19 15:53:36,435 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-88528a93-10ea-407c-9e37-cd774d56c4e3', 'x-openstack-request-id': 'req-88528a93-10ea-407c-9e37-cd774d56c4e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2463ead51cd7410c860d488559676e4f/volumes/6634a267-a2be-4ab7-9832-ce1e8f16be01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6634a267-a2be-4ab7-9832-ce1e8f16be01 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4861154f-364a-4177-b61e-cc0c2bba6455 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:40,083 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes 0.371s 2023-04-19 15:53:40,083 91150 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-40234379"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5308d81-231a-4584-8779-f9e019c53026', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5308d81-231a-4584-8779-f9e019c53026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.020323", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:40,132 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.039s 2023-04-19 15:53:40,132 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14962a46-27d6-412c-80bc-c3ad27262e07', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14962a46-27d6-412c-80bc-c3ad27262e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,183 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.039s 2023-04-19 15:53:41,184 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c590c24f-1906-4f38-a08a-d07f14e45983', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c590c24f-1906-4f38-a08a-d07f14e45983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": "2023-04-19T15:53:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,237 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.038s 2023-04-19 15:53:41,238 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7291f77-d503-4191-bc7f-19047b549c98', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7291f77-d503-4191-bc7f-19047b549c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"volume": {"id": "4861154f-364a-4177-b61e-cc0c2bba6455", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:40.000000", "updated_at": "2023-04-19T15:53:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-40234379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:41,406 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.157s 2023-04-19 15:53:41,406 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2a76bf-23df-43d1-aff8-33ea09cbc9bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'' 2023-04-19 15:53:41,426 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455 0.020s 2023-04-19 15:53:41,426 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7282536-b76a-4d41-84bd-8eefe30a7251', 'x-openstack-request-id': 'req-e7282536-b76a-4d41-84bd-8eefe30a7251', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/4861154f-364a-4177-b61e-cc0c2bba6455'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4861154f-364a-4177-b61e-cc0c2bba6455 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 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 214b68e4-2f2b-4745-8f89-e7e7445f5ab2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:41,622 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes 0.192s 2023-04-19 15:53:41,623 91150 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-470468369"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3e7177-37c3-44d8-ac57-bc9ee8d572a8', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3e7177-37c3-44d8-ac57-bc9ee8d572a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:41.551759", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:41,681 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.049s 2023-04-19 15:53:41,681 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbea2a2-0296-49a4-8693-1fd7af678d6a', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbea2a2-0296-49a4-8693-1fd7af678d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,730 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.037s 2023-04-19 15:53:42,730 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f88f439-381f-417f-9a8a-a89625580356', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f88f439-381f-417f-9a8a-a89625580356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": "2023-04-19T15:53:42.000000", "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,782 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.041s 2023-04-19 15:53:42,782 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5653473f-35ef-4379-8f31-0f1f38fd4cfa', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5653473f-35ef-4379-8f31-0f1f38fd4cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"volume": {"id": "214b68e4-2f2b-4745-8f89-e7e7445f5ab2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:42.000000", "updated_at": "2023-04-19T15:53:42.000000", "name": "tempest-VolumesDeleteCascade-Volume-470468369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2"}], "user_id": "b2296298132e4c0fb3aab6ceb060d004", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd25c2208ca64059b3e0dc2502a2ab44"}}' 2023-04-19 15:53:42,885 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.092s 2023-04-19 15:53:42,885 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189eb20a-f8df-498c-b38c-45e4c5d85c87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'' 2023-04-19 15:53:42,907 91150 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2 0.021s 2023-04-19 15:53:42,907 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5f7184-e3dd-4538-b38f-6e2790b17e5b', 'x-openstack-request-id': 'req-3f5f7184-e3dd-4538-b38f-6e2790b17e5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bd25c2208ca64059b3e0dc2502a2ab44/volumes/214b68e4-2f2b-4745-8f89-e7e7445f5ab2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 214b68e4-2f2b-4745-8f89-e7e7445f5ab2 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ada0276-cc62-4c2d-b0a5-ceb761af45fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:45,839 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes 0.399s 2023-04-19 15:53:45,840 91150 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-1118822065"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab409899-c5f9-4738-9f26-0b1bf1f759b1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab409899-c5f9-4738-9f26-0b1bf1f759b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:45.780938", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:45,888 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.038s 2023-04-19 15:53:45,888 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c935065-95dc-433d-b446-348d3d61e8e8', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c935065-95dc-433d-b446-348d3d61e8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:46,941 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.041s 2023-04-19 15:53:46,942 91150 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3bfd68-11f0-4ebb-bcb1-0e439c58dbcf', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3bfd68-11f0-4ebb-bcb1-0e439c58dbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": "2023-04-19T15:53:46.000000", "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:46,993 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.040s 2023-04-19 15:53:46,993 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fbcba5-2f60-4dec-81f4-c45874301f47', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fbcba5-2f60-4dec-81f4-c45874301f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"volume": {"id": "6ada0276-cc62-4c2d-b0a5-ceb761af45fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:46.000000", "updated_at": "2023-04-19T15:53:46.000000", "name": "tempest-VolumesTransfersTest-Volume-1118822065", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:47,098 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.095s 2023-04-19 15:53:47,099 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5206173f-2fc4-4e1a-a902-436af598e663', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'' 2023-04-19 15:53:47,120 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe 0.021s 2023-04-19 15:53:47,121 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb3e4ce-8150-4f16-ab27-a8e643357143', 'x-openstack-request-id': 'req-acb3e4ce-8150-4f16-ab27-a8e643357143', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/6ada0276-cc62-4c2d-b0a5-ceb761af45fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6ada0276-cc62-4c2d-b0a5-ceb761af45fe could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 80091fa4-1577-409f-aac2-a548293d3bd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:53:47,307 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes 0.183s 2023-04-19 15:53:47,307 91150 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-1688256134"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cec5fd3-32e7-4856-9c41-317f3d059c78', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cec5fd3-32e7-4856-9c41-317f3d059c78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.249323", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:47,356 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.039s 2023-04-19 15:53:47,357 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-066818c3-ff01-4886-bab7-ebfd64fa2735', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066818c3-ff01-4886-bab7-ebfd64fa2735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,410 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.041s 2023-04-19 15:53:48,411 91150 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ae7bb7-8a75-4650-bebb-a5d9285cd712', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ae7bb7-8a75-4650-bebb-a5d9285cd712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": "2023-04-19T15:53:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,460 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.039s 2023-04-19 15:53:48,461 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347deceb-616b-4709-9b93-433c27b07b41', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347deceb-616b-4709-9b93-433c27b07b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"volume": {"id": "80091fa4-1577-409f-aac2-a548293d3bd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:47.000000", "updated_at": "2023-04-19T15:53:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1688256134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3"}], "user_id": "0a56fea79b814c17812302fa65bdfac0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb38e9e5ff3b4cf8bf4e79d330adb71f"}}' 2023-04-19 15:53:48,571 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.095s 2023-04-19 15:53:48,572 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-c668cbf2-9a4f-4ae2-a58f-974eb79e617d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'' 2023-04-19 15:53:48,594 91150 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3 0.022s 2023-04-19 15:53:48,595 91150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd9aa1b-d67f-4936-86c8-956fa9e4f32f', 'x-openstack-request-id': 'req-ddd9aa1b-d67f-4936-86c8-956fa9e4f32f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb38e9e5ff3b4cf8bf4e79d330adb71f/volumes/80091fa4-1577-409f-aac2-a548293d3bd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80091fa4-1577-409f-aac2-a548293d3bd3 could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f9710f14-7b00-4598-a039-296d2ef2c189 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:51:13,265 91162 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 15:51:13,828 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.562s 2023-04-19 15:51:13,828 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--904179025", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/19401dca-91ff-4159-974c-80498ded65de', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-cb254a18-df44-4702-a3ce-dfcb77fb27f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--904179025", "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": "2f7533c8ab8a45baa3d4bf8373fc0136", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "19401dca-91ff-4159-974c-80498ded65de", "created_at": "2023-04-19T15:51:14Z", "updated_at": "2023-04-19T15:51:14Z", "tags": [], "self": "/v2/images/19401dca-91ff-4159-974c-80498ded65de", "file": "/v2/images/19401dca-91ff-4159-974c-80498ded65de/file", "schema": "/v2/schemas/image"}' 2023-04-19 15:51:15,221 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de/file 1.392s 2023-04-19 15:51:15,221 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-760793d4-3c4d-4a53-97e4-a8e68356c1f1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de/file'} Body: b'' 2023-04-19 15:51:15,221 91162 DEBUG [tempest.scenario.manager] image:19401dca-91ff-4159-974c-80498ded65de 2023-04-19 15:51:15,280 91162 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.056s 2023-04-19 15:51:15,280 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1547822728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+Dv6lKgDgeMtAY55ntcAqV+J8rGQE0N84+Lh75xftRa1Op+gDH1XJhrDIREdF+T5NSvilsloutRJCFbF/y0ZkPGI2N5Dsimlm6x9xgVqISEsLKqgaa//ALkjC/VByTxA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 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-a181322c-8793-4308-a680-a036d99e72f8', 'x-compute-request-id': 'req-a181322c-8793-4308-a680-a036d99e72f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-15478 22728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+Dv6lKgDgeMtAY55ntcAqV+J8rGQE0N84+Lh75xftRa1Op+gDH1XJhrDIREdF+T5NSvilsloutRJCFbF/y0ZkPGI2N5Dsimlm6x9xgVqISEsLKqgaa//ALkjC/VByTxA==", "fingerprint": "9a:e0:74:a0:5a:29:31:c6:76:8b:2f:57:f4:f1:62:2b", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6"}}' 2023-04-19 15:51:15,385 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-19 15:51:15,385 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5ab3e9f-34fb-4707-8df6-0f031d1bf429', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6bdea4f36e5f49e5a279f7273f5a66e6", "name": "tempest-TestMinimumBasicScenario-591841759-project-member", "password_expires_at": null}, "audit_ids": ["4s8qpnP8QkOMjqtK-wBJug"], "expires_at": "2023-04-19T16:51:15.000000Z", "issued_at": "2023-04-19T15:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7533c8ab8a45baa3d4bf8373fc0136", "name": "tempest-TestMinimumBasicScenario-591841759"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f7533c8ab8a45baa3d4bf8373fc0136", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:51:15,386 91162 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b8b96835-a471-4cde-adc1-5cf572ceb5ee', 'name': 'tempest-TestMinimumBasicScenario-1394444025-network', 'tenant_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f7533c8ab8a45baa3d4bf8373fc0136', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47909, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:48:13Z', 'updated_at': '2023-04-19T15:48:13Z', 'revision_number': 1} available for tenant 2023-04-19 15:51:15,951 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.564s 2023-04-19 15:51:15,951 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-642335254", "imageRef": "19401dca-91ff-4159-974c-80498ded65de", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "networks": [{"uuid": "b8b96835-a471-4cde-adc1-5cf572ceb5ee"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6db813-36f4-4cd4-8de8-fb7c6b8119ca', 'x-compute-request-id': 'req-bb6db813-36f4-4cd4-8de8-fb7c6b8119ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "szEiSTR3Pu6p"}}' 2023-04-19 15:51:16,020 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.066s 2023-04-19 15:51:16,021 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:51:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-030af1ad-b92c-460e-b51f-2a3337bcff5f', 'x-compute-request-id': 'req-030af1ad-b92c-460e-b51f-2a3337bcff5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "BUILD", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:16Z", "updated": "2023-04-19T15:51:15Z", "addresses": {}, "acce ssIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "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": []}}' 2023-04-19 15:52:06,878 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.799s 2023-04-19 15:52:06,878 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:06 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-f3292d89-85e8-41d7-a688-fee55210db5e', 'x-compute-request-id': 'req-f3292d89-85e8-41d7-a688-fee55210db5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:52:06,890 91162 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:53:07,762 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.812s 2023-04-19 15:53:07,762 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:06 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-0412a83a-6828-4ea4-aba0-0782171d7663', 'x-compute-request-id': 'req-0412a83a-6828-4ea4-aba0-0782171d7663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:07,988 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.214s 2023-04-19 15:53:07,989 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 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-ace9b503-3187-4b75-ba54-c967a93819a5', 'x-compute-request-id': 'req-ace9b503-3187-4b75-ba54-c967a93819a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}]}]}' 2023-04-19 15:53:08,148 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.155s 2023-04-19 15:53:08,148 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:07 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-337f7573-8d73-4fff-990b-e83260bb8ad8', 'x-compute-request-id': 'req-337f7573-8d73-4fff-990b-e83260bb8ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-498 5-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:51:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:08,342 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes 0.182s 2023-04-19 15:53:08,343 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1539352329", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce64df53-8bed-416d-8f63-0b46de32ea4f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce64df53-8bed-416d-8f63-0b46de32ea4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.286644", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:53:08,391 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.039s 2023-04-19 15:53:08,391 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-2f6886c9-c02b-4f61-884b-ba4a6e86149f', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6886c9-c02b-4f61-884b-ba4a6e86149f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:53:09,441 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.038s 2023-04-19 15:53:09,442 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d257cd-c770-4e6c-85d6-81dc210fcf21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d257cd-c770-4e6c-85d6-81dc210fcf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"volume": {"id": "f9710f14-7b00-4598-a039-296d2ef2c189", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:53:08.000000", "updated_at": "2023-04-19T15:53:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1539352329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189"}], "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136"}}' 2023-04-19 15:53:09,558 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.106s 2023-04-19 15:53:09,559 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-bf796de8-a872-40dd-8b4b-4b2d25ce3431', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f75 33c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'' 2023-04-19 15:53:09,594 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189 0.034s 2023-04-19 15:53:09,594 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2164d727-5800-41b9-93c2-50105334036d', 'x-openstack-request-id': 'req-2164d727-5800-41b9-93c2-50105334036d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f7533c8ab8a45baa3d4bf8373fc0136/volumes/f9710f14-7b00-4598-a039-296d2ef2c189'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9710f14-7b00-4598-a039-296d2ef2c189 could not be found."}}' 2023-04-19 15:53:09,711 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.115s 2023-04-19 15:53:09,711 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53: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-2077aaec-08dc-4de1-9016-f2a487c5f268', 'x-compute-request-id': 'req-2077aaec-08dc-4de1-9016-f2a487c5f268', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'' 2023-04-19 15:53:09,980 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.268s 2023-04-19 15:53:09,980 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:09 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-383a63cd-44f1-40c0-8f25-ab9ce74a6a0f', 'x-compute-request-id': 'req-383a63cd-44f1-40c0-8f25-ab9ce74a6a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"server": {"id": "14e694c9-db14-4985-848f-f5d5d4dba249", "name": "tempest-TestMinimumBasicScenario-server-642335254", "status": "ACTIVE", "tenant_id": "2f7533c8ab8a45baa3d4bf8373fc0136", "user_id": "6bdea4f36e5f49e5a279f7273f5a66e6", "metadata": {}, "hostId": "a79e17609df240c76283b1d5e5ac55aa617af3a97a1c9ff007938ab8", "image": {"id": "19401dca-91ff-4159-974c-80498ded65de", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/19401dca-91ff-4159-974c-80498ded65de"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:51:15Z", "updated": "2023-04-19T15:53:10Z", "addresses": {"tempest-TestMinimumBasicScenario-1394444025-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:01:a9"}]}, "accessIPv4": "", "acc essIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/14e694c9-db14-4985-848f-f5d5d4dba249"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1547822728", "OS-SRV-USG:launched_at": "2023-04-19T15:51:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:54:00,287 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249 0.246s 2023-04-19 15:54:00,287 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-958465d0-4610-4902-bc94-7e35798218a4', 'x-compute-request-id': 'req-958465d0-4610-4902-bc94-7e35798218a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/14e694c9-db14-4985-848f-f5d5d4dba249'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 14e694c9-db14-4985-848f-f5d5d4dba249 could not be found."}}' 2023-04-19 15:54:00,317 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1547822728 0.029s 2023-04-19 15:54:00,318 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800c0475-bde5-4b18-9112-68491176d713', 'x-compute-request-id': 'req-800c0475-bde5-4b18-9112-68491176d713', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1547822728'} Body: b'' 2023-04-19 15:54:00,417 91162 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de 0.099s 2023-04-19 15:54:00,418 91162 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-03e5938a-4816-4df5-bfd7-f72a53f73e22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/19401dca-91ff-4159-974c-80498ded65de'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e7a3ea14-62eb-410a-b066-ab19dadf89c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:23,510 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:52:23,510 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:52:23,671 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.155s 2023-04-19 15:52:23,671 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1965047516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:23 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-bc67f23a-783b-48fc-a376-bce49ed0d17f', 'x-compute-request-id': 'req-bc67f23a-783b-48fc-a376-bce49ed0d17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1965047516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA==", "fingerprint": "eb:05:c2:87:2f:fa:31:b7:6e:7f:51:bc:85:f6:30:eb", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:52:23,676 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1965047516 created 2023-04-19 15:52:23,839 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-19 15:52:23,840 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1987367291", "description": "tempest-description--1448407457"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-33dd788f-1e38-49f2-b176-8b5b259465af', 'date': 'Wed, 19 Apr 2023 15:52:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "name": "tempest-securitygroup--1987367291", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--1448407457", "shared": false, "security_group_rules": [{"id": "42866da2-ecfb-431d-8e2b-d6ab43a9b6db", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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": 857, "description": null, "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "45ff38b9-edce-429a-a39a-d3dcbf202288", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 858, "description": null, "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,013 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.173s 2023-04-19 15:52:24,014 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-03c5268d-9dbf-47e9-89c7-ba35bafe4405', 'date': 'Wed, 19 Apr 2023 15:52:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "195f00df-d135-4123-a005-873cc720aa45", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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, "description": "", "created_at": "2023-04-19T15:52:23Z", "updated_at": "2023-04-19T15:52:23Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,162 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-19 15:52:24,162 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d8f60fd5-7e6b-41b4-ac65-4bac6dcca58f', 'date': 'Wed, 19 Apr 2023 15:52:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8fbca4e0-b399-44c4-8319-4802adeffe14", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "3e1c8b46-99fa-42cf-836d-29d9d2b0b61f", "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, "description": "", "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:52:24Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:52:24,163 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1987367291 created 2023-04-19 15:52:25,278 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.114s 2023-04-19 15:52:25,278 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bdbe07f6-b020-4b08-9433-aa85aa13a004', 'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f122de99-bd9f-46d6-9d34-791a635bc33b", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.180", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:52:24Z", "revision_number": 0}}' 2023-04-19 15:52:25,279 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f122de99-bd9f-46d6-9d34-791a635bc33b', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:24Z', 'updated_at': '2023-04-19T15:52:24Z', 'revision_number': 0, 'ip': '172.24.4.180'} created 2023-04-19 15:52:25,370 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.079s 2023-04-19 15:52:25,370 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-75e31a4a-e494-4aa9-a0d8-0b9ac7937431', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["8_7qaJbzTS-wmohLBjzeeQ"], "expires_at": "2023-04-19T16:52:25.000000Z", "issued_at": "2023-04-19T15:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0. 0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:52:25,371 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:52:25,371 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1965047516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKRKocbHVyktSizcygUQ5DBxFzRoAr9jDDSHOyT1kK8D33Ykyalp8CeKC9l60qom+D1XurkHE19Yu2Of+P+DtQWJVV+UXZQPykMY2Og0aR5cOXk42rDe8jX2EsFwz3JhMA==', 'fingerprint': 'eb:05:c2:87:2f:fa:31:b7:6e:7f:51:bc:85:f6:30:eb', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDByqrCGsMMJsSTSRsHr58yKdCpaRUqp4a3u56IAh9BYtmRRHqqSgU1/\nhs/1yPuXO82gBwYFK4EEACKhZANiAASkSqHGx1cpLUos3MoFEOQwcRc0aAK/Yww0\nhzsk9ZCvA992JMmpafAnigvZetKqJvg9V7q5BxNfWLtjn/j/g7UFiVVflF2UD8pD\nGNjoNGkeXDl5ONqw3vI19hLBcM9yYTA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', 'name': 'tempest-securitygroup--1987367291', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--1448407457', 'shared': False, 'security_group_rules': [{'id': '42866da2-ecfb-431d-8e2b-d6ab43a9b6db', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', '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': 857, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': '45ff38b9-edce-429a-a39a-d3dcbf202288', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '3e1c8b46-99fa-42cf-836d-29d9d2b0b61f', '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': 858, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 0, 'project_id': '0c0984f297a84 7a2b58da65a2db97400'}], 'tags': [], 'created_at': '2023-04-19T15:52:23Z', 'updated_at': '2023-04-19T15:52:23Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': 'f122de99-bd9f-46d6-9d34-791a635bc33b', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:24Z', 'updated_at': '2023-04-19T15:52:24Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-04-19 15:52:26,406 91146 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 1.033s 2023-04-19 15:52:26,406 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-56896301", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "key_name": "tempest-keypair-1965047516", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce12c54-e0c3-4a47-a907-1fc181517a34', 'x-compute-request-id': 'req-2ce12c54-e0c3-4a47-a907-1fc181517a34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "adminPass": "password"}}' 2023-04-19 15:52:26,567 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.156s 2023-04-19 15:52:26,567 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cd253c-8540-48be-8da3-e7fe7807d65c', 'x-compute-request-id': 'req-a2cd253c-8540-48be-8da3-e7fe7807d65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1965047516", "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": []}}' 2023-04-19 15:53:16,865 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.282s 2023-04-19 15:53:16,866 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:16 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-8cbed6be-03a7-4068-a68f-9a3209d89a9e', 'x-compute-request-id': 'req-8cbed6be-03a7-4068-a68f-9a3209d89a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:52:33Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1965047516", "OS-SRV-USG:launched_at": "2023-04-19T15:52:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:16,877 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:54:17,090 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/os-interface 0.172s 2023-04-19 15:54:17,091 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:16 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-d3b52d12-dbc0-4b72-87f6-4858c53815d9', 'x-compute-request-id': 'req-d3b52d12-dbc0-4b72-87f6-4858c53815d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e", "mac_addr": "fa:16:3e:c0:03:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.5"}]}]}' 2023-04-19 15:54:18,075 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b 0.980s 2023-04-19 15:54:18,076 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d8c73f0e-f8af-40cd-9fc8-21aadd656d5c', 'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b'} Body: b'{"floatingip": {"id": "f122de99-bd9f-46d6-9d34-791a635bc33b", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.180", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "f84945a9-1e03-4314-bb67-215e109ffc4e", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:c0:03:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:24Z", "updated_at": "2023-04-19T15:54:17Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:18,078 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.180:22' as 'cirros' with public key authentication 2023-04-19 15:54:18,117 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:54:18,143 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:54:18,143 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.180 successfully created 2023-04-19 15:54:18,189 91146 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/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb/ips 0.045s 2023-04-19 15:54:18,189 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774a9503-861c-4c2d-8dfe-719ba97b6964', 'x-compute-request-id': 'req-774a9503-861c-4c2d-8dfe-719ba97b6964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6 c3-4c63-9c58-8a35482ec0eb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-19 15:54:18,429 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.236s 2023-04-19 15:54:18,429 91146 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-1043755061"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea26c54-5b10-4444-9c33-82408d908276', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea26c54-5b10-4444-9c33-82408d908276', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.367914", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:54:18,477 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3 0.038s 2023-04-19 15:54:18,478 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2ebba7-28e0-4c2e-a171-9916ce23a474', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2ebba7-28e0-4c2e-a171-9916ce23a474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:19,531 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attach ed_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3 0.042s 2023-04-19 15:54:19,531 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c64d62e-688b-421f-b188-0fcb81c49b4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c64d62e-688b-421f-b188-0fcb81c49b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3'} Body: b'{"volume": {"id": "e7a3ea14-62eb-410a-b066-ab19dadf89c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:18.000000", "updated_at": "2023-04-19T15:54:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1043755061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/e7a3ea14-62eb-410a-b066-ab19dadf89c3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:54:19,653 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.111s 2023-04-19 15:54:19,654 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54: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-e7c635a2-e147-441e-bdd9-26f84c4f4db4', 'x-compute-request-id': 'req-e7c635a2-e147-441e-bdd9-26f84c4f4db4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'' 2023-04-19 15:54:19,902 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.248s 2023-04-19 15:54:19,903 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5771a521-5e85-4446-a72d-250cd85453d7', 'x-compute-request-id': 'req-5771a521-5e85-4446-a72d-250cd85453d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"server": {"id": "2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb", "name": "tempest-AttachVolumeNegativeTest-server-56896301", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "ho stId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:26Z", "updated": "2023-04-19T15:54:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:03:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1965047516", "OS-SRV-USG:launched_at": "2023-04-19T15:52:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1987367291"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:55:10,008 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb 0.043s 2023-04-19 15:55:10,009 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-a3ceb0a5-90b6-4fa4-8d01-dc0e5a640854', 'x-compute-request-id': 'req-a3ceb0a5-90b6-4fa4-8d01-dc0e5a640854', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2fee6c2a-a6c3-4c63-9c58-8a35482ec0eb could not be found."}}' 2023-04-19 15:55:10,061 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1965047516 0.051s 2023-04-19 15:55:10,062 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-5bb1ed52-1c43-4dbd-a594-4c2b7c739184', 'x-compute-request-id': 'req-5bb1ed52-1c43-4dbd-a594-4c2b7c739184', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1965047516'} Body: b'' 2023-04-19 15:55:10,246 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f 0.183s 2023-04-19 15:55:10,246 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a313013f-6563-49b9-bac2-1c15a320b f63', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f'} Body: b'' 2023-04-19 15:55:10,267 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f 0.020s 2023-04-19 15:55:10,268 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-09013f63-3607-42ba-862b-b7540f40f3b4', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e1c8b46-99fa-42cf-836d-29d9d2b0b61f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e1c8b46-99fa-42cf-836d-29d9d2b0b61f does not exist", "detail": ""}}' 2023-04-19 15:55:10,699 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b 0.431s 2023-04-19 15:55:10,700 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bdf3e5ab-68d1-4291-90e8-29d8e4b55a8e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f122de99-bd9f-46d6-9d34-791a635bc33b'} 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2c829f39-995a-4184-8a43-a4c8c78a7973 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:52:34,058 91160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:52:34,059 91160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:52:34,110 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-19 15:52:34,110 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-950507142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:34 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-aa8480f3-d50c-448e-b9a1-5a04cdcb4c6e', 'x-compute-request-id': 'req-aa8480f3-d50c-448e-b9a1-5a04cdcb4c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-950507142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg==", "fingerprint": "1a:95:f8:97:20:e4:5b:50:c3:16:83:f4:57:c7:36:0b", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4"}}' 2023-04-19 15:52:34,113 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-950507142 created 2023-04-19 15:52:34,267 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-19 15:52:34,268 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1147612547", "description": "tempest-description--1415737186"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1c80ea33-c0a7-4f8c-bc9a-628cbda9ee22', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "name": "tempest-securitygroup--1147612547", "stateful": true, "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "tempest-description--1415737186", "shared": false, "security_group_rules": [{"id": "b93afe81-78a3-42da-a669-b9c5ec7ef09a", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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": 865, "description": null, "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}, {"id": "d36a5cbb-dc47-4551-a753-447a4c490c40", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 866, "description": null, "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}], "tags": [], "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,444 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-19 15:52:34,444 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d7965a0e-23b7-4e95-a3e8-c4d76b02c36d', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "292447a8-2e11-43e2-9b1c-194eca8cacba", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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, "description": "", "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,616 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-04-19 15:52:34,617 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23935aac-a153-4a2b-bfe5-d42718988539', 'date': 'Wed, 19 Apr 2023 15:52:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcddd957-25cb-4107-b0fe-707387a0eb0c", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "security_group_id": "c4e08335-75c8-49d6-99a0-e2825f54ae3a", "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, "description": "", "created_at": "2023-04-19T15:52:34Z", "updated_at": "2023-04-19T15:52:34Z", "revision_number": 0, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:52:34,617 91160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1147612547 created 2023-04-19 15:52:35,391 91160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.773s 2023-04-19 15:52:35,391 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-6d65e939-04ce-4fff-8e39-271f05a1fa26', 'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "be88528a-42a4-4f99-8d56-4a55051eb7d0", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.66", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c11a51b11d234c34a5ce2f2af04b03fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:35Z", "updated_at": "2023-04-19T15:52:35Z", "revision_number": 0}}' 2023-04-19 15:52:35,391 91160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'be88528a-42a4-4f99-8d56-4a55051eb7d0', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:35Z', 'updated_at': '2023-04-19T15:52:35Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-04-19 15:52:35,486 91160 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.089s 2023-04-19 15:52:35,487 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9b21033d-40af-48b1-9dce-0757964839d9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c38c4c3e9d6c4188a7fda942d147d9f4", "name": "tempest-AttachVolumeTestJSON-685384009-project-member", "password_expires_at": null}, "audit_ids": ["RAX2fneiTq-sf2GNjYjVTA"], "expires_at": "2023-04-19T16:52:35.000000Z", "issued_at": "2023-04-19T15:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c11a51b11d234c34a5ce2f2af04b03fe", "name": "tempest-AttachVolumeTestJSON-685384009"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5c e2f2af04b03fe", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c11a51b11d234c34a5ce2f2af04b03fe", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:52:35,487 91160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '89435102-530e-4931-a234-9a7fb5e878c4', 'name': 'tempest-AttachVolumeTestJSON-1548490433-network', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:49:41Z', 'updated_at': '2023-04-19T15:49:41Z', 'revision_number': 1} available for tenant 2023-04-19 15:52:35,488 91160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-950507142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPmM6Jck+sgqflHYQYyZAk120u6cnMT1OF685OpkhEpmGIKfWvLdlsVzM9H8RhkL7WmG0/r/b/pOz/G8ASLQmPxj9586tZZjxEtu/avpaIYpj4Sp9MrZWoc4gjTkf6KZcg==', 'fingerprint': '1a:95:f8:97:20:e4:5b:50:c3:16:83:f4:57:c7:36:0b', 'user_id': 'c38c4c3e9d6c4188a7fda942d147d9f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFaNMwDIdvuvZEY2jOC9+vOCJ84rd6hHgb9/9m5UYKss6D1iqvt+MX\nnKQ8eJyhlNSgBwYFK4EEACKhZANiAAT5jOiXJPrIKn5R2EGMmQJNdtLunJzE9The\nvOTqZIRKZhiCn1ry3ZbFczPR/EYZC+1phtP6/2/6Ts/xvAEi0Jj8Y/efOrWWY8RL\nbv2r6WiGKY+EqfTK2VqHOII05H+imXI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', 'name': 'tempest-securitygroup--1147612547', 'stateful': True, 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': 'tempest-description--1415737186', 'shared': False, 'security_group_rules': [{'id': 'b93afe81-78a3-42da-a669-b9c5ec7ef09a', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', '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': 865, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, {'id': 'd36a5cbb-dc47-4551-a753-447a4c490c40', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'security_group_id': 'c4e08335-75c8-49d6-99a0-e2825f54ae3a', '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, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 0, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}], 'tags': [], 'created_at': '2023-04- 19T15:52:34Z', 'updated_at': '2023-04-19T15:52:34Z', 'revision_number': 1, 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe'}, 'floating_ip': {'id': 'be88528a-42a4-4f99-8d56-4a55051eb7d0', 'tenant_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c11a51b11d234c34a5ce2f2af04b03fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:52:35Z', 'updated_at': '2023-04-19T15:52:35Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-04-19 15:52:36,180 91160 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.691s 2023-04-19 15:52:36,180 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1768752924", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "89435102-530e-4931-a234-9a7fb5e878c4"}], "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "key_name": "tempest-keypair-950507142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9062967c-f203-4f98-b0e9-1f94864ec93a', 'x-compute-request-id': 'req-9062967c-f203-4f98-b0e9-1f94864ec93a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "adminPass": "password"}}' 2023-04-19 15:52:36,251 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.067s 2023-04-19 15:52:36,251 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1311ce40-72a4-4f49-a42d-36d674d20e2d', 'x-compute-request-id': 'req-1311ce40-72a4-4f49-a42d-36d674d20e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "BUILD", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "lin ks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:52:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-950507142", "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": []}}' 2023-04-19 15:53:26,543 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.229s 2023-04-19 15:53:26,543 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61ffe759-4bba-4f48-b31d-ecaecc2fec90', 'x-compute-request-id': 'req-61ffe759-4bba-4f48-b31d-ecaecc2fec90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:52:43Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-950507142", "OS-SRV-USG:launched_at": "2023-04-19T15:52:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:53:26,555 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:54:27,089 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/os-interface 0.473s 2023-04-19 15:54:27,089 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:26 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-cada3737-88f8-483c-8a1f-4c1f3e782d24', 'x-compute-request-id': 'req-cada3737-88f8-483c-8a1f-4c1f3e782d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "89435102-530e-4931-a234-9a7fb5e878c4", "port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7", "mac_addr": "fa:16:3e:43:c8:e8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f3268a4-2a11-431c-adaf-2c2bc79ab78a", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:54:27,884 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0 0.791s 2023-04-19 15:54:27,885 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bb0fc347-f1a2-4464-b838-a75c603b97e0', 'date': 'Wed, 19 Apr 2023 15:54:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0'} Body: b'{"floatingip": {"id": "be88528a-42a4-4f99-8d56-4a55051eb7d0", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "floating_ip_address": "172.24.4.66", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "c25337a0-19d8-4f72-9bea-ef0369359f29", "port_id": "80467c85-0f18-4ae7-ba12-97a8027ebfd7", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "89435102-530e-4931-a234-9a7fb5e878c4", "mac_address": "fa:16:3e:43:c8:e8", "admin_state_up": true, "status": "ACTIVE", "device_id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:52:35Z", "updated_at": "2023-04-19T15:54:27Z", "revision_number": 1, "project_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:27,887 91160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2023-04-19 15:54:27,925 91160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:54:27,946 91160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:54:27,947 91160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2023-04-19 15:54:27,986 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/ips 0.038s 2023-04-19 15:54:27,987 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:27 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-679d7f43-d04f-4824-aba1-151ed66ba9b4', 'x-compute-request-id': 'req-679d7f43-d04f-4824-aba1-151ed66ba9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-19 15:54:28,204 91160 INF O [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes 0.212s 2023-04-19 15:54:28,205 91160 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-155151771"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94dcb5a2-957d-4179-a19f-df698340c988', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94dcb5a2-957d-4179-a19f-df698340c988', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.146486", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:54:28,291 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973 0.076s 2023-04-19 15:54:28,292 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72950bb3-5a40-4866-96d8-0cf4db201c25', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72950bb3-5a40-4866-96d8-0cf4db201c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:29,350 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973 0.046s 2023-04-19 15:54:29,350 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab96fe1-0ce2-43f2-a9d7-4a2a3210c4e8', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab96fe1-0ce2-43f2-a9d7-4a2a3210c4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973'} Body: b'{"volume": {"id": "2c829f39-995a-4184-8a43-a4c8c78a7973", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:54:28.000000", "updated_at": "2023-04-19T15:54:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-155151771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c11a51b11d234c34a5ce2f2af04b03fe/volumes/2c829f39-995a-4184-8a43-a4c8c78a7973"}], "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe"}}' 2023-04-19 15:54:29,476 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.115s 2023-04-19 15:54:29,476 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54: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-7cc0b99c-5069-47f6-b466-ca6723165477', 'x-compute-request-id': 'req-7cc0b99c-5069-47f6-b466-ca6723165477', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'' 2023-04-19 15:54:29,768 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.290s 2023-04-19 15:54:29,768 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362c3e96-88dd-4cad-8896-ccdb33af0ecd', 'x-compute-request-id': 'req-362c3e96-88dd-4cad-8896-ccdb33af0ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"server": {"id": "11dc674e-6575-4da2-98d7-88f0db3830bc", "name": "tempest-AttachVolumeTestJSON-server-1768752924", "status": "ACTIVE", "tenant_id": "c11a51b11d234c34a5ce2f2af04b03fe", "user_id": "c38c4c3e9d6c4188a7fda942d147d9f4", "metadata": {}, "hostId": "c8e66ad1c4bd0eec70e381f8bef94e1db88dc0089f274e4033b3f4bb", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:52:36Z", "updated": "2023-04-19T15:54:29Z", "addresses": {"tempest-AttachVolumeTestJSON-1548490433-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:c8:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11dc674e-6575-4da2-98d7-88f0db3830bc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-950507142", "OS-SRV-USG:launched_at": "2023-04-19T15:52:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1147612547"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:55:19,977 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc 0.178s 2023-04-19 15:55:19,977 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55: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-213a2666-706c-490e-863d-2b5f175c6c8a', 'x-compute-request-id': 'req-213a2666-706c-490e-863d-2b5f175c6c8a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11dc674e-6575-4da2-98d7-88f0db3830bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 11dc674e-6575-4da2-98d7-88f0db3830bc could not be found."}}' 2023-04-19 15:55:20,011 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-950507142 0.032s 2023-04-19 15:55:20,011 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9528c39-f439-4edf-af39-8efbfd066e46', 'x-compute-request-id': 'req-b9528c39-f439-4edf-af39-8efbfd066e46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-950507142'} Body: b'' 2023-04-19 15:55:20,195 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a 0.183s 2023-04-19 15:55:20,195 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3832ee46-7c12-427f-bd9c-1660217978db', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a'} Body: b'' 2023-04-19 15:55:20,213 91160 INFO [tempest.lib.co mmon.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a 0.017s 2023-04-19 15:55:20,214 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-425762e2-ee8c-4355-a232-2722ca2d4888', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c4e08335-75c8-49d6-99a0-e2825f54ae3a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c4e08335-75c8-49d6-99a0-e2825f54ae3a does not exist", "detail": ""}}' 2023-04-19 15:55:20,667 91160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0 0.452s 2023-04-19 15:55:20,667 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fa5f2fd2-f4ed-428e-81e8-5ba36d7da01a', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:55:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/be88528a-42a4-4f99-8d56-4a55051eb7d0'} Body: b'' 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fb73d441-6b41-42bb-8833-5ac0f20c869b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:26,944 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes 0.467s 2023-04-19 15:55:26,944 91160 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-770502440"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dda1363-2bb5-4edb-ad6e-8b26b77b402e', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dda1363-2bb5-4edb-ad6e-8b26b77b402e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:26.879790", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:27,048 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.093s 2023-04-19 15:55:27,049 91160 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, 19 Apr 2023 15:55:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a902c22-69a2-4bfa-8ca9-3b64d7e59f97', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a902c22-69a2-4bfa-8ca9-3b64d7e59f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,105 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.040s 2023-04-19 15:55:28,105 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5f3015-379b-49b0-91bb-5afda637bce3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5f3015-379b-49b0-91bb-5afda637bce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": "2023-04-19T15:55:27.000000", "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,161 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.043s 2023-04-19 15:55:28,161 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bdf01a5-ef89-46e0-90ae-348174750df7', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bdf01a5-ef89-46e0-90ae-348174750df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"volume": {"id": "fb73d441-6b41-42bb-8833-5ac0f20c869b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:27.000000", "updated_at": "2023-04-19T15:55:27.000000", "name": "tempest-VolumesTransfersV355Test-Volume-770502440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:28,299 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.127s 2023-04-19 15:55:28,299 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8720ae01-5c41-4378-ad09-5a805943f04f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'' 2023-04-19 15:55:28,330 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b 0.030s 2023-04-19 15:55:28,331 91160 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, 19 Apr 2023 15:55:28 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-5bcbf5a8-e73d-4597-aac4-7c94d7fae861', 'x-openstack-request-id': 'req-5bcbf5a8-e73d-4597-aac4-7c94d7fae861', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/fb73d441-6b41-42bb-8833-5ac0f20c869b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fb73d441-6b41-42bb-8833-5ac0f20c869b 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb6e27f6-647b-4f05-acb6-fc527448872e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:28,528 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes 0.194s 2023-04-19 15:55:28,529 91160 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-634870413"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f89117b9-0c7b-4f83-8e37-add17de17ff0', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f89117b9-0c7b-4f83-8e37-add17de17ff0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.466728", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:28,583 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.044s 2023-04-19 15:55:28,583 91160 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, 19 Apr 2023 15:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa43b7f-d82d-42ed-b399-ffdc0c43a27c', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa43b7f-d82d-42ed-b399-ffdc0c43a27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,639 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.042s 2023-04-19 15:55:29,639 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de0d9df-06eb-4393-a449-472f75ceee96', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de0d9df-06eb-4393-a449-472f75ceee96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": "2023-04-19T15:55:29.000000", "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,728 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.078s 2023-04-19 15:55:29,729 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46fd6e5e-a661-4ec6-965c-284763e797ea', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46fd6e5e-a661-4ec6-965c-284763e797ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"volume": {"id": "cb6e27f6-647b-4f05-acb6-fc527448872e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:28.000000", "updated_at": "2023-04-19T15:55:29.000000", "name": "tempest-VolumesTransfersV355Test-Volume-634870413", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e"}], "user_id": "028078bf50c44c1aa7cc741626fd57fd", "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": "c1639a96d4bd4b30a2f9406712b37502"}}' 2023-04-19 15:55:29,837 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.097s 2023-04-19 15:55:29,838 91160 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, 19 Apr 2023 15:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e200df3-0f0a-477f-8358-01fb0c6492c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'' 2023-04-19 15:55:29,861 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e 0.022s 2023-04-19 15:55:29,861 91160 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, 19 Apr 2023 15:55:29 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-d2592581-d0af-4a3b-8cbc-32bc23097372', 'x-openstack-request-id': 'req-d2592581-d0af-4a3b-8cbc-32bc23097372', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c1639a96d4bd4b30a2f9406712b37502/volumes/cb6e27f6-647b-4f05-acb6-fc527448872e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb6e27f6-647b-4f05-acb6-fc527448872e could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe246ec1-6310-4037-85f5-bc5c82d3b401 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:34,656 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes 0.530s 2023-04-19 15:55:34,657 91160 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-2104340197"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8463798a-b24d-46dc-9757-b8d5c30ca9dc', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8463798a-b24d-46dc-9757-b8d5c30ca9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:34.580498", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:34,711 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.039s 2023-04-19 15:55:34,712 91160 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, 19 Apr 2023 15:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20648a3a-e500-4344-817a-8545118cdb73', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20648a3a-e500-4344-817a-8545118cdb73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,764 91160 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.040s 2023-04-19 15:55:35,765 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b09c019-eb0b-4895-9ed0-9c20f180d259', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b09c019-eb0b-4895-9ed0-9c20f180d259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": "2023-04-19T15:55:35.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,829 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.051s 2023-04-19 15:55:35,829 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73f75510-9c9f-41ba-b123-945bb6e1e5b3', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f75510-9c9f-41ba-b123-945bb6e1e5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"volume": {"id": "fe246ec1-6310-4037-85f5-bc5c82d3b401", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:35.000000", "updated_at": "2023-04-19T15:55:35.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2104340197", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:35,969 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.129s 2023-04-19 15:55:35,969 91160 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, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c801c40a-fa16-4d29-8eb3-4daf2d7dee9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'' 2023-04-19 15:55:35,991 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401 0.021s 2023-04-19 15:55:35,991 91160 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, 19 Apr 2023 15:55:35 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-c60f32d7-393c-4983-9392-5cccb403d779', 'x-openstack-request-id': 'req-c60f32d7-393c-4983-9392-5cccb403d779', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/fe246ec1-6310-4037-85f5-bc5c82d3b401'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe246ec1-6310-4037-85f5-bc5c82d3b401 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dc0217b6-e5eb-464f-a6b4-833855e0b316 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:36,189 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes 0.192s 2023-04-19 15:55:36,189 91160 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-1912059671"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd030812-299d-4b88-808c-546c3768fd1e', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd030812-299d-4b88-808c-546c3768fd1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.133849", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 15:55:36,261 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.061s 2023-04-19 15:55:36,261 91160 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, 19 Apr 2023 15:55:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c826c79c-c3c2-4586-93db-7b37e3c3103e', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c826c79c-c3c2-4586-93db-7b37e3c3103e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,312 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.039s 2023-04-19 15:55:37,313 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-173410ba-8730-4b50-9af5-ef7d11138c13', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-173410ba-8730-4b50-9af5-ef7d11138c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": "2023-04-19T15:55:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,364 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.040s 2023-04-19 15:55:37,364 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa0f2e1-ec17-4a28-acc1-27ae39f1efc9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa0f2e1-ec17-4a28-acc1-27ae39f1efc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"volume": {"id": "dc0217b6-e5eb-464f-a6b4-833855e0b316", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:36.000000", "updated_at": "2023-04-19T15:55:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1912059671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316"}], "user_id": "9ef4e49332e9490a8870552fb7aa0355", "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": "ff1a3e203f2548f3bf17325369858da6"}}' 2023-04-19 15:55:37,481 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.106s 2023-04-19 15:55:37,481 91160 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, 19 Apr 2023 15:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3040413-a64c-4112-87d2-b6d00d16fe6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'' 2023-04-19 15:55:37,503 91160 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316 0.021s 2023-04-19 15:55:37,503 91160 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, 19 Apr 2023 15:55:37 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-68ff75d1-56c6-40f4-a4a6-bf3a05ccc8b1', 'x-openstack-request-id': 'req-68ff75d1-56c6-40f4-a4a6-bf3a05ccc8b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff1a3e203f2548f3bf17325369858da6/volumes/dc0217b6-e5eb-464f-a6b4-833855e0b316'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc0217b6-e5eb-464f-a6b4-833855e0b316 could not be found."}}' 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8c2d8074-4643-4068-ad4a-cb1288aadf23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:40,769 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes 0.363s 2023-04-19 15:55:40,770 91160 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-90761575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4599dc7-4af1-4b80-9d66-324e7b2027bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4599dc7-4af1-4b80-9d66-324e7b2027bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:40.709979", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:55:40,820 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23 0.040s 2023-04-19 15:55:40,821 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5a13af-d6bc-42cb-89ab-6b8b35db4d13', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5a13af-d6bc-42cb-89ab-6b8b35db4d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:41.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e036531cc404a68963d2741d23a2f44"}}' 2023-04-19 15:55:41,886 91160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23 0.044s 2023-04 -19 15:55:41,886 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36cf0318-d807-41f1-aa70-29a3b074ef8b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36cf0318-d807-41f1-aa70-29a3b074ef8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23'} Body: b'{"volume": {"id": "8c2d8074-4643-4068-ad4a-cb1288aadf23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:41.000000", "updated_at": "2023-04-19T15:55:41.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-90761575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e036531cc404a68963d2741d23a2f44/volumes/8c2d8074-4643-4068-ad4a-cb1288aadf23"}], "user_id": "eb482fa0a3f543be81d3bc2c65ffa4a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e036531cc404a68963d2741d23a2f44"}}' 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 47, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6317d393-799a-42da-a52b-432bedd6b902 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:44,366 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes 0.547s 2023-04-19 15:55:44,366 91160 DEBUG [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-927670146"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46037a3e-9512-4c6d-b86f-386e55b72ac2', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46037a3e-9512-4c6d-b86f-386e55b72ac2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.105694", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 15:55:44,416 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902 0.039s 2023-04-19 15:55:44,416 91160 DEBUG [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, 19 Apr 2023 15:55:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d333030-0aba-42e7-be56-9331b5e4f8fb', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d333030-0aba-42e7-be56-9331b5e4f8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 2023-04-19 15:55:45,475 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902 0.046s 2023-04-19 15:55:45,475 91160 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d3cebb-be93-4f4c-bb4c-0d70274169b3', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d3cebb-be93-4f4c-bb4c-0d70274169b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902'} Body: b'{"volume": {"id": "6317d393-799a-42da-a52b-432bedd6b902", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:44.000000", "updated_at": "2023-04-19T15:55:44.000000", "name": "tempest-VolumeRevertTests-Volume-927670146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/6317d393-799a-42da-a52b-432bedd6b902"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 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 47, 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 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 29a641b4-d490-483e-9fe6-f206de11c3f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:45,750 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes 0.262s 2023-04-19 15:55:45,751 91160 DEBUG [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-1025900199"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b49aa6e-b56b-4724-8e6c-b2b9413ceb5c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b49aa6e-b56b-4724-8e6c-b2b9413ceb5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:45.657179", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 15:55:45,799 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4 0.039s 2023-04-19 15:55:45,800 91160 DEBUG [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, 19 Apr 2023 15:55:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a43d97ab-7184-410c-b13a-eac2ae30e937', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a43d97ab-7184-410c-b13a-eac2ae30e937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:46.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 2023-04-19 15:55:46,859 91160 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4 0.040s 2023-04-19 15:55:46,859 91160 DEBUG [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, 19 Apr 2023 15:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a18e7a-4611-40d7-b179-960af678fda6', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a18e7a-4611-40d7-b179-960af678fda6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4'} Body: b'{"volume": {"id": "29a641b4-d490-483e-9fe6-f206de11c3f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:55:46.000000", "updated_at": "2023-04-19T15:55:46.000000", "name": "tempest-VolumeRevertTests-Volume-1025900199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb133f5f6c384c47b59e0456eae80aac/volumes/29a641b4-d490-483e-9fe6-f206de11c3f4"}], "user_id": "487f300fd7c94a02bccb0ef723541dfa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fb133f5f6c384c47b59e0456eae80aac"}}' 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6df86eb-4f88-4583-bfb0-da879bdf4af3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:55:10,704 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:55:10,704 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:55:10,767 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 15:55:10,768 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-220553051", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4ddcb27-e711-42f9-986c-6c0dc3c604e7', 'x-compute-request-id': 'req-c4ddcb27-e711-42f9-986c-6c0dc3c604e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-220553051", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q==", "fingerprint": "85:b6:9f:a6:12:7c:cd:d2:3b:4f:3d:d3:d8:9f:eb:90", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:55:10,770 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-220553051 created 2023-04-19 15:55:10,938 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-19 15:55:10,938 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1311418414", "description": "tempest-description--572105335"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7c6fcca6-c9f6-4b7c-af73-ce91dd253460', 'date': 'Wed, 19 Apr 2023 15:55:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "name": "tempest-securitygroup--1311418414", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--572105335", "shared": false, "security_group_rules": [{"id": "b59e7f4a-cba4-4dbb-ac59-f59e4ebaa12a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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": 965, "description": null, "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "c7549e71-617c-414b-a7ac-9e0440477ab8", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 964, "description": null, "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:55:10Z", "updated_at": "2023-04-19T15:55:10Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,103 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-19 15:55:11,103 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d04c6538-61b2-4c74-8efe-22f97b9bc65b', 'date': 'Wed, 19 Apr 2023 15:55:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eac113a4-dade-4b46-939a-da769505c5b1", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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, "description": "", "created_at": "2023-04-19T15:55:11Z", "updated_at": "2023-04-19T15:55:11Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,288 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-19 15:55:11,288 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18f4c857-a866-4de3-91c4-3147ced67bca', 'date': 'Wed, 19 Apr 2023 15:55:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f9f351b-a1cb-4ebc-8142-573722bca175", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "16f68cf0-a52c-4de6-8f67-76b9a15c68b2", "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, "description": "", "created_at": "2023-04-19T15:55:11Z", "updated_at": "2023-04-19T15:55:11Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:55:11,289 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1311418414 created 2023-04-19 15:55:12,539 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.250s 2023-04-19 15:55:12,540 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-7f1d343c-6927-4fed-bb27-92ec368a1842', 'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9d8ad306-be40-4b8b-979a-da710ac5164a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.212", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:55:12Z", "updated_at": "2023-04-19T15:55:12Z", "revision_number": 0}}' 2023-04-19 15:55:12,540 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9d8ad306-be40-4b8b-979a-da710ac5164a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.212', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:55:12Z', 'updated_at': '2023-04-19T15:55:12Z', 'revision_number': 0, 'ip': '172.24.4.212'} created 2023-04-19 15:55:12,630 91146 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.083s 2023-04-19 15:55:12,631 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3b7f8aa4-1ec1-44f8-bd6e-82719e8e8c9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["jVvvKsh1SIaGsHul6FHkPA"], "expires_at": "2023-04-19T16:55:12.000000Z", "issued_at": "2023-04-19T15:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:55:12,631 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:55:12,632 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-220553051', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMWVkh80wqwjUkU+mvV6V8yypDj8VgP9eo3hVG76UgLjd/z0uwUmF5U95q8QcKi/k16kJQUhxE5DqAVVdPf1xlVyIjKLzJI1zQ2y4S3ab4kZghnxLI6hMOC/Jax5PEK1Q==', 'fingerprint': '85:b6:9f:a6:12:7c:cd:d2:3b:4f:3d:d3:d8:9f:eb:90', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBY6rxNatP6vDgKqcgTiFGgwGW98tQn23R5ukXBs197K6N7Ol6lcKbh\n/oNWlBL8QfagBwYFK4EEACKhZANiAARDFlZIfNMKsI1JFPpr1elfMsqQ4/FYD/Xq\nN4VRu+lIC43f89LsFJheVPeavEHCov5NepCUFIcROQ6gFVXT39cZVciIyi8ySNc0\nNsuEt2m+JGYIZ8SyOoTDgvyWseTxCtU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', 'name': 'tempest-securitygroup--1311418414', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--572105335', 'shared': False, 'security_group_rules': [{'id': 'b59e7f4a-cba4-4dbb-ac59-f59e4ebaa12a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', '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': 965, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': 'c7549e71-617c-414b-a7ac-9e0440477ab8', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '16f68cf0-a52c-4de6-8f67-76b9a15c68b2', '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': 964, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db974 00'}], 'tags': [], 'created_at': '2023-04-19T15:55:10Z', 'updated_at': '2023-04-19T15:55:10Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': '9d8ad306-be40-4b8b-979a-da710ac5164a', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.212', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:55:12Z', 'updated_at': '2023-04-19T15:55:12Z', 'revision_number': 0, 'ip': '172.24.4.212'}} 2023-04-19 15:55:13,327 91146 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.694s 2023-04-19 15:55:13,328 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-759932341", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "key_name": "tempest-keypair-220553051", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45fdd8eb-c350-4c3f-9763-bb4e2759f95a', 'x-compute-request-id': 'req-45fdd8eb-c350-4c3f-9763-bb4e2759f95a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "adminPass": "password"}}' 2023-04-19 15:55:13,402 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.071s 2023-04-19 15:55:13,403 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:55:13 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-972ce4e9-33fe-47e2-a8f5-2e809c73da6d', 'x-compute-request-id': 'req-972ce4e9-33fe-47e2-a8f5-2e809c73da6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/comput e/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:55:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-220553051", "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": []}}' 2023-04-19 15:56:03,793 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.330s 2023-04-19 15:56:03,793 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb0d3cc9-721a-4c1b-9e01-874d554cb861', 'x-compute-request-id': 'req-bb0d3cc9-721a-4c1b-9e01-874d554cb861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:55:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-220553051", "OS-SRV-USG:launched_at": "2023-04-19T15:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:56:03,805 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:57:04,045 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/os-interface 0.179s 2023-04-19 15:57:04,045 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:03 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-afdd00e2-cc5b-4c8e-9ebe-820bf0fd5bbe', 'x-compute-request-id': 'req-afdd00e2-cc5b-4c8e-9ebe-820bf0fd5bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b", "mac_addr": "fa:16:3e:c4:0f:36", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:57:04,890 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a 0.840s 2023-04-19 15:57:04,891 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-db1f4137-0d7d-439d-88a9-e3c730ffd866', 'date': 'Wed, 19 Apr 2023 15:57:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a'} Body: b'{"floatingip": {"id": "9d8ad306-be40-4b8b-979a-da710ac5164a", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.212", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "41d3dd5e-4519-418d-9135-4f8a79fb139b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:c4:0f:36", "admin_state_up": true, "status": "ACTIVE", "device_id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:55:12Z", "updated_at": "2023-04-19T15:57:04Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:04,893 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.212:22' as 'cirros' with public key authentication 2023-04-19 15:57:04,928 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:57:04,950 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:57:04,951 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.212 successfully created 2023-04-19 15:57:05,018 91146 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/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/ips 0.066s 2023-04-19 15:57:05,019 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20be0c12-0419-4732-91a3-6a122132d8b3', 'x-compute-request-id': 'req-20be0c12-0419-4732-91a3-6a122132d8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585/ips'} Body : b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-19 15:57:05,322 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.300s 2023-04-19 15:57:05,322 91146 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-1350262886"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67978b28-d8da-486f-b92f-f559a317ca40', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67978b28-d8da-486f-b92f-f559a317ca40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.147649", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:57:05,375 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3 0.043s 2023-04-19 15:57:05,375 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d7e42c-6893-43b0-9c4b-a1a355ae4e53', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d7e42c-6893-43b0-9c4b-a1a355ae4e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:06,451 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/ volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3 0.063s 2023-04-19 15:57:06,451 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d2a73c9-ff60-4ef6-8a5e-3625970c331c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d2a73c9-ff60-4ef6-8a5e-3625970c331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3'} Body: b'{"volume": {"id": "a6df86eb-4f88-4583-bfb0-da879bdf4af3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:05.000000", "updated_at": "2023-04-19T15:57:05.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1350262886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/a6df86eb-4f88-4583-bfb0-da879bdf4af3"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:06,582 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.119s 2023-04-19 15:57:06,583 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8a4b5db-d90b-4dd8-89ce-92e54382b2d5', 'x-compute-request-id': 'req-d8a4b5db-d90b-4dd8-89ce-92e54382b2d5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'' 2023-04-19 15:57:06,858 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.274s 2023-04-19 15:57:06,858 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1450dfdb-6631-4290-9daf-5bfff798cf2f', 'x-compute-request-id': 'req-1450dfdb-6631-4290-9daf-5bfff798cf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"server": {"id": "e9b767b9-3bb5-4391-87a9-9ea6c1ca2585", "name": "tempest-AttachVolumeNegativeTest-server-759932341", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec57 11c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:55:13Z", "updated": "2023-04-19T15:57:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}, {"version": 4, "addr": "172.24.4.212", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0f:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-220553051", "OS-SRV-USG:launched_at": "2023-04-19T15:55:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1311418414"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:57:57,138 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 0.267s 2023-04-19 15:57:57,139 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-16d41760-54b2-468a-b99a-de16e408d5b8', 'x-compute-request-id': 'req-16d41760-54b2-468a-b99a-de16e408d5b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e9b767b9-3bb5-4391-87a9-9ea6c1ca2585'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e9b767b9-3bb5-4391-87a9-9ea6c1ca2585 could not be found."}}' 2023-04-19 15:57:57,167 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-220553051 0.027s 2023-04-19 15:57:57,167 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57: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-f74776a4-366d-485f-b9be-ab6c2eb5472a', 'x-compute-request-id': 'req-f74776a4-366d-485f-b9be-ab6c2eb5472a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-220553051'} Body: b'' 2023-04-19 15:57:57,362 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2 0.194s 2023-04-19 15:57:57,363 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5585f10d-4d99-441b-a55c-291a858dce37', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:5 7:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2'} Body: b'' 2023-04-19 15:57:57,379 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2 0.015s 2023-04-19 15:57:57,379 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5e6ffead-955a-4c7e-b288-79ad02d02de7', 'date': 'Wed, 19 Apr 2023 15:57:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/16f68cf0-a52c-4de6-8f67-76b9a15c68b2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 16f68cf0-a52c-4de6-8f67-76b9a15c68b2 does not exist", "detail": ""}}' 2023-04-19 15:57:57,824 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a 0.445s 2023-04-19 15:57:57,825 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-afbe25e2-2ec7-41cf-8618-981c2b9c449b', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:57:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9d8ad306-be40-4b8b-979a-da710ac5164a'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, 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 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 282bba18-f0a5-4169-9934-0d8851e3a755 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:56:01,917 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.259s 2023-04-19 15:56:01,917 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-798379832", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEltTVHr5/GCtgVriEbWZRtH6U1/wU+NHwUI5PtKtr/mTfXBkCuqlJXmjR5dRuXm6B7TsciJez5+mkR1dwegrixUsfOXZOqE8n5O3JsV9voqtfw79VQKNuMnUUvrJslOdQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ee104fe-3047-418c-a451-30846514bdbf', 'x-compute-request-id': 'req-2ee104fe-3047-418c-a451-30846514bdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-798379832", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEltTVHr5/GCtgVriEbWZRtH6U1/wU+NHwUI5PtKtr/mTfXBkCuqlJXmjR5dRuXm6B7TsciJez5+mkR1dwegrixUsfOXZOqE8n5O3JsV9voqtfw79VQKNuMnUUvrJslOdQ==", "fingerprint": "4e:30:cc:73:02:0b:85:3b:98:54:63:d9:ea:ae:fa:5e", "user_id": "85563e13aef94c338dfc6b02951cdb0e"}}' 2023-04-19 15:56:02,077 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-04-19 15:56:02,077 91160 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-1733015550", "description": "tempest-secgroup-smoke-1733015550 description", "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d6b67d90-493d-4363-b934-000d304adde8', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "name": "tempest-secgroup-smoke-1733015550", "stateful": true, "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "description": "tempest-secgroup-smoke-1733015550 description", "shared": false, "security_group_rules": [{"id": "64cc5463-acbb-420b-aca5-aae680a002c0", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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": 1037, "description": null, "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}, {"id": "e3cbee7b-4cc3-413e-ad9f-c62b1b612848", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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": 1036, "description": null, "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}], "tags": [], "created_at": "2023-04-19T15:56:01Z", "updated_at": "2023-04-19T15:56:01Z", "revision_number" : 1, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,242 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-19 15:56:02,242 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-db504176-3462-43c8-a690-20fc702768dc', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6bfe340b-e3ed-41e7-abf2-81c282afda5a", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,516 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.274s 2023-04-19 15:56:02,517 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-163eb91c-5479-4517-b73c-9d8dacf441bb', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ebc1d0b-4391-4053-a258-e2af69eab8a4", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,803 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.285s 2023-04-19 15:56:02,803 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-198b53cd-287d-4c67-bab0-619a210152bb', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc5d3037-0460-4ed4-aece-f4d9071a2b8a", "tenant_id": "3df962 50893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:02,974 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-19 15:56:02,974 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-70a29d3c-c82b-458e-a1c3-02eba4283fc8', 'date': 'Wed, 19 Apr 2023 15:56:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7933d0cc-bb6c-4a0d-a27e-aeb6eb5f727f", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:02Z", "updated_at": "2023-04-19T15:56:02Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,130 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-19 15:56:03,131 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-6b968593-f311-4626-963b-e58b4bb6cb82', 'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a83c4c50-2fc9-4b14-88dc-78c1919699cd", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:03Z", "updated_at": "2023-04-19T15:56:03Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,300 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-04-19 15:56:03,300 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "project_id": "3df96250893c4e04bc8aaff0e0623b9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4b7ef1c3-4b3e-485c-a1cf-f7076a1dccbd', 'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9ea210f-9810-4362-b91a-5a0b03b1713e", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "security_group_id": "98ee4c41-261c-420e-9535-6e3b0e61327a", "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, "description": "", "created_at": "2023-04-19T15:56:03Z", "updated_at": "2023-04-19T15:56:03Z", "revision_number": 0, "project_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:56:03,475 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-19 15:56:03,475 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc280e05-c92d-4d25-93ef-70efd768ca7a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "85563e13aef94c338dfc6b02951cdb0e", "name": "tempest-SnapshotDataIntegrityTests-30609823-project-member", "password_expires_at": null}, "audit_ids": ["DaGTrg2kR-aPjQAbZivHZA"], "expires_at": "2023-04-19T16:56:03.000000Z", "issued_at": "2023-04-19T15:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3df96250893c4e04bc8aaff0e0623b9c", "name": "tempest-SnapshotDataIntegrityTests-30609823"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3df96250893c4e04bc8aaff0e0623b9c", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:56:03,476 91160 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '5a004163-8697-44f3-b7a3-bef7e8653edc', 'name': 'tempest-SnapshotDataIntegrityTests-1116167447-network', 'tenant_id': '3df96250893c4e04bc8aaff0e0623b9c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3df96250893c4e04bc8aaff0e0623b9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28395, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:55:48Z', 'updated_at': '2023-04-19T15:55:48Z', 'revision_number': 1} available for tenant 2023-04-19 15:56:04,312 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.834s 2023-04-19 15:56:04,313 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "networks": [{"uuid": "5a004163-8697-44f3-b7a3-bef7e8653edc"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f965a93-f283-499e-9337-d48204a2f1d1', 'x-compute-request-id': 'req-0f965a93-f283-499e-9337-d48204a2f1d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "adminPass": "KDtntav5aQd9"}}' 2023-04-19 15:56:04,385 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.068s 2023-04-19 15:56:04,385 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-179d2439-5249-44a8-b41b-35f6f291072d', 'x-compute-request-id': 'req-179d2439-5249-44a8-b41b-35f6f291072d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77' } Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "BUILD", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "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": []}}' 2023-04-19 15:56:54,737 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.309s 2023-04-19 15:56:54,738 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc854bae-1b72-48da-8c6a-87cdd1f7147b', 'x-compute-request-id': 'req-bc854bae-1b72-48da-8c6a-87cdd1f7147b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:11Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:56:54,751 91160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:57:55,165 91160 INFO [tempest.lib.common.rest_client] Reque st (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.382s 2023-04-19 15:57:55,166 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec706575-adcb-4b64-9896-02ada16343a5', 'x-compute-request-id': 'req-ec706575-adcb-4b64-9896-02ada16343a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:56:11Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:57:55,422 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes 0.240s 2023-04-19 15:57:55,422 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd2e4fb-1907-43f2-bc42-ba8e7ba770ce', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd2e4fb-1907-43f2-bc42-ba8e7ba770ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.361063", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5 -4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:57:55,474 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.040s 2023-04-19 15:57:55,475 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4640e168-a60f-4958-9603-7704102a9b65', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4640e168-a60f-4958-9603-7704102a9b65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:57:56,531 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.044s 2023-04-19 15:57:56,531 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8777d1-3797-4eca-9f0c-2dbaad4393ab', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8777d1-3797-4eca-9f0c-2dbaad4393ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"volume": {"id": "282bba18-f0a5-4169-9934-0d8851e3a755", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:57:55.000000", "updated_at": "2023-04-19T15:57:55.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1347981777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755"}], "user_id": "85563e13aef94c338dfc6b02951cdb0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3df96250893c4e04bc8aaff0e0623b9c"}}' 2023-04-19 15:57:56,651 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.108s 2023-04-19 15:57:56,652 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0691b2-f97c-48f3-ad1b-55fd9e459e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'' 2023-04-19 15:57:56,678 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755 0.025s 2023-04-19 15:57:56,678 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c4eb0a-0265-4520-b70b-c753e980777c', 'x-openstack-request-id': 'req-51c4eb0a-0265-4520-b70b-c753e980777c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3df96250893c4e04bc8aaff0e0623b9c/volumes/282bba18-f0a5-4169-9934-0d8851e3a755'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 282bba18-f0a5-4169-9934-0d8851e3a755 could not be found."}}' 2023-04-19 15:57:56,815 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.136s 2023-04-19 15:57:56,816 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc074bd-1000-48b1-9f48-17569400a43b', 'x-compute-request-id': 'req-6dc074bd-1000-48b1-9f48-17569400a43b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'' 2023-04-19 15:57:57,165 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.348s 2023-04-19 15:57:57,165 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b689f9-3f18-4b90-8a91-8797151d81ed', 'x-compute-request-id': 'req-a0b689f9-3f18-4b90-8a91-8797151d81ed', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"server": {"id": "3dc98a20-40af-410d-9a12-424a72b06b77", "name": "tempest-SnapshotDataIntegrityTests-server-1818440922", "status": "ACTIVE", "tenant_id": "3df96250893c4e04bc8aaff0e0623b9c", "user_id": "85563e13aef94c338dfc6b02951cdb0e", "metadata": {}, "hostId": "f84ebad407e02a0774ab82b0179078af82bc59cd72ac2f28ec5eec31", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:56:04Z", "updated": "2023-04-19T15:57:57Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1116167447-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:0e:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3dc98a20-40af-410d-9a12-424a72b06b77"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-798379832", "OS-SRV-USG:launched_at": "2023-04-19T15:56:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1733015550"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:58:47,277 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77 0.049s 2023-04-19 15:58:47,277 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15: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-ce9a2a4d-ba10-413b-bfcf-1e3f97d3a5b5', 'x-compute-request-id': 'req-ce9a2a4d-ba10-413b-bfcf-1e3f97d3a5b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3dc98a20-40af-410d-9a12-424a72b06b77'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3dc98a20-40af-410d-9a12-424a72b06b77 could not be found."}}' 2023-04-19 15:58:47,492 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/98ee4c41-261c-420e-9535-6e3b0e61327a 0.214s 2023-04-19 15:58:47,493 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-701c3af1-7d71-4958-a557-8cb161e6fa95', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 15:58:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/98ee4c41-261c-420e-9535-6e3b0e61327a'} Body: b'' 2023-04-19 15:58:47,546 91160 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-798379832 0.053s 2023-04-19 15:58:47,546 91160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:47 G MT', '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-ffa84443-1713-4fc2-b5eb-17079b2c037c', 'x-compute-request-id': 'req-ffa84443-1713-4fc2-b5eb-17079b2c037c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-798379832'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 061b626e-7510-4502-a465-54511611cf21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 15:57:57,828 91146 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 15:57:57,828 91146 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 15:57:57,885 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2023-04-19 15:57:57,886 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1562223892", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:57 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-53dc0d23-bd01-43e1-a6c2-0383052413b8', 'x-compute-request-id': 'req-53dc0d23-bd01-43e1-a6c2-0383052413b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1562223892", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg==", "fingerprint": "97:56:6b:ae:98:5b:7a:eb:5d:4c:af:9a:04:bc:b6:88", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4"}}' 2023-04-19 15:57:57,888 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1562223892 created 2023-04-19 15:57:58,032 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.143s 2023-04-19 15:57:58,033 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1045383967", "description": "tempest-description--876057666"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-301f0db9-118a-430f-98ab-69647f1c0e6d', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "979bedf6-04e3-4f10-ab34-98690d60d034", "name": "tempest-securitygroup--1045383967", "stateful": true, "tenant_id": "0c0984f297a847a2b58da65a2db97400", "description": "tempest-description--876057666", "shared": false, "security_group_rules": [{"id": "b89a2f41-24ff-463b-8bcb-0132826cc4f5", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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": 1047, "description": null, "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}, {"id": "f7696cdf-348a-4a49-96cb-5b86c65aee26", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "nor malized_cidr": null, "remote_group_id": null, "standard_attr_id": 1046, "description": null, "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}], "tags": [], "created_at": "2023-04-19T15:57:57Z", "updated_at": "2023-04-19T15:57:57Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,194 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 15:57:58,194 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f203763e-101b-4285-9172-a94ca660b89d', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d6aed2ef-9b3a-4b71-8e52-51ce63a35508", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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, "description": "", "created_at": "2023-04-19T15:57:58Z", "updated_at": "2023-04-19T15:57:58Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,682 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.487s 2023-04-19 15:57:58,683 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1cac1dd0-6dd5-4f69-bd06-cfe365d9d544', 'date': 'Wed, 19 Apr 2023 15:57:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "caecc5ee-eebc-4cbe-99be-bee70581b594", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "security_group_id": "979bedf6-04e3-4f10-ab34-98690d60d034", "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, "description": "", "created_at": "2023-04-19T15:57:58Z", "updated_at": "2023-04-19T15:57:58Z", "revision_number": 0, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:57:58,683 91146 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1045383967 created 2023-04-19 15:57:59,465 91146 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.781s 2023-04-19 15:57:59,466 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a3812bfc-b37c-4150-9aac-63b676e1ef98', 'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1787fc5-2814-4257-8022-3050b7ada420", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.233", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c0984f297a847a2b58da65a2db97400", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:57:59Z", "updated_at": "2023-04-19T15:57:59Z", "revision_number": 0}}' 2023-04-19 15:57:59,466 91146 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1787fc5-2814-4257-8022-3050b7ada420', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:57:59Z', 'updated_at': '2023-04-19T15:57:59Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-04-19 15:57:59,504 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-19 15:57:59,504 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-03e65274-1563-4a31-a468-c386e16b29cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c76480d6d0c84d15b06f5cac0dd511f4", "name": "tempest-AttachVolumeNegativeTest-1311273076-project-member", "password_expires_at": null}, "audit_ids": ["KCUK_SRXTlmjNe9gRtQRpw"], "expires_at": "2023-04-19T16:57:59.000000Z", "issued_at": "2023-04-19T15:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c0984f297a847a2b58da65a2db97400", "name": "tempest-AttachVolumeNegativeTest-1311273076"}, "is_domain": false, "roles": [{"id": "c0735e332dd5482bacc9c1f218fb0119", "name": "member"}, {"id": "57ffc85e838f44acad6dba3f25016ec4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "19ca1be22e4a4358b966a46597ab7513", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1768e6ce10064bdab6f6c780d083a4af", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "77f6591ae17144d8845139eea3e2302e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "21abd85de5964d1bbf52a939d9cb55f0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c5391a146e2b44219f684759dc9d17b2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "566ec12e5b974a20ac63dd255f75f302", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6bca3bdd55c2468da7540c3afbe9449a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "872710dd977f4c3bb43ca80ffe5728ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c0c1b5a680a94a86bacebf3afa49f281", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0c09 84f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "a64626fb15734e209b64d912d15aee1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "fb8b82fb0f044b0d840ed7883d9f9068", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ce89edf390714b40a96944da74810ff4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e49918272b424de69600a51bd67e6e44", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "d27482699011449099007b9f246311d5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8c6f000630e6467a99109204ea277293", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c0984f297a847a2b58da65a2db97400", "region": "RegionOne"}], "id": "fb82db5e103e49fc902bb9b943a7acd9", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 15:57:59,505 91146 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'd55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7', 'name': 'tempest-AttachVolumeNegativeTest-1203760884-network', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c0984f297a847a2b58da65a2db97400', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T15:52:16Z', 'updated_at': '2023-04-19T15:52:16Z', 'revision_number': 1} available for tenant 2023-04-19 15:57:59,505 91146 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1562223892', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP6K5pKUGovPZ/sXV5EUFSz/wz6dnKBKmeWngMfQ3TrBUosZ84gVLHtb9wCId08yn/0c/sgE0cx8mY0MIZAfQTt1MldqUQILF7ylzj0UKvfaueYYjifn1i6nrRuJDNvlRg==', 'fingerprint': '97:56:6b:ae:98:5b:7a:eb:5d:4c:af:9a:04:bc:b6:88', 'user_id': 'c76480d6d0c84d15b06f5cac0dd511f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXePqqx9YAfcRFWOjAoPe03qnLz1eyGkwVlf7hoex1zyGD2JHkxsOW\nxa3XafLO6qOgBwYFK4EEACKhZANiAAT+iuaSlBqLz2f7F1eRFBUs/8M+nZygSpnl\np4DH0N06wVKLGfOIFSx7W/cAiHdPMp/9HP7IBNHMfJmNDCGQH0E7dTJXalECCxe8\npc49FCr32rnmGI4n59Yup60biQzb5UY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '979bedf6-04e3-4f10-ab34-98690d60d034', 'name': 'tempest-securitygroup--1045383967', 'stateful': True, 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'description': 'tempest-description--876057666', 'shared': False, 'security_group_rules': [{'id': 'b89a2f41-24ff-463b-8bcb-0132826cc4f5', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '979bedf6-04e3-4f10-ab34-98690d60d034', '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': 1047, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, {'id': 'f7696cdf-348a-4a49-96cb-5b86c65aee26', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'security_group_id': '979bedf6-04e3-4f10-ab34-98690d60d034', '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': 1046, 'description': None, 'tags': [], 'created_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 0, 'project_id': '0c0984f297a847a2b58da65a2db97400'}], 'tags': [], 'cr eated_at': '2023-04-19T15:57:57Z', 'updated_at': '2023-04-19T15:57:57Z', 'revision_number': 1, 'project_id': '0c0984f297a847a2b58da65a2db97400'}, 'floating_ip': {'id': 'a1787fc5-2814-4257-8022-3050b7ada420', 'tenant_id': '0c0984f297a847a2b58da65a2db97400', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '290fe544-af30-49c6-b739-53bdbfaa1161', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c0984f297a847a2b58da65a2db97400', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T15:57:59Z', 'updated_at': '2023-04-19T15:57:59Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-04-19 15:58:00,283 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.777s 2023-04-19 15:58:00,284 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1764902583", "imageRef": "054b9710-7933-4467-9e07-bc414d3de236", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7"}], "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "key_name": "tempest-keypair-1562223892", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74a64dc7-38bb-4677-8195-fafdc526ee4e', 'x-compute-request-id': 'req-74a64dc7-38bb-4677-8195-fafdc526ee4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "adminPass": "password"}}' 2023-04-19 15:58:00,368 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.081s 2023-04-19 15:58:00,368 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7962aac-7c51-4bb9-acb9-24c94094b8fd', 'x-compute-request-id': 'req-a7962aac-7c51-4bb9-acb9-24c94094b8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "BUILD", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]} , "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:58:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1562223892", "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": []}}' 2023-04-19 15:58:50,675 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.268s 2023-04-19 15:58:50,675 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac60bbf-e486-4fed-b8e0-1ea3c2ad99f7', 'x-compute-request-id': 'req-eac60bbf-e486-4fed-b8e0-1ea3c2ad99f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-7933-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:58:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1562223892", "OS-SRV-USG:launched_at": "2023-04-19T15:58:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 15:58:50,687 91146 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 15:59:50,912 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/os-interface 0.164s 2023-04-19 15:59:50,912 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:50 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-522707c0-9904-45bb-a219-7d2a474281ba', 'x-compute-request-id': 'req-522707c0-9904-45bb-a219-7d2a474281ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941", "mac_addr": "fa:16:3e:73:30:5d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "183cb1fe-f5df-446f-bb93-96160da71610", "ip_address": "10.0.0.10"}]}]}' 2023-04-19 15:59:51,787 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420 0.869s 2023-04-19 15:59:51,788 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ed506174-57b1-4daa-9dde-55355b00150e', 'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420'} Body: b'{"floatingip": {"id": "a1787fc5-2814-4257-8022-3050b7ada420", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "floating_ip_address": "172.24.4.233", "floating_network_id": "290fe544-af30-49c6-b739-53bdbfaa1161", "router_id": "b707357e-ce53-4788-894a-d64743710f22", "port_id": "2ab34f1b-b608-442f-bbb8-4319a08cb941", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d55c5c8c-cdbd-4cd7-9249-de21cf8cb9d7", "mac_address": "fa:16:3e:73:30:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T15:57:59Z", "updated_at": "2023-04-19T15:59:51Z", "revision_number": 1, "project_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:51,789 91146 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2023-04-19 15:59:51,822 91146 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 15:59:51,845 91146 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 15:59:51,846 91146 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2023-04-19 15:59:51,894 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/ips 0.047s 2023-04-19 15:59:51,895 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a7aab12-7522-4977-b168-a93dcde61cc7', 'x-compute-request-id': 'req-2a7aab12-7522-4977-b168-a93dcde61cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0. 10"}]}}' 2023-04-19 15:59:52,122 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes 0.223s 2023-04-19 15:59:52,122 91146 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-1626030623"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1177a0b3-7e6d-4d29-ab62-9f464ce4fef3', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1177a0b3-7e6d-4d29-ab62-9f464ce4fef3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.051014", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 15:59:52,174 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21 0.041s 2023-04-19 15:59:52,174 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61197aee-dd0a-4ee4-b1e6-d92030b12583', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61197aee-dd0a-4ee4-b1e6-d92030b12583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:53,228 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21 0.041s 2023-04-19 15:59:53,228 91146 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d32e1f-a54e-4e32-8b12-998dc81ff041', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84d32e1f-a54e-4e32-8b12-998dc81ff041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21'} Body: b'{"volume": {"id": "061b626e-7510-4502-a465-54511611cf21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T15:59:52.000000", "updated_at": "2023-04-19T15:59:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1626030623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0c0984f297a847a2b58da65a2db97400/volumes/061b626e-7510-4502-a465-54511611cf21"}], "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c0984f297a847a2b58da65a2db97400"}}' 2023-04-19 15:59:53,365 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.126s 2023-04-19 15:59:53,365 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb376573-2b42-447b-8d0b-377bafb769e8', 'x-compute-request-id': 'req-bb376573-2b42-447b-8d0b-377bafb769e8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'' 2023-04-19 15:59:53,606 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.241s 2023-04-19 15:59:53,607 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 15:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab62e3b5-5735-42e2-8bc6-4d4d1b2a12e9', 'x-compute-request-id': 'req-ab62e3b5-5735-42e2-8bc6-4d4d1b2a12e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"server": {"id": "3ebb2680-0b3f-4094-b7b6-20f016241112", "name": "tempest-AttachVolumeNegativeTest-server-1764902583", "status": "ACTIVE", "tenant_id": "0c0984f297a847a2b58da65a2db97400", "user_id": "c76480d6d0c84d15b06f5cac0dd511f4", "metadata": {}, "hostId": "3c44b9e3b9031e20ff2ddde8f83f424c67f59ea3583ecec5711c78b7", "image": {"id": "054b9710-7933-4467-9e07-bc414d3de236", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/054b9710-793 3-4467-9e07-bc414d3de236"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T15:58:00Z", "updated": "2023-04-19T15:59:53Z", "addresses": {"tempest-AttachVolumeNegativeTest-1203760884-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:30:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ebb2680-0b3f-4094-b7b6-20f016241112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1562223892", "OS-SRV-USG:launched_at": "2023-04-19T15:58:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045383967"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 16:00:43,708 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112 0.039s 2023-04-19 16:00:43,708 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-316b851a-05ca-47e3-aa1d-1d6938f4e2ec', 'x-compute-request-id': 'req-316b851a-05ca-47e3-aa1d-1d6938f4e2ec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ebb2680-0b3f-4094-b7b6-20f016241112'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ebb2680-0b3f-4094-b7b6-20f016241112 could not be found."}}' 2023-04-19 16:00:43,739 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1562223892 0.030s 2023-04-19 16:00:43,739 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1df7d2e-b8ec-48c3-b9a2-c41a5f58bc6b', 'x-compute-request-id': 'req-c1df7d2e-b8ec-48c3-b9a2-c41a5f58bc6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1562223892'} Body: b'' 2023-04-19 16:00:43,905 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034 0.165s 2023-04-19 16:00:43,905 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dcd57fc5-1619-4d92-8200-ff7d16d9e86c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-a b34-98690d60d034'} Body: b'' 2023-04-19 16:00:43,939 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034 0.034s 2023-04-19 16:00:43,940 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7b08377f-cef9-4527-9ce2-b153422b1798', 'date': 'Wed, 19 Apr 2023 16:00:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/979bedf6-04e3-4f10-ab34-98690d60d034'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 979bedf6-04e3-4f10-ab34-98690d60d034 does not exist", "detail": ""}}' 2023-04-19 16:00:44,667 91146 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420 0.726s 2023-04-19 16:00:44,667 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-eca2ef21-06f3-4401-9b28-9accbd00fe3c', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 16:00:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1787fc5-2814-4257-8022-3050b7ada420'} Body: b'' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95ab6086-44f6-4f31-8030-26836567228e failed to build and is in ERROR status tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 65191236-0669-442a-aaf6-5964ef716f5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:55,142 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.163s 2023-04-19 16:00:55,142 91146 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-1892119197"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e63f9eb-09b8-451d-b418-d0ab12519428', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e63f9eb-09b8-451d-b418-d0ab12519428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "2492102e-30dd-4247-b8d5-f5d2a66d0b03", "name": "tempest-GroupSnapshotsTest-volume-type-1892119197", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:55,186 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.039s 2023-04-19 16:00:55,187 91146 DEBUG [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-896851568"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d07f9f-5e1b-469b-83de-048687c44514', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d07f9f-5e1b-469b-83de-048687c44514', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "name": "tempest-GroupSnapshotsTest-group-type-896851568", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:55,399 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.209s 2023-04-19 16:00:55,399 91146 DEBUG [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": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "name": "tempest-GroupSnapshotsTest-Group-1354583458"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdab026-73d7-44e4-a805-1574cf501429', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdab026-73d7-44e4-a805-1574cf501429', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "name": "tempest-GroupSnapshotsTest-Group-1354583458"}}' 2023-04-19 16:00:55,479 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.078s 2023-04-19 16:00:55,480 91146 DEBUG [tempest.lib.com mon.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, 19 Apr 2023 16:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31943141-706d-493c-a007-909492a183c4', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31943141-706d-493c-a007-909492a183c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1354583458", "description": null, "group_type": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:56,518 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.031s 2023-04-19 16:00:56,519 91146 DEBUG [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, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252422bd-8c19-4c8c-b245-b2c46b7d16e6', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252422bd-8c19-4c8c-b245-b2c46b7d16e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"group": {"id": "65191236-0669-442a-aaf6-5964ef716f5d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1354583458", "description": null, "group_type": "777b99ea-7675-4f64-8e7b-761c5d0bfbb4", "volume_types": ["2492102e-30dd-4247-b8d5-f5d2a66d0b03"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:56,589 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.064s 2023-04-19 16:00:56,589 91146 DEBUG [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, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec20074-817b-4194-a2ce-7129c28abe85', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec20074-817b-4194-a2ce-7129c28abe85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:56,679 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d/action 0.078s 2023-04-19 16:00:56,680 91146 DEBUG [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": {"de lete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 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-9ad4de9b-3b2e-4d07-a303-d6f2b1077547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d/action'} Body: b'' 2023-04-19 16:00:56,695 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d 0.015s 2023-04-19 16:00:56,696 91146 DEBUG [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, 19 Apr 2023 16:00:56 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-553929a9-455f-4020-acc9-dca0ac782650', 'x-openstack-request-id': 'req-553929a9-455f-4020-acc9-dca0ac782650', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/65191236-0669-442a-aaf6-5964ef716f5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 65191236-0669-442a-aaf6-5964ef716f5d could not be found."}}' 2023-04-19 16:00:56,726 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/777b99ea-7675-4f64-8e7b-761c5d0bfbb4 0.029s 2023-04-19 16:00:56,726 91146 DEBUG [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, 19 Apr 2023 16:00:56 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-0220d96d-6b83-43f9-8815-5108ffbb8474', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/777b99ea-7675-4f64-8e7b-761c5d0bfbb4'} Body: b'' 2023-04-19 16:00:56,779 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03 0.052s 2023-04-19 16:00:56,779 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8c5ba8-2272-4655-b826-86b0fb2f6a89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03'} Body: b'' 2023-04-19 16:00:56,797 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03 0.017s 2023-04-19 16:00:56,798 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 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-8581f814-5f94-42a3-b732-d391baa55651', 'x-openstack-request-id': 'req-8581f814-5f94-42a3-b732-d391baa55651', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/2492102e-30dd-4247-b8d5-f5d2a66d0b03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2492102e-30dd-4247-b8d5-f5d2a66d0b03 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 220, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 34244b58-eb87-4860-b960-aaf2e1e4fb80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:56,837 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.036s 2023-04-19 16:00:56,837 91146 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-1581230766"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7e184f-ca49-4bab-93da-4992e86ef7be', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7e184f-ca49-4bab-93da-4992e86ef7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "4dff7db5-de4e-4fbd-a88d-a577690b9095", "name": "tempest-GroupSnapshotsTest-volume-type-1581230766", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:56,879 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.036s 2023-04-19 16:00:56,879 91146 DEBUG [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-1644883321"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee97fe0-76fe-414f-94e2-2db38c98b00e', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee97fe0-76fe-414f-94e2-2db38c98b00e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "name": "tempest-GroupSnapshotsTest-group-type-1644883321", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:57,003 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.119s 2023-04-19 16:00:57,004 91146 DEBUG [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": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "name": "tempest-GroupSnapshotsTest-Group-858282594"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22cf188-b507-42bd-9abf-addd2c5dd9de', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22cf188-b507-42bd-9abf-addd2c5dd9de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "name": "tempest-GroupSnapshotsTest-Group-858282594"}}' 2023-04-19 16:00:57,045 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb8 0 0.038s 2023-04-19 16:00:57,045 91146 DEBUG [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, 19 Apr 2023 16:00:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298fa0fa-4e9e-4e5a-a853-37144b7a348e', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298fa0fa-4e9e-4e5a-a853-37144b7a348e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:57.000000", "name": "tempest-GroupSnapshotsTest-Group-858282594", "description": null, "group_type": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:58,085 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80 0.031s 2023-04-19 16:00:58,086 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4b85ec-7394-4557-803c-89c98ebf0649', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4b85ec-7394-4557-803c-89c98ebf0649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"group": {"id": "34244b58-eb87-4860-b960-aaf2e1e4fb80", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:57.000000", "name": "tempest-GroupSnapshotsTest-Group-858282594", "description": null, "group_type": "f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54", "volume_types": ["4dff7db5-de4e-4fbd-a88d-a577690b9095"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:58,093 91146 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 2023-04-19 16:00:58,178 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.084s 2023-04-19 16:00:58,179 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c61baf6-c749-46d5-aa83-abc1924b167d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c61baf6-c749-46d5-aa83-abc1924b167d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:58,260 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80/action 0. 069s 2023-04-19 16:00:58,261 91146 DEBUG [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, 19 Apr 2023 16:00: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-1bd57bdd-6f30-4815-9ea8-2e2a0c166aa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80/action'} Body: b'' 2023-04-19 16:00:58,278 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80 0.016s 2023-04-19 16:00:58,278 91146 DEBUG [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, 19 Apr 2023 16:00: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-77d0e6d6-18d9-41c0-be7f-97bdf51b744a', 'x-openstack-request-id': 'req-77d0e6d6-18d9-41c0-be7f-97bdf51b744a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/34244b58-eb87-4860-b960-aaf2e1e4fb80'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 34244b58-eb87-4860-b960-aaf2e1e4fb80 could not be found."}}' 2023-04-19 16:00:58,314 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54 0.035s 2023-04-19 16:00:58,315 91146 DEBUG [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, 19 Apr 2023 16:00: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-69945bcf-e864-43c4-9703-04e1ab29081b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f728cd06-e7ae-48f2-8cb5-bbc0c1a28b54'} Body: b'' 2023-04-19 16:00:58,367 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095 0.052s 2023-04-19 16:00:58,367 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-00b9984a-aece-4705-882c-ae549e018614', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095'} Body: b'' 2023-04-19 16:00:58,384 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b90 95 0.016s 2023-04-19 16:00:58,384 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-a3c95c78-2aff-4d2e-b08f-b853cc62ca94', 'x-openstack-request-id': 'req-a3c95c78-2aff-4d2e-b08f-b853cc62ca94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/4dff7db5-de4e-4fbd-a88d-a577690b9095'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4dff7db5-de4e-4fbd-a88d-a577690b9095 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 91, 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 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 174953ce-4cbc-47d7-80bb-89e21b5674cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:00:58,430 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types 0.041s 2023-04-19 16:00:58,430 91146 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-1887832943"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef6e4ad-afd2-483e-9951-54649320c807', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef6e4ad-afd2-483e-9951-54649320c807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types'} Body: b'{"volume_type": {"id": "16c671c3-2b80-40bb-abee-ef6252115703", "name": "tempest-GroupSnapshotsTest-volume-type-1887832943", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 16:00:58,468 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types 0.034s 2023-04-19 16:00:58,469 91146 DEBUG [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-815706963"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942864d5-b6ec-49ff-b1c8-6ca22a460a05', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942864d5-b6ec-49ff-b1c8-6ca22a460a05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types'} Body: b'{"group_type": {"id": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "name": "tempest-GroupSnapshotsTest-group-type-815706963", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 16:00:58,566 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups 0.093s 2023-04-19 16:00:58,567 91146 DEBUG [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": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "name": "tempest-GroupSnapshotsTest-Group-24806123"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bfd4b3-b15e-4e0c-a31e-f414a50098ba', 'content-length': '110', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bfd4b3-b15e-4e0c-a31e-f414a50098ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "name": "tempest-GroupSnapshotsTest-Group-24806123"}}' 2023-04-19 16:00:58,605 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.034s 2023-04-19 16:00:58,605 91146 DEBUG [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, 19 Apr 2023 16:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfc8385-1334-49d9-b3a3-4adc8580bf84', 'content-length': '390', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfc8385-1334-49d9-b3a3-4adc8580bf84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T16:00:59.000000", "name": "tempest-GroupSnapshotsTest-Group-24806123", "description": null, "group_type": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:59,640 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.029s 2023-04-19 16:00:59,641 91146 DEBUG [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, 19 Apr 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8686fd5-182b-43a7-9f56-d77eaf871c53', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8686fd5-182b-43a7-9f56-d77eaf871c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"group": {"id": "174953ce-4cbc-47d7-80bb-89e21b5674cb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T16:00:59.000000", "name": "tempest-GroupSnapshotsTest-Group-24806123", "description": null, "group_type": "f664f259-a10d-44f6-ac53-6ae83ca43a1f", "volume_types": ["16c671c3-2b80-40bb-abee-ef6252115703"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 16:00:59,714 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail 0.069s 2023-04-19 16:00:59,715 91146 DEBUG [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, 19 Apr 2023 16:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ae4b20-a977-47b2-8f07-6b8b2ca82b1d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ae4b20-a977-47b2-8f07-6b8b2ca82b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 16:00:59,794 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb/action 0.068s 2023-04-19 16:00:59,794 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-8a2d83a3-a38d-4f8c-a012-e258f25c08ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb/action'} Body: b'' 2023-04-19 16:00:59,811 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb 0.016s 2023-04-19 16:00:59,811 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-bef4ffa5-33f0-448c-a9dc-385128a3c2b5', 'x-openstack-request-id': 'req-bef4ffa5-33f0-448c-a9dc-385128a3c2b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f6a2a8820d8f48be9c748fec1727b89b/groups/174953ce-4cbc-47d7-80bb-89e21b5674cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 174953ce-4cbc-47d7-80bb-89e21b5674cb could not be found."}}' 2023-04-19 16:00:59,841 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f664f259-a10d-44f6-ac53-6ae83ca43a1f 0.029s 2023-04-19 16:00:59,841 91146 DEBUG [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, 19 Apr 2023 16:00:59 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-c07083e3-de50-47de-9fb8-1a50d11e052b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/group_types/f664f259-a10d-44f6-ac53-6ae83ca43a1f'} Body: b'' 2023-04-19 16:00:59,890 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703 0.048s 2023-04-19 16:00:59,890 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-3594cf35-68e1-494f-b4c5-a416361474be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703'} Body: b'' 2023-04-19 16:00:59,913 91146 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703 0.022s 2023-04-19 16:00:59,913 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:00: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-900ce959-842f-4302-8501-fa16494ac3cf', 'x-openstack-request-id': 'req-900ce959-842f-4302-8501-fa16494ac3cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/724a5da3880942f4a1045e6612341e47/types/16c671c3-2b80-40bb-abee-ef6252115703'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 16c671c3-2b80-40bb-abee-ef6252115703 could not be found."}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b3c5499-de8a-475c-b53e-ae5cc2930176 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8eaf0a8a-7ce2-4767-8603-4bc2fb40f66a failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0646708-3778-43b8-9a6a-ea1336a8a527 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 16:01:10,496 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes 0.339s 2023-04-19 16:01:10,496 91146 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-1606496421"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fee40d2-9b5b-4703-b41d-6c9ecea4e816', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fee40d2-9b5b-4703-b41d-6c9ecea4e816', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.441741", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 16:01:10,552 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527 0.044s 2023-04-19 16:01:10,552 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6fa368-e853-47d0-93d6-2f291ef9f460', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6fa368-e853-47d0-93d6-2f291ef9f460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5da12c073445e0b159b7b593fc67fa"}}' 2023-04-19 16:01:11,607 91146 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d06467 08-3778-43b8-9a6a-ea1336a8a527 0.043s 2023-04-19 16:01:11,607 91146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 16:01:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274a9f4e-2ebb-431e-bbcf-2b062e33d2ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274a9f4e-2ebb-431e-bbcf-2b062e33d2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527'} Body: b'{"volume": {"id": "d0646708-3778-43b8-9a6a-ea1336a8a527", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T16:01:10.000000", "updated_at": "2023-04-19T16:01:11.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1606496421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af5da12c073445e0b159b7b593fc67fa/volumes/d0646708-3778-43b8-9a6a-ea1336a8a527"}], "user_id": "022a39a785c342f886b01cd2e4909ef3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af5da12c073445e0b159b7b593fc67fa"}}' ====== Totals ====== Ran: 198 tests in 1162.8008 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3851.7507 sec. ============== Worker Balance ============== - Worker 0 (15 tests) => 0:19:22.800831 - Worker 1 (17 tests) => 0:03:43.863394 - Worker 2 (20 tests) => 0:11:13.522944 - Worker 3 (19 tests) => 0:01:34.129615 - Worker 4 (15 tests) => 0:10:56.849564 - Worker 5 (19 tests) => 0:06:12.233313 - Worker 6 (15 tests) => 0:01:30.497600 - Worker 7 (13 tests) => 0:16:08.238111 - Worker 8 (11 tests) => 0:11:51.532776 - Worker 9 (23 tests) => 0:01:02.308502 - Worker 10 (22 tests) => 0:10:10.100589 - Worker 11 (9 tests) => 0:00:45.699647 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed